2023-11-17T05:35:19.906 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-17T05:35:19.906 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291 --name yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@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} -- /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/orig.config.yaml 2023-11-17T05:35:19.967 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T05:35:20.122 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291 branch: wip-yuri3-testing-2023-11-14-1227-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: null first_in_suite: false job_id: '7461291' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFo20Kgt23O5rahxUwivLiq68daAB6WpnHUJgmNBmmRw/jF8ATU9lXGgShMVjQHzRoYfbrxxvFWwB8+SC5Q2oU= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFINbw8d/znyf6utqejc7iAFy0LQy9tVp39tRHn3Ns+/8HJPbebfqXmGX9TwkRGKXaMmDOfyry/9K3XDIxMxVCU= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_22:29:26 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-17T05:35:20.123 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-17T05:35:20.123 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-17T05:35:20.123 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-17T05:35:20.125 INFO:teuthology.task.internal:Checking packages... 2023-11-17T05:35:20.154 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-17T05:35:20.154 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-17T05:35:20.154 INFO:teuthology.packaging:ref: None 2023-11-17T05:35:20.154 INFO:teuthology.packaging:tag: None 2023-11-17T05:35:20.154 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T05:35:20.154 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T05:35:20.154 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T05:35:20.307 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-17T05:35:20.307 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-17T05:35:20.315 INFO:teuthology.task.internal:no buildpackages task found 2023-11-17T05:35:20.315 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-17T05:35:20.328 INFO:teuthology.task.internal:Saving configuration 2023-11-17T05:35:20.343 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-17T05:35:20.355 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T05:35:20.382 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:30:24.919027', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFo20Kgt23O5rahxUwivLiq68daAB6WpnHUJgmNBmmRw/jF8ATU9lXGgShMVjQHzRoYfbrxxvFWwB8+SC5Q2oU='} 2023-11-17T05:35:20.402 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:30:24.920299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFINbw8d/znyf6utqejc7iAFy0LQy9tVp39tRHn3Ns+/8HJPbebfqXmGX9TwkRGKXaMmDOfyry/9K3XDIxMxVCU='} 2023-11-17T05:35:20.402 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-17T05:35:20.411 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-17T05:35:20.411 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-17T05:35:20.411 INFO:teuthology.run_tasks:Running task console_log... 2023-11-17T05:35:20.495 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe5510b9b80>, signals=[15]) 2023-11-17T05:35:20.496 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-17T05:35:20.503 INFO:teuthology.task.internal:Opening connections... 2023-11-17T05:35:20.503 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-11-17T05:35:20.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:35:20.577 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-11-17T05:35:20.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:35:20.650 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-17T05:35:20.658 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-11-17T05:35:20.677 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-11-17T05:35:20.678 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-11-17T05:35:20.735 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Red Hat Enterprise Linux" 2023-11-17T05:35:20.735 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8.4 (Ootpa)" 2023-11-17T05:35:20.735 INFO:teuthology.orchestra.run.smithi124.stdout:ID="rhel" 2023-11-17T05:35:20.735 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="fedora" 2023-11-17T05:35:20.735 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8.4" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.redhat.com/" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-17T05:35:20.736 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-17T05:35:20.737 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-11-17T05:35:20.758 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-11-17T05:35:20.775 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-11-17T05:35:20.776 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="Red Hat Enterprise Linux" 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="8.4 (Ootpa)" 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:ID="rhel" 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="fedora" 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="8.4" 2023-11-17T05:35:20.836 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el8" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://www.redhat.com/" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-17T05:35:20.837 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-17T05:35:20.838 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-11-17T05:35:20.858 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-17T05:35:20.866 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-17T05:35:21.076 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-17T05:35:21.076 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-11-17T05:35:21.078 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-11-17T05:35:21.095 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-17T05:35:21.101 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-17T05:35:21.101 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-11-17T05:35:21.138 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-11-17T05:35:21.151 INFO:teuthology.orchestra.run.smithi124.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-17T05:35:21.155 INFO:teuthology.orchestra.run.smithi139.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-17T05:35:21.155 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-17T05:35:21.220 INFO:teuthology.run_tasks:Running task kernel... 2023-11-17T05:35:21.237 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-17T05:35:21.237 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-17T05:35:21.237 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T05:35:21.238 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T05:35:21.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:35:21.255 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-17T05:35:21.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:35:21.256 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-11-17T05:35:21.314 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-17T05:35:21.314 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-305.25.1.el8_4.x86_64 2023-11-17T05:35:21.314 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-11-17T05:35:21.315 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-17T05:35:21.316 INFO:teuthology.task.kernel:Running kernel on smithi139: 4.18.0-305.25.1.el8_4.x86_64 2023-11-17T05:35:21.316 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2023-11-17T05:35:22.684 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:22.685 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-11-17T05:35:22.797 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:22.797 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-11-17T05:35:24.110 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-11-17T05:35:24.197 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 35 kB/s | 3.5 kB 00:00 2023-11-17T05:35:24.869 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-17T05:35:25.316 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-17T05:35:28.163 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 1.8 MB/s | 24 kB 00:00 2023-11-17T05:35:28.639 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-11-17T05:35:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-17T05:35:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-17T05:35:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-17T05:35:29.111 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-17T05:35:29.112 INFO:teuthology.orchestra.run.smithi124.stdout:Nothing to do. 2023-11-17T05:35:29.112 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-17T05:35:29.211 DEBUG:teuthology.orchestra.run.smithi124:> echo no | sudo yum reinstall kernel || true 2023-11-17T05:35:29.377 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-17T05:35:29.377 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-17T05:35:29.377 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-17T05:35:29.533 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-11-17T05:35:29.534 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-11-17T05:35:29.534 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-11-17T05:35:29.557 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:29.558 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-11-17T05:35:29.666 DEBUG:teuthology.orchestra.run.smithi139:> echo no | sudo yum reinstall kernel || true 2023-11-17T05:35:29.846 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:01 ago on Fri 17 Nov 2023 05:35:28 AM UTC. 2023-11-17T05:35:29.975 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-17T05:35:29.975 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:29.975 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:29.996 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-11-17T05:35:30.046 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum reinstall -y kernel || true 2023-11-17T05:35:30.049 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:30.049 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-11-17T05:35:30.347 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:02 ago on Fri 17 Nov 2023 05:35:28 AM UTC. 2023-11-17T05:35:30.388 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:30.388 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-11-17T05:35:30.477 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-17T05:35:30.477 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:30.477 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:30.509 INFO:teuthology.orchestra.run.smithi139.stderr:Error: No packages marked for reinstall. 2023-11-17T05:35:30.559 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum reinstall -y kernel || true 2023-11-17T05:35:30.669 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Fri 17 Nov 2023 05:35:28 AM UTC. 2023-11-17T05:35:30.815 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-17T05:35:30.815 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:30.815 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:30.828 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-11-17T05:35:30.882 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:35:30.900 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-11-17T05:35:30.900 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-11-17T05:35:31.006 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.006 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.006 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.006 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T05:35:31.006 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T05:35:31.007 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-17T05:35:31.007 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi124.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T05:35:31.007 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:35:31.131 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.131 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.131 DEBUG:teuthology.orchestra.run.smithi124:> sudo rpm -qi grub2-tools 2023-11-17T05:35:31.158 INFO:teuthology.orchestra.run.smithi124.stdout:Name : grub2-tools 2023-11-17T05:35:31.158 INFO:teuthology.orchestra.run.smithi124.stdout:Epoch : 1 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Version : 2.02 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Release : 99.el8_4.1 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Architecture: x86_64 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Group : System Environment/Base 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Size : 9264631 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:License : GPLv3+ 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-17T05:35:31.159 INFO:teuthology.orchestra.run.smithi124.stdout:Relocations : (not relocatable) 2023-11-17T05:35:31.160 INFO:teuthology.orchestra.run.smithi124.stdout:Packager : Red Hat, Inc. 2023-11-17T05:35:31.160 INFO:teuthology.orchestra.run.smithi124.stdout:Vendor : Red Hat, Inc. 2023-11-17T05:35:31.160 INFO:teuthology.orchestra.run.smithi124.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T05:35:31.160 INFO:teuthology.orchestra.run.smithi124.stdout:Summary : Support tools for GRUB. 2023-11-17T05:35:31.160 INFO:teuthology.orchestra.run.smithi124.stdout:Description : 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout:hardware devices. 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:35:31.164 INFO:teuthology.orchestra.run.smithi124.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T05:35:31.165 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T05:35:31.165 INFO:teuthology.task.kernel:Updating grub on smithi124 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.165 DEBUG:teuthology.orchestra.run.smithi124:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T05:35:31.187 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:03 ago on Fri 17 Nov 2023 05:35:28 AM UTC. 2023-11-17T05:35:31.326 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-17T05:35:31.326 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:31.326 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-17T05:35:31.342 INFO:teuthology.orchestra.run.smithi139.stderr:Error: No packages marked for reinstall. 2023-11-17T05:35:31.392 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:35:31.517 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.517 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.517 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.517 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T05:35:31.517 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T05:35:31.517 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-17T05:35:31.518 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T05:35:31.518 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:35:31.642 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.643 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.643 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2023-11-17T05:35:31.669 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2023-11-17T05:35:31.669 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2023-11-17T05:35:31.669 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.02 2023-11-17T05:35:31.669 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 99.el8_4.1 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Group : System Environment/Base 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 9264631 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Relocations : (not relocatable) 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : Red Hat, Inc. 2023-11-17T05:35:31.670 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : Red Hat, Inc. 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:35:31.671 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T05:35:31.672 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T05:35:31.672 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:31.672 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T05:35:32.647 INFO:teuthology.orchestra.run.smithi124.stderr:Generating grub configuration file ... 2023-11-17T05:35:33.079 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2023-11-17T05:35:34.894 INFO:teuthology.orchestra.run.smithi124.stderr:done 2023-11-17T05:35:34.895 DEBUG:teuthology.orchestra.run.smithi124:> mktemp 2023-11-17T05:35:34.910 INFO:teuthology.orchestra.run.smithi124.stdout:/tmp/tmp.CwNqQxfTZ9 2023-11-17T05:35:34.910 DEBUG:teuthology.orchestra.run.smithi124:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CwNqQxfTZ9 2023-11-17T05:35:34.998 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 0666 /tmp/tmp.CwNqQxfTZ9 2023-11-17T05:35:35.113 DEBUG:teuthology.orchestra.remote:smithi124:/tmp/tmp.CwNqQxfTZ9 is 6KB 2023-11-17T05:35:35.161 DEBUG:teuthology.orchestra.run.smithi124:> rm -fr /tmp/tmp.CwNqQxfTZ9 2023-11-17T05:35:35.175 DEBUG:teuthology.orchestra.run.smithi124:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T05:35:35.249 INFO:teuthology.orchestra.run.smithi124.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-17T05:35:35.250 INFO:teuthology.orchestra.run.smithi124.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-17T05:35:35.250 INFO:teuthology.orchestra.run.smithi124.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-17T05:35:35.250 INFO:teuthology.orchestra.run.smithi124.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-17T05:35:35.252 DEBUG:teuthology.orchestra.run.smithi124:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:35.262 INFO:teuthology.orchestra.run.smithi139.stderr:done 2023-11-17T05:35:35.265 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2023-11-17T05:35:35.280 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.NgdWTDkLNw 2023-11-17T05:35:35.281 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NgdWTDkLNw 2023-11-17T05:35:35.355 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.NgdWTDkLNw 2023-11-17T05:35:35.407 DEBUG:teuthology.orchestra.run.smithi124:> sudo shutdown -r now 2023-11-17T05:35:35.515 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.NgdWTDkLNw is 6KB 2023-11-17T05:35:35.563 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.NgdWTDkLNw 2023-11-17T05:35:35.576 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T05:35:35.653 INFO:teuthology.orchestra.run.smithi139.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-17T05:35:35.653 INFO:teuthology.orchestra.run.smithi139.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-17T05:35:35.653 INFO:teuthology.orchestra.run.smithi139.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-17T05:35:35.653 INFO:teuthology.orchestra.run.smithi139.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-17T05:35:35.654 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-17T05:35:35.832 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2023-11-17T05:36:05.423 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-17T05:36:24.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-17T05:36:24.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:36:24.947 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-17T05:36:24.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-11-17T05:36:24.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:37:25.006 DEBUG:teuthology.orchestra.remote:timed out 2023-11-17T05:37:25.008 DEBUG:teuthology.orchestra.remote:timed out 2023-11-17T05:37:34.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-17T05:37:34.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:37:34.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-11-17T05:37:34.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:37:34.368 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-17T05:37:34.379 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-11-17T05:37:34.615 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-11-17T05:37:34.615 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-17T05:37:34.615 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-11-17T05:37:34.617 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-17T05:37:34.617 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-17T05:37:34.617 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-17T05:37:34.631 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-17T05:37:34.632 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:37:34.632 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T05:37:34.632 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-17T05:37:34.671 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-17T05:37:34.671 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-17T05:37:34.671 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T05:37:34.671 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-17T05:37:35.633 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-17T05:37:35.634 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T05:37:35.672 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-17T05:37:35.673 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T05:37:35.720 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-11-17T05:37:35.734 DEBUG:teuthology.parallel:result is None 2023-11-17T05:37:35.774 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-11-17T05:37:35.787 DEBUG:teuthology.parallel:result is None 2023-11-17T05:37:35.787 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-17T05:37:35.797 INFO:teuthology.task.internal:Creating test directory... 2023-11-17T05:37:35.797 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T05:37:35.802 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T05:37:35.820 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-17T05:37:35.829 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-17T05:37:35.842 INFO:teuthology.task.internal:Creating archive directory... 2023-11-17T05:37:35.842 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T05:37:35.856 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T05:37:35.888 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-17T05:37:35.898 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-17T05:37:35.898 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T05:37:35.926 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T05:37:35.959 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:37:35.970 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:37:35.972 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:37:35.983 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:37:35.984 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-17T05:37:35.993 INFO:teuthology.task.internal:Configuring sudo... 2023-11-17T05:37:35.993 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T05:37:36.014 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T05:37:36.039 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-17T05:37:36.053 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-17T05:37:36.054 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T05:37:36.081 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T05:37:36.097 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:37:36.177 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:37:36.215 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:37:36.297 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:37:36.336 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:37:36.336 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T05:37:36.400 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:37:36.441 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:37:36.481 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:37:36.563 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:37:36.602 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:37:36.603 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T05:37:36.667 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-11-17T05:37:36.669 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-11-17T05:37:36.718 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T05:37:36.758 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T05:37:37.239 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-17T05:37:37.249 INFO:teuthology.task.internal:Starting timer... 2023-11-17T05:37:37.249 INFO:teuthology.run_tasks:Running task pcp... 2023-11-17T05:37:37.266 INFO:teuthology.run_tasks:Running task selinux... 2023-11-17T05:37:37.283 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-17T05:37:37.283 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-11-17T05:37:37.343 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: [ OK ] 2023-11-17T05:37:37.345 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2023-11-17T05:37:37.411 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: [ OK ] 2023-11-17T05:37:37.412 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-17T05:37:37.413 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-11-17T05:37:37.436 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-11-17T05:37:37.437 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2023-11-17T05:37:37.454 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2023-11-17T05:37:37.455 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi124.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive'} 2023-11-17T05:37:37.455 DEBUG:teuthology.orchestra.run.smithi124:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T05:37:37.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:37:37.505 DEBUG:teuthology.orchestra.run.smithi139:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T05:37:37.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:37:37.532 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-17T05:37:37.532 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-11-17T05:37:37.573 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2023-11-17T05:37:37.602 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-17T05:37:37.624 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-17T05:37:37.635 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-17T05:37:37.782 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-17T05:37:37.807 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-17T05:37:37.808 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi124.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-17T05:46:03.112 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2023-11-17T05:46:03.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-17T05:46:03.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:46:03.185 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-17T05:46:03.206 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-17T05:46:03.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-11-17T05:46:03.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:46:03.278 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-11-17T05:46:03.345 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-11-17T05:46:03.346 INFO:teuthology.run_tasks:Running task clock... 2023-11-17T05:46:03.364 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-17T05:46:03.364 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T05:46:03.364 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T05:46:03.367 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T05:46:03.367 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T05:46:03.393 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T05:46:03.407 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T05:46:03.416 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T05:46:03.430 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T05:46:03.448 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-11-17T05:46:03.458 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-11-17T05:46:03.465 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2023-11-17T05:46:03.472 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T05:46:03.475 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2023-11-17T05:46:03.485 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T05:46:03.489 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T05:46:03.503 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T05:46:03.551 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-11-17T05:46:03.553 INFO:teuthology.orchestra.run.smithi124.stdout:210 Number of sources = 4 2023-11-17T05:46:03.553 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T05:46:03.553 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-11-17T05:46:03.554 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.554 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.554 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.554 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.574 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-11-17T05:46:03.575 INFO:teuthology.orchestra.run.smithi139.stdout:210 Number of sources = 4 2023-11-17T05:46:03.575 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T05:46:03.576 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-11-17T05:46:03.576 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.576 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.576 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.576 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:46:03.577 INFO:teuthology.run_tasks:Running task pexec... 2023-11-17T05:46:03.586 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-17T05:46:03.587 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-11-17T05:46:03.587 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T05:46:03.588 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2023-11-17T05:46:03.588 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T05:46:03.987 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-11-17T05:46:04.008 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-11-17T05:46:04.745 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:01:29 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:04.837 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:29 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:06.752 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-17T05:46:06.753 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:06.856 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout:Resetting modules: 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-11-17T05:46:06.858 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:07.606 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:01:32 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:07.791 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:32 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:09.396 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-17T05:46:09.595 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-11-17T05:46:09.840 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-11-17T05:46:10.040 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-11-17T05:46:10.577 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:01:35 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:10.859 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:35 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:12.550 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-17T05:46:12.599 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrading: 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-17T05:46:12.600 INFO:teuthology.orchestra.run.smithi124.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 3.0 2023-11-17T05:46:12.601 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:Install 7 Packages 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrade 12 Packages 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 51 M 2023-11-17T05:46:12.602 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-11-17T05:46:12.649 INFO:teuthology.orchestra.run.smithi124.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.1 MB/s | 52 kB 00:00 2023-11-17T05:46:12.661 INFO:teuthology.orchestra.run.smithi124.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.2 MB/s | 69 kB 00:00 2023-11-17T05:46:12.689 INFO:teuthology.orchestra.run.smithi124.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 13 MB/s | 511 kB 00:00 2023-11-17T05:46:12.724 INFO:teuthology.orchestra.run.smithi124.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 1.5 MB/s | 51 kB 00:00 2023-11-17T05:46:12.734 INFO:teuthology.orchestra.run.smithi124.stdout:(5/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 42 MB/s | 3.1 MB 00:00 2023-11-17T05:46:12.753 INFO:teuthology.orchestra.run.smithi124.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 1.8 MB/s | 56 kB 00:00 2023-11-17T05:46:12.765 INFO:teuthology.orchestra.run.smithi124.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 1.6 MB/s | 51 kB 00:00 2023-11-17T05:46:12.786 INFO:teuthology.orchestra.run.smithi124.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 2.1 MB/s | 72 kB 00:00 2023-11-17T05:46:12.800 INFO:teuthology.orchestra.run.smithi124.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 8.9 MB/s | 320 kB 00:00 2023-11-17T05:46:12.837 INFO:teuthology.orchestra.run.smithi124.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 2.7 MB/s | 91 kB 00:00 2023-11-17T05:46:12.969 INFO:teuthology.orchestra.run.smithi124.stdout:(11/19): containernetworking-plugins-0.9.1-1.mo 55 MB/s | 20 MB 00:00 2023-11-17T05:46:12.970 INFO:teuthology.orchestra.run.smithi124.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 300 kB/s | 41 kB 00:00 2023-11-17T05:46:12.987 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-11-17T05:46:13.000 INFO:teuthology.orchestra.run.smithi124.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 1.6 MB/s | 51 kB 00:00 2023-11-17T05:46:13.038 INFO:teuthology.orchestra.run.smithi139.stdout:========================================================================================================================== 2023-11-17T05:46:13.038 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-11-17T05:46:13.038 INFO:teuthology.orchestra.run.smithi139.stdout:========================================================================================================================== 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout:Installing group/module packages: 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout:Downgrading: 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-17T05:46:13.039 INFO:teuthology.orchestra.run.smithi139.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout:Installing module profiles: 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools/common 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling module streams: 2023-11-17T05:46:13.040 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 3.0 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:========================================================================================================================== 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:Install 7 Packages 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:Downgrade 12 Packages 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 51 M 2023-11-17T05:46:13.041 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-11-17T05:46:13.049 INFO:teuthology.orchestra.run.smithi124.stdout:(14/19): cockpit-podman-29-2.module+el8.4.0+118 22 MB/s | 1.1 MB 00:00 2023-11-17T05:46:13.081 INFO:teuthology.orchestra.run.smithi139.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.7 MB/s | 69 kB 00:00 2023-11-17T05:46:13.087 INFO:teuthology.orchestra.run.smithi139.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 1.1 MB/s | 52 kB 00:00 2023-11-17T05:46:13.094 INFO:teuthology.orchestra.run.smithi124.stdout:(15/19): podman-3.0.1-7.module+el8.4.0+12906+0c 39 MB/s | 12 MB 00:00 2023-11-17T05:46:13.110 INFO:teuthology.orchestra.run.smithi139.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 18 MB/s | 511 kB 00:00 2023-11-17T05:46:13.137 INFO:teuthology.orchestra.run.smithi139.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 1.8 MB/s | 51 kB 00:00 2023-11-17T05:46:13.138 INFO:teuthology.orchestra.run.smithi124.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 44 MB/s | 7.4 MB 00:00 2023-11-17T05:46:13.155 INFO:teuthology.orchestra.run.smithi139.stdout:(5/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 45 MB/s | 3.1 MB 00:00 2023-11-17T05:46:13.156 INFO:teuthology.orchestra.run.smithi139.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 2.8 MB/s | 56 kB 00:00 2023-11-17T05:46:13.173 INFO:teuthology.orchestra.run.smithi139.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 2.9 MB/s | 51 kB 00:00 2023-11-17T05:46:13.176 INFO:teuthology.orchestra.run.smithi139.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 3.8 MB/s | 72 kB 00:00 2023-11-17T05:46:13.194 INFO:teuthology.orchestra.run.smithi139.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 15 MB/s | 320 kB 00:00 2023-11-17T05:46:13.213 INFO:teuthology.orchestra.run.smithi139.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 4.7 MB/s | 91 kB 00:00 2023-11-17T05:46:13.216 INFO:teuthology.orchestra.run.smithi124.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.5 MB/s | 185 kB 00:00 2023-11-17T05:46:13.217 INFO:teuthology.orchestra.run.smithi124.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 202 kB/s | 16 kB 00:00 2023-11-17T05:46:13.231 INFO:teuthology.orchestra.run.smithi139.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.3 MB/s | 41 kB 00:00 2023-11-17T05:46:13.247 INFO:teuthology.orchestra.run.smithi139.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.1 MB/s | 51 kB 00:00 2023-11-17T05:46:13.252 INFO:teuthology.orchestra.run.smithi124.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 31 MB/s | 6.3 MB 00:00 2023-11-17T05:46:13.252 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:46:13.252 INFO:teuthology.orchestra.run.smithi124.stdout:Total 79 MB/s | 51 MB 00:00 2023-11-17T05:46:13.268 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-11-17T05:46:13.310 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-11-17T05:46:13.311 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-11-17T05:46:13.458 INFO:teuthology.orchestra.run.smithi139.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 49 MB/s | 20 MB 00:00 2023-11-17T05:46:13.507 INFO:teuthology.orchestra.run.smithi139.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 36 MB/s | 12 MB 00:00 2023-11-17T05:46:13.518 INFO:teuthology.orchestra.run.smithi139.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 18 MB/s | 1.1 MB 00:00 2023-11-17T05:46:13.602 INFO:teuthology.orchestra.run.smithi139.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 21 MB/s | 7.4 MB 00:00 2023-11-17T05:46:13.605 INFO:teuthology.orchestra.run.smithi139.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 2.1 MB/s | 185 kB 00:00 2023-11-17T05:46:13.615 INFO:teuthology.orchestra.run.smithi139.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 1.2 MB/s | 16 kB 00:00 2023-11-17T05:46:13.655 INFO:teuthology.orchestra.run.smithi139.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 43 MB/s | 6.3 MB 00:00 2023-11-17T05:46:13.656 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:46:13.656 INFO:teuthology.orchestra.run.smithi139.stdout:Total 84 MB/s | 51 MB 00:00 2023-11-17T05:46:13.671 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-11-17T05:46:13.713 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-11-17T05:46:13.713 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-11-17T05:46:14.109 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-11-17T05:46:14.114 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-11-17T05:46:14.545 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-11-17T05:46:14.549 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-11-17T05:46:15.284 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-11-17T05:46:15.335 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-17T05:46:15.495 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-17T05:46:15.504 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-17T05:46:15.520 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:15.661 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:15.818 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-11-17T05:46:15.883 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-17T05:46:16.075 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-17T05:46:16.086 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-17T05:46:16.102 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:16.267 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:31.099 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:31.267 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-17T05:46:31.473 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-17T05:46:32.045 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-17T05:46:32.194 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-17T05:46:32.286 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-17T05:46:32.404 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-17T05:46:32.446 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-17T05:46:32.645 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-17T05:46:32.662 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-17T05:46:32.662 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-17T05:46:32.662 INFO:teuthology.orchestra.run.smithi124.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-17T05:46:32.662 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:33.243 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-17T05:46:33.497 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-17T05:46:33.688 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-17T05:46:33.916 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-17T05:46:33.916 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-17T05:46:33.916 INFO:teuthology.orchestra.run.smithi139.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-17T05:46:33.916 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:34.854 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-17T05:46:36.225 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-17T05:46:36.393 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-17T05:46:36.653 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-17T05:46:36.924 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-17T05:46:37.070 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-17T05:46:37.844 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-17T05:46:37.868 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-17T05:46:38.175 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-17T05:46:38.410 INFO:teuthology.orchestra.run.smithi139.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-17T05:46:38.541 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-17T05:46:38.584 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-17T05:46:38.750 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-17T05:46:38.944 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-17T05:46:39.143 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-17T05:46:39.259 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-17T05:46:39.348 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-17T05:46:39.364 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-17T05:46:39.543 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-17T05:46:39.740 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-17T05:46:39.740 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-17T05:46:39.877 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-17T05:46:40.043 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-17T05:46:40.132 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-17T05:46:40.234 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-17T05:46:40.362 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-17T05:46:40.407 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-17T05:46:40.551 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-17T05:46:40.555 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-17T05:46:40.709 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-17T05:46:40.764 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-17T05:46:40.848 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-17T05:46:40.939 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-17T05:46:41.025 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-17T05:46:41.052 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-17T05:46:41.272 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-17T05:46:41.522 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-17T05:46:41.522 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-17T05:46:41.541 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-17T05:46:41.698 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-17T05:46:41.857 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-17T05:46:42.064 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-17T05:46:42.073 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-17T05:46:42.074 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-17T05:46:42.075 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-17T05:46:42.289 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-17T05:46:42.447 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-17T05:46:42.630 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-17T05:46:42.761 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-17T05:46:42.954 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-17T05:46:43.318 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-17T05:46:43.318 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:02:07 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:43.389 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-17T05:46:43.992 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-17T05:46:43.992 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-17T05:46:43.992 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-17T05:46:43.992 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-17T05:46:43.993 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-17T05:46:43.994 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-17T05:46:43.995 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-17T05:46:45.207 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-11-17T05:46:45.316 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:45.316 INFO:teuthology.orchestra.run.smithi124.stdout:Downgraded: 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.317 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:46:45.318 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-17T05:46:45.430 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-17T05:46:45.431 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:02:10 ago on Fri 17 Nov 2023 05:44:35 AM UTC. 2023-11-17T05:46:45.475 DEBUG:teuthology.parallel:result is None 2023-11-17T05:46:47.448 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-11-17T05:46:47.572 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:47.572 INFO:teuthology.orchestra.run.smithi139.stdout:Downgraded: 2023-11-17T05:46:47.572 INFO:teuthology.orchestra.run.smithi139.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.573 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:46:47.574 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-11-17T05:46:47.750 DEBUG:teuthology.parallel:result is None 2023-11-17T05:46:47.750 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-17T05:46:47.761 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-17T05:46:47.761 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:46:47.761 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:46:47.779 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T05:46:47.779 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_1 2023-11-17T05:46:47.836 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T05:46:47.836 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:47.836 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 221387 Links: 1 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:46:41.723751331 +0000 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:45:32.154090966 +0000 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:45:32.154090966 +0000 2023-11-17T05:46:47.876 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:46:47.876 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T05:46:47.902 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:46:47.902 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:46:47.903 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000256325 s, 2.0 MB/s 2023-11-17T05:46:47.904 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T05:46:47.962 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_2 2023-11-17T05:46:48.019 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 221483 Links: 1 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:46:41.723751331 +0000 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:45:32.654082174 +0000 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:45:32.654082174 +0000 2023-11-17T05:46:48.020 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:46:48.020 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T05:46:48.088 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:46:48.088 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:46:48.088 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000259526 s, 2.0 MB/s 2023-11-17T05:46:48.088 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T05:46:48.145 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_3 2023-11-17T05:46:48.200 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 221562 Links: 1 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:46:41.723751331 +0000 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:45:33.188072783 +0000 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:45:33.188072783 +0000 2023-11-17T05:46:48.201 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:46:48.202 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T05:46:48.265 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:46:48.265 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:46:48.265 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000229053 s, 2.2 MB/s 2023-11-17T05:46:48.266 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T05:46:48.322 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_4 2023-11-17T05:46:48.379 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 222670 Links: 1 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:46:41.723751331 +0000 2023-11-17T05:46:48.380 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:45:33.780062373 +0000 2023-11-17T05:46:48.381 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:45:33.780062373 +0000 2023-11-17T05:46:48.381 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:46:48.381 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T05:46:48.442 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:46:48.442 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:46:48.442 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000188023 s, 2.7 MB/s 2023-11-17T05:46:48.443 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T05:46:48.499 DEBUG:teuthology.orchestra.run.smithi124:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T05:46:48.616 INFO:teuthology.orchestra.run.smithi124.stdout:loop 2023-11-17T05:46:48.617 INFO:tasks.nvme_loop:Connecting nvme_loop smithi124:/dev/vg_nvme/lv_1... 2023-11-17T05:46:48.617 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T05:46:48.649 INFO:teuthology.orchestra.run.smithi124.stdout:1 2023-11-17T05:46:48.683 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/vg_nvme/lv_11 2023-11-17T05:46:48.723 INFO:tasks.nvme_loop:Connecting nvme_loop smithi124:/dev/vg_nvme/lv_2... 2023-11-17T05:46:48.723 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T05:46:48.801 INFO:teuthology.orchestra.run.smithi124.stdout:1 2023-11-17T05:46:48.836 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/vg_nvme/lv_21 2023-11-17T05:46:48.873 INFO:tasks.nvme_loop:Connecting nvme_loop smithi124:/dev/vg_nvme/lv_3... 2023-11-17T05:46:48.873 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T05:46:48.946 INFO:teuthology.orchestra.run.smithi124.stdout:1 2023-11-17T05:46:48.981 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/vg_nvme/lv_31 2023-11-17T05:46:49.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi124:/dev/vg_nvme/lv_4... 2023-11-17T05:46:49.019 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T05:46:49.096 INFO:teuthology.orchestra.run.smithi124.stdout:1 2023-11-17T05:46:49.132 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/vg_nvme/lv_41 2023-11-17T05:46:49.169 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:46:49.169 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:46:49.227 DEBUG:teuthology.orchestra.run.smithi124:> sudo nvme list 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/nvme0n1 PHFT620401B8400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/nvme1n1 459c5999479cb5735b6e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/nvme2n1 20e723b61089e47c4213 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/nvme3n1 4cb521b0f3a01169f50b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:49.291 INFO:teuthology.orchestra.run.smithi124.stdout:/dev/nvme4n1 d7002c567a77279fe3db Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:49.292 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T05:46:49.292 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:46:49.293 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/scratch_devs 2023-11-17T05:46:49.356 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:46:49.356 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:46:49.373 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T05:46:49.373 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 218544 Links: 1 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:46:43.588219809 +0000 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:45:32.127909591 +0000 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:45:32.127909591 +0000 2023-11-17T05:46:49.430 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:46:49.431 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T05:46:49.495 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:46:49.496 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:46:49.496 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000250513 s, 2.0 MB/s 2023-11-17T05:46:49.497 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T05:46:49.554 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2023-11-17T05:46:49.609 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 221686 Links: 1 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:46:43.589219788 +0000 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:45:32.655898360 +0000 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:45:32.655898360 +0000 2023-11-17T05:46:49.610 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:46:49.611 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T05:46:49.674 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:46:49.674 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:46:49.674 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000247223 s, 2.1 MB/s 2023-11-17T05:46:49.676 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T05:46:49.732 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2023-11-17T05:46:49.788 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T05:46:49.788 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:49.788 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 222346 Links: 1 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:46:43.589219788 +0000 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:45:33.202886724 +0000 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:45:33.202886724 +0000 2023-11-17T05:46:49.789 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:46:49.789 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T05:46:49.852 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:46:49.852 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:46:49.853 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000329534 s, 1.6 MB/s 2023-11-17T05:46:49.854 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T05:46:49.910 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2023-11-17T05:46:49.966 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 221923 Links: 1 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:46:43.589219788 +0000 2023-11-17T05:46:49.967 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:45:33.786874302 +0000 2023-11-17T05:46:49.968 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:45:33.786874302 +0000 2023-11-17T05:46:49.968 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:46:49.968 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T05:46:50.031 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:46:50.032 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:46:50.032 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000217386 s, 2.4 MB/s 2023-11-17T05:46:50.032 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T05:46:50.088 DEBUG:teuthology.orchestra.run.smithi139:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T05:46:50.201 INFO:teuthology.orchestra.run.smithi139.stdout:loop 2023-11-17T05:46:50.202 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-11-17T05:46:50.202 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T05:46:50.235 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-11-17T05:46:50.269 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_11 2023-11-17T05:46:50.309 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-11-17T05:46:50.309 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T05:46:50.382 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-11-17T05:46:50.417 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_21 2023-11-17T05:46:50.455 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-11-17T05:46:50.455 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T05:46:50.533 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-11-17T05:46:50.567 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_31 2023-11-17T05:46:50.605 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-11-17T05:46:50.605 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T05:46:50.678 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-11-17T05:46:50.712 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_41 2023-11-17T05:46:50.751 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:46:50.751 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:46:50.807 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme list 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme0n1 PHFT620500N6400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme1n1 f532de19fbffafcd208f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme2n1 a95e49c78b39aa260a70 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme3n1 d6776190bbeb8a03a78d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:50.870 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme4n1 08ef52d92cfec71bcc22 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-17T05:46:50.871 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T05:46:50.871 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:46:50.871 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-11-17T05:46:50.936 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-17T05:46:51.024 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-17T05:46:51.025 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T05:46:51.025 INFO:tasks.cephadm:Cluster fsid is b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:46:51.025 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-17T05:46:51.026 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-17T05:46:51.026 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi124': '172.21.15.124', 'mon.smithi139': '172.21.15.139'} 2023-11-17T05:46:51.026 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-17T05:46:51.026 DEBUG:teuthology.orchestra.run.smithi124:> sudo hostname $(hostname -s) 2023-11-17T05:46:51.055 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2023-11-17T05:46:51.080 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-17T05:46:51.080 DEBUG:teuthology.orchestra.run.smithi124:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.315 INFO:teuthology.orchestra.run.smithi124.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 17 05:46 /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.315 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.525 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 17 05:46 /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.525 DEBUG:teuthology.orchestra.run.smithi124:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.542 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T05:46:51.565 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /etc/ceph 2023-11-17T05:46:51.609 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2023-11-17T05:46:51.635 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 777 /etc/ceph 2023-11-17T05:46:51.674 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2023-11-17T05:46:51.699 INFO:tasks.cephadm:Writing seed config... 2023-11-17T05:46:51.700 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-17T05:46:51.700 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-17T05:46:51.700 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-17T05:46:51.701 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-17T05:46:51.701 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-17T05:46:51.701 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-17T05:46:51.701 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-17T05:46:51.701 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-17T05:46:51.701 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:46:51.702 DEBUG:teuthology.orchestra.run.smithi124:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-17T05:46:51.729 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 = b48c3fda-850c-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-17T05:46:51.730 DEBUG:teuthology.orchestra.run.smithi124:mon.smithi124> sudo journalctl -f -n 0 -u ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service 2023-11-17T05:46:51.772 INFO:tasks.cephadm:Bootstrapping... 2023-11-17T05:46:51.773 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.124 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:46:51.796 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:-- Logs begin at Fri 2023-11-17 05:36:58 UTC. -- 2023-11-17T05:46:52.108 INFO:teuthology.orchestra.run.smithi124.stderr:-------------------------------------------------------------------------------- 2023-11-17T05:46:52.108 INFO:teuthology.orchestra.run.smithi124.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', 'b48c3fda-850c-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.124', '--skip-admin-label'] 2023-11-17T05:46:53.523 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: 3.0.1 2023-11-17T05:46:53.540 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying podman|docker is present... 2023-11-17T05:46:53.593 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: 3.0.1 2023-11-17T05:46:53.606 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying lvm2 is present... 2023-11-17T05:46:53.606 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying time synchronization is in place... 2023-11-17T05:46:53.612 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T05:46:53.618 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:46:53.624 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: enabled 2023-11-17T05:46:53.630 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: active 2023-11-17T05:46:53.631 INFO:teuthology.orchestra.run.smithi124.stderr:Unit chronyd.service is enabled and running 2023-11-17T05:46:53.631 INFO:teuthology.orchestra.run.smithi124.stderr:Repeating the final host check... 2023-11-17T05:46:53.679 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: 3.0.1 2023-11-17T05:46:53.692 INFO:teuthology.orchestra.run.smithi124.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-17T05:46:53.692 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl is present 2023-11-17T05:46:53.692 INFO:teuthology.orchestra.run.smithi124.stderr:lvcreate is present 2023-11-17T05:46:53.698 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T05:46:53.703 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:46:53.709 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: enabled 2023-11-17T05:46:53.714 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: active 2023-11-17T05:46:53.715 INFO:teuthology.orchestra.run.smithi124.stderr:Unit chronyd.service is enabled and running 2023-11-17T05:46:53.715 INFO:teuthology.orchestra.run.smithi124.stderr:Host looks OK 2023-11-17T05:46:53.715 INFO:teuthology.orchestra.run.smithi124.stderr:Cluster fsid: b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:46:53.716 INFO:teuthology.orchestra.run.smithi124.stderr:Acquiring lock 140089493323848 on /run/cephadm/b48c3fda-850c-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:46:53.716 INFO:teuthology.orchestra.run.smithi124.stderr:Lock 140089493323848 acquired on /run/cephadm/b48c3fda-850c-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:46:53.716 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying IP 172.21.15.124 port 3300 ... 2023-11-17T05:46:53.717 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying IP 172.21.15.124 port 6789 ... 2023-11-17T05:46:53.717 INFO:teuthology.orchestra.run.smithi124.stderr:Base mon IP(s) is [172.21.15.124:3300, 172.21.15.124:6789], mon addrv is [v2:172.21.15.124:3300,v1:172.21.15.124:6789] 2023-11-17T05:46:53.719 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-17T05:46:53.720 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.124 metric 100 2023-11-17T05:46:53.722 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-17T05:46:53.722 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-17T05:46:53.722 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1781sec hoplimit 64 pref medium 2023-11-17T05:46:53.729 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-17T05:46:53.729 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-17T05:46:53.729 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T05:46:53.729 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d5c5/64 scope link 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:Mon IP `172.21.15.124` is in CIDR network `172.21.0.0/20` 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:Mon IP `172.21.15.124` is in CIDR network `172.21.0.0/20` 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-17T05:46:53.730 INFO:teuthology.orchestra.run.smithi124.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-17T05:46:53.803 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-17T05:46:53.935 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Getting image source signatures 2023-11-17T05:46:54.095 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Copying blob sha256:0b35c5e1bfec1c27da3a845830190bcbe1c93ae386a5c5a1a702ebe74c5dbf25 2023-11-17T05:46:54.170 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-17T05:47:13.127 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Copying config sha256:6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Writing manifest to image destination 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: Storing signatures 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:/bin/podman: 6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T05:48:01.935 INFO:teuthology.orchestra.run.smithi124.stderr:Extracting ceph user uid/gid from container image... 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:stat: 167 167 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:Creating initial keys... 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-authtool: AQB4/lZls5bDHxAAWyrWrki06GN6ALtXPgeZfw== 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-authtool: AQB5/lZl275YFhAAoh9TBslv3ZjMU4STZ1Bj/w== 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-authtool: AQB6/lZlgqLfDRAAIAWTOPRb/4IRuNAW6Kxj/Q== 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:Creating initial monmap... 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:monmaptool for smithi124 [v2:172.21.15.124:3300,v1:172.21.15.124:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/monmaptool: set fsid to b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:Creating mon... 2023-11-17T05:48:01.936 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.976+0000 7f4708c16880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.976+0000 7f4708c16880 1 imported monmap: 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: last_changed 2023-11-17T05:47:39.079514+0000 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: created 2023-11-17T05:47:39.079514+0000 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] mon.smithi124 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.976+0000 7f4708c16880 0 /usr/bin/ceph-mon: set fsid to b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T05:48:01.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: DB SUMMARY 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi124/store.db dir, Total Num: 0, files: 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi124/store.db: 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.create_if_missing: 1 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.env: 0x55e75f70b080 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.fs: Posix File System 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.info_log: 0x55e7600ab3a0 2023-11-17T05:48:01.938 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.statistics: (nil) 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.use_fsync: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T05:48:01.939 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.db_log_dir: 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi124/store.db 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.write_buffer_manager: 0x55e7600b1980 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T05:48:01.940 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.unordered_write: 0 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.row_cache: None 2023-11-17T05:48:01.941 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.wal_filter: None 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T05:48:01.942 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T05:48:01.943 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T05:48:01.962 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.max_open_files: -1 2023-11-17T05:48:01.962 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T05:48:01.963 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T05:48:01.963 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T05:48:02.056 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Compression algorithms supported: 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kZSTD supported: 0 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T05:48:02.298 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.977+0000 7f4708c16880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000001 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.merge_operator: 2023-11-17T05:48:02.299 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_filter: None 2023-11-17T05:48:02.300 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T05:48:02.348 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T05:48:02.348 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e75ffbbd38) 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-17T05:48:02.349 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_cache: 0x55e75fff4d10 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-17T05:48:02.350 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression: NoCompression 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T05:48:02.351 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T05:48:02.352 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T05:48:02.352 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.num_levels: 7 2023-11-17T05:48:02.352 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T05:48:02.352 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T05:48:02.621 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T05:48:02.621 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T05:48:02.621 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T05:48:02.621 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T05:48:02.621 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T05:48:02.622 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T05:48:02.623 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T05:48:02.624 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T05:48:02.625 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T05:48:02.625 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T05:48:02.625 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T05:48:02.625 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T05:48:02.786 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T05:48:02.786 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T05:48:02.786 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.ttl: 2592000 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.978+0000 7f4708c16880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-17T05:48:02.816 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.979+0000 7f4708c16880 4 rocksdb: DB pointer 0x55e7600bf800 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.979+0000 7f46f1a9d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.979+0000 7f46f1a9d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T05:48:02.817 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:02.818 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:02.937 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:48:02.988 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:48:02.988 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:48:02.988 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:02.988 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:02.989 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: 2023-11-17T05:48:02.990 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.980+0000 7f4708c16880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.980+0000 7f4708c16880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph-mon: debug 2023-11-17T05:47:39.980+0000 7f4708c16880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi124 for mon.smithi124 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:create mon.smithi124 on 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target. 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target. 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Failed to reset failed state of unit ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service: Unit ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service not loaded. 2023-11-17T05:48:02.991 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target.wants/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service → /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T05:48:03.060 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 systemd[1]: Starting Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7... 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: disabled 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:firewalld.service is not enabled 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mon to start... 2023-11-17T05:48:03.061 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mon... 2023-11-17T05:48:03.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 bash[82759]: 4105d7813d71d85c4450df2355db4d51c76aa706ec2bdccef9e506135a716d8c 2023-11-17T05:48:03.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 systemd[1]: Started Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7. 2023-11-17T05:48:03.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.677162+0000 mon.smithi124 (mon.0) 0 : [INF] mkfs b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.656049 2023-11-17T05:48:03.062 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:41 smithi124 conmon[82800]: +0000 mon.smithi124 (mon.0) 1 : cluster [INF] mon.smithi124 is new leader, mons smithi124 in quorum (ranks 0) 2023-11-17T05:48:03.063 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: cluster: 2023-11-17T05:48:03.063 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: id: b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.064 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-17T05:48:03.064 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.064 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: services: 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi124 (age 0.518603s) 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: data: 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: pgs: 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:mon is available 2023-11-17T05:48:03.092 INFO:teuthology.orchestra.run.smithi124.stderr:Assimilating anything we can from ceph.conf... 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.675900+0000 mon.smithi124 (mon.0) 2 : cluster [INF] mon.smithi124 is new leader, mons smithi124 in quorum (ranks 0) 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: cluster 2023-11 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: -17T05:47:41.676113+0000 mon.smithi124 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0]} removed_ranks: {} 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.678715+0000 mon.smithi124 (mon.0) 4 : cluster [DBG] fsmap 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.681350+0000 mon.smithi124 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: cluster 2023-11-17T05:47:41.681818+0000 mon.smithi124 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T05:48:03.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:42 smithi124 conmon[82800]: audit 2023-11-17T05:47:42.194435+0000 mon.smithi124 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.124:0/3645797445' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [global] 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: fsid = b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.124:3300,v1:172.21.15.124:6789] 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T05:48:03.095 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [mgr] 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.282 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [osd] 2023-11-17T05:48:03.283 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T05:48:03.283 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T05:48:03.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:43 smithi124 conmon[82800]: audit 2023-11-17T05:47:43.436499+0000 mon.smithi124 (mon.0 2023-11-17T05:48:03.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:43 smithi124 conmon[82800]: ) 8 : audit [INF] from='client.? 172.21.15.124:0/3167549855' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T05:48:03.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:43 smithi124 conmon[82800]: audit 2023-11-17T05:47:43.439048+0000 mon.smithi124 (mon.0) 9 : audit [INF] from='client.? 172.21.15.124:0/3167549855' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T05:48:03.283 INFO:teuthology.orchestra.run.smithi124.stderr:Generating new minimal ceph.conf... 2023-11-17T05:48:03.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:44 smithi124 conmon[82800]: audit 2023-11-17T05:47:44.492826+0000 mon.smithi124 (mon. 2023-11-17T05:48:03.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:44 smithi124 conmon[82800]: 0) 10 : audit [DBG] from='client.? 172.21.15.124:0/1773332766' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:48:03.284 INFO:teuthology.orchestra.run.smithi124.stderr:Restarting the monitor... 2023-11-17T05:48:03.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:44 smithi124 systemd[1]: Stopping Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7... 2023-11-17T05:48:03.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:45 smithi124 bash[83307]: Error: no container with name or ID ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-mon.smithi124 found: no such container 2023-11-17T05:48:03.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:45 smithi124 conmon[82800]: debug 2023-11-17T05:47:45.308+0000 7f8aabbdf700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi124 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T05:48:03.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:45 smithi124 conmon[82800]: debug 2023-11-17T05:47:45.308+0000 7f8aabbdf700 -1 mon.smithi124@0(leader) e1 *** Got Signal Terminated *** 2023-11-17T05:48:03.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:45 smithi124 bash[83422]: 4105d7813d71d85c4450df2355db4d51c76aa706ec2bdccef9e506135a716d8c 2023-11-17T05:48:03.346 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 systemd[1]: ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service: Succeeded. 2023-11-17T05:48:03.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 systemd[1]: Stopped Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7. 2023-11-17T05:48:03.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 systemd[1]: Starting Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7... 2023-11-17T05:48:03.347 INFO:teuthology.orchestra.run.smithi124.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.637+0000 7f5c828f9880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.637+0000 7f5c828f9880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.637+0000 7f5c828f9880 0 pidfile_write: ignore empty --pid-file 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 0 load: jerasure load: lrc load: isa 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T05:48:03.349 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T05:48:03.350 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: DB SUMMARY 2023-11-17T05:48:03.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: CURRENT file: CURRENT 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi124/store.db dir, Total Num: 1, files: 000004.sst 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi124/store.db: 000006.log size: 86535 ; 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.create_if_missing: 0 2023-11-17T05:48:03.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.env: 0x55c4b9912080 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.fs: Posix File System 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.info_log: 0x55c4bae7bd80 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.statistics: (nil) 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.use_fsync: 0 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T05:48:03.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.db_log_dir: 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi124/store.db 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T05:48:03.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T05:48:03.548 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T05:48:03.562 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.write_buffer_manager: 0x55c4bbb78420 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.unordered_write: 0 2023-11-17T05:48:03.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.row_cache: None 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.wal_filter: None 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T05:48:03.564 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T05:48:03.565 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.max_open_files: -1 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Compression algorithms supported: 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kZSTD supported: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T05:48:03.566 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.642+0000 7f5c828f9880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000005 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.merge_operator: 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_filter: None 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4bae25d30) 2023-11-17T05:48:03.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cache_index_and_filter_blocks: 1 2023-11-17T05:48:03.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T05:48:03.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T05:48:03.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: pin_top_level_index_and_filter: 1 2023-11-17T05:48:03.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: index_type: 0 2023-11-17T05:48:03.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: data_block_index_type: 0 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: index_shortening: 1 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: data_block_hash_table_util_ratio: 0.750000 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: hash_index_allow_collision: 1 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: checksum: 1 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: no_block_cache: 0 2023-11-17T05:48:03.579 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_cache: 0x55c4bae5ef10 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_cache_name: BinnedLRUCache 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_cache_options: 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: capacity : 536870912 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: num_shard_bits : 4 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: strict_capacity_limit : 0 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: high_pri_pool_ratio: 0.000 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_cache_compressed: (nil) 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: persistent_cache: (nil) 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_size: 4096 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_size_deviation: 10 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_restart_interval: 16 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: index_block_restart_interval: 1 2023-11-17T05:48:03.580 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: metadata_block_size: 4096 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: partition_filters: 0 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: use_delta_encoding: 1 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: whole_key_filtering: 1 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: verify_compression: 0 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: read_amp_bytes_per_bit: 0 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: format_version: 2 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: enable_index_compression: 1 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: block_align: 0 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression: NoCompression 2023-11-17T05:48:03.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.num_levels: 7 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T05:48:03.582 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T05:48:03.583 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T05:48:03.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T05:48:03.615 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_option 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: s_fifo.max_table_files_size: 1073741824 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T05:48:03.616 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.ttl: 2592000 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700200066645257, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.643+0000 7f5c828f9880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.644+0000 7f5c828f9880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.644+0000 7f5c828f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700200066646125, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83408, "table_properties": {"data_size": 81675, "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": 76187, "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": 1700200066, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.644+0000 7f5c828f9880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.617 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.645+0000 7f5c828f9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700200066646556, "job": 1, "event": "recovery_finished"} 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.645+0000 7f5c828f9880 4 rocksdb: DB pointer 0x55c4baf29800 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.646+0000 7f5c696ff700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.646+0000 7f5c696ff700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** DB Stats ** 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.618 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** Compaction Stats [default] ** 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** Compaction Stats [default] ** 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:03.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Cumulative compaction: 0.00 GB write, 27.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Interval compaction: 0.00 GB write, 27.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** Compaction Stats [default] ** 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:03.620 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** Compaction Stats [default] ** 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:48:03.621 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Cumulative compaction: 0.00 GB write, 26.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.646+0000 7f5c828f9880 0 starting mon.smithi124 rank 0 at public addrs [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] at bind addrs [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi124 fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 1 mon.smithi124@-1(???) e1 preinit fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).mds e1 new map 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).mds e1 print_map 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: e1 2023-11-17T05:48:03.622 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-17T05:48:03.658 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T05:48:03.658 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: legacy client fscid: -1 2023-11-17T05:48:03.658 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.658 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: No filesystems configured 2023-11-17T05:48:03.703 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:48:03.703 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-17T05:48:03.703 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:48:03.703 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 0 mon.smithi124@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: audit 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: 2023-11-17T05:47:44.492826 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 10 : audit 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: [DBG] from='client.? 172.21.15.124:0/1773332766' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: debug 2023-11-17T05:47:46.647+0000 7f5c828f9880 1 mon.smithi124@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 bash[83753]: 2c6330650ec2ac6b2290556bd4b3829a1a70813488d830d0414afe3148e7e3d3 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 systemd[1]: Started Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7. 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cluster 2023-11-17T05:47:46.664083+0000 mon.smithi124 (mon.0 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: ) 1 : cluster [INF] mon.smithi124 is new leader, mons smithi124 in quorum (ranks 0) 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cluster 2023-11-17T05:47:46.664164+0000 mon.smithi124 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0]} removed_ranks: {} 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cluster 2023-11-17T05:47:46.676172+0000 mon.smithi124 (mon.0) 3 : cluster [DBG] fsmap 2023-11-17T05:48:03.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cluster 2023-11-17T05:47:46.676235+0000 mon.smithi124 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T05:48:03.705 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:46 smithi124 conmon[83794]: cluster 2023-11-17T05:47:46.676805+0000 mon.smithi124 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T05:48:03.705 INFO:teuthology.orchestra.run.smithi124.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-17T05:48:03.705 INFO:teuthology.orchestra.run.smithi124.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:48:03.706 INFO:teuthology.orchestra.run.smithi124.stderr:Creating mgr... 2023-11-17T05:48:03.706 INFO:teuthology.orchestra.run.smithi124.stderr:Verifying port 9283 ... 2023-11-17T05:48:03.706 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Failed to reset failed state of unit ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mgr.smithi124.bgylrn.service: Unit ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mgr.smithi124.bgylrn.service not loaded. 2023-11-17T05:48:03.706 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7.target.wants/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mgr.smithi124.bgylrn.service → /etc/systemd/system/ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T05:48:03.706 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:48 smithi124 conmon[83794]: audit 2023-11-17T05:47:47.182754+0000 mon.smithi124 (mon. 2023-11-17T05:48:03.706 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:48 smithi124 conmon[83794]: 0) 6 : audit [INF] from='client.? 172.21.15.124:0/1033561792' entity='client.admin' 2023-11-17T05:48:03.712 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: disabled 2023-11-17T05:48:03.712 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:48:03.712 INFO:teuthology.orchestra.run.smithi124.stderr:firewalld.service is not enabled 2023-11-17T05:48:03.712 INFO:teuthology.orchestra.run.smithi124.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T05:48:03.712 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: disabled 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:firewalld.service is not enabled 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mgr to start... 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mgr... 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsid": "b48c3fda-850c-11ee-8dbe-212e2dc638e7", 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "health": { 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.713 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 0 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "smithi124" 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T05:48:03.714 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T05:48:03.715 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "available": false, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "iostat", 2023-11-17T05:48:03.716 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "nfs", 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "restful" 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modified": "2023-11-17T05:47:41.677601+0000", 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T05:48:03.717 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:03.717 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:49 smithi124 conmon[83794]: audit 2023-11-17T05:47:49. 2023-11-17T05:48:03.718 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:49 smithi124 conmon[83794]: 214844+0000 mon.smithi124 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.124:0/121998374' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:mgr not available, waiting (1/15)... 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsid": "b48c3fda-850c-11ee-8dbe-212e2dc638e7", 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "health": { 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.723 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 0 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "smithi124" 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T05:48:03.724 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T05:48:03.725 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "available": false, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T05:48:03.726 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "iostat", 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "nfs", 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "restful" 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modified": "2023-11-17T05:47:41.677601+0000", 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:03.727 INFO:teuthology.orchestra.run.smithi124.stderr:mgr not available, waiting (2/15)... 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:52 smithi124 conmon[83794]: audit 2023-11-17T05:47:52.373166+0000 mon.smithi124 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.124:0/2354895152' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: cluster 2023-11-17T05:47:54.096376+0000 mon.smithi124 (mon.0) 9 : cluster [INF] Activating manager daemon smithi124.bgylrn 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: cluster 2023-11-17T05:47:54.098849+0000 mon.smithi124 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi124.bgylrn(active, starting, since 0.00256111s) 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05:47:54.099692+0000 mon.smithi124 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05:47:54.099820+0000 mon.smithi124 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: -11-17T05:47:54.099923+0000 mon.smithi124 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:48:03.728 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: :47:54.100042+0000 mon.smithi124 (mon. 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 0) 14 : audit [DBG] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: -11-17T05:47:54 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: .100432+0000 mon.smithi124 (mon.0) 15 : audit 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: [DBG] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi124.bgylrn", "id": "smithi124.bgylrn"}]: dispatch 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: T05:47:54.114009+0000 mon.smithi124 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: (mon.0) 16 : cluster [INF] Manager daemon smithi124.bgylrn is now available 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 2023-11-17T05:47: 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 54.126166+0000 mon.smithi124 (mon.0) 17 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: : audit [INF] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11 2023-11-17T05:48:03.729 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: -17T05:47:54.127801+0000 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: mon.smithi124 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/mirror_snapshot_schedule"}]: dispatch 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 2023-11-17T05:47:54 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: .130422+0000 mon.smithi124 (mon.0) 19 : audit 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: [INF] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/trash_purge_schedule"}]: dispatch 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 17T05:47:54.136267 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 20 : audit [INF] 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: 2023-11-17T05:47:54 2023-11-17T05:48:03.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: .141006+0000 mon.smithi124 (mon.0) 21 : audit 2023-11-17T05:48:03.731 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:54 smithi124 conmon[83794]: [INF] from='mgr.14100 172.21.15.124:0/4250837847' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsid": "b48c3fda-850c-11ee-8dbe-212e2dc638e7", 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "health": { 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 0 2023-11-17T05:48:03.736 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "smithi124" 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T05:48:03.737 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T05:48:03.738 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T05:48:03.750 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T05:48:03.750 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T05:48:03.750 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T05:48:03.750 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.751 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "available": true, 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "iostat", 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "nfs", 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "restful" 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ], 2023-11-17T05:48:03.752 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "modified": "2023-11-17T05:47:41.677601+0000", 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "services": {} 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: }, 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:03.753 INFO:teuthology.orchestra.run.smithi124.stderr:mgr is available 2023-11-17T05:48:03.753 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:56 smithi124 conmon[83794]: cluster 2023-11-17T05:47:55.101177+0000 mon.smithi124 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi124.bgylrn(active, since 1.00489s) 2023-11-17T05:48:03.754 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:56 smithi124 conmon[83794]: audit 2023-11-17T05:47:55.586813+0000 mon.smithi124 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.124:0/3879008475' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [global] 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: fsid = b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T05:48:03.755 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [mgr] 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: [osd] 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T05:48:03.756 INFO:teuthology.orchestra.run.smithi124.stderr:Enabling cephadm module... 2023-11-17T05:48:03.756 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:57 smithi124 conmon[83794]: audit 2023-11-17T05:47:56.748235+0000 mon.smithi124 (mon.0) 24 : audit [INF] from='client.? 172.21.15.124:0/983992950' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T05:48:03.756 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:57 smithi124 conmon[83794]: cluster 2023-11-17T05:47:57.101911+0000 mon.smithi124 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi124.bgylrn(active, since 3s) 2023-11-17T05:48:03.757 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:58 smithi124 conmon[83794]: audit 2023-11-17T05:47:57.935792+0000 mon.smithi124 (mon.0) 26 2023-11-17T05:48:03.757 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:58 smithi124 conmon[83794]: : audit [INF] from='client.? 172.21.15.124:0/130534952' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-17T05:48:03.757 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:03.757 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-17T05:48:03.757 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "available": true, 2023-11-17T05:48:03.758 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "active_name": "smithi124.bgylrn", 2023-11-17T05:48:03.758 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T05:48:03.758 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:03.758 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:59 smithi124 conmon[83794]: audit 2023-11-17T05:47:58.657938+0000 mon.smithi124 (mon.0) 2023-11-17T05:48:03.758 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:59 smithi124 conmon[83794]: 27 : audit [INF] from='client.? 172.21.15.124:0/130534952' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-17T05:48:03.758 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:47:59 smithi124 conmon[83794]: cluster 2023-11-17T05:47:58.657993+0000 mon.smithi124 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi124.bgylrn(active, since 4s) 2023-11-17T05:48:03.759 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for the mgr to restart... 2023-11-17T05:48:03.759 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mgr epoch 5... 2023-11-17T05:48:03.759 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:00 smithi124 conmon[83794]: audit 2023-11-17T05:47:59. 2023-11-17T05:48:03.759 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:00 smithi124 conmon[83794]: 998326+0000 mon.smithi124 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.124:0/3954269757' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: cluster 2023-11-17T05:48:04.089380+0000 mon.smithi124 (mon.0) 30 : cluster [INF] Active manager daemon smithi124.bgylrn restarted 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: cluster 2023-11-17T05:48:04.089599+0000 mon.smithi124 (mon.0) 31 : cluster [INF] Activating manager daemon smithi124.bgylrn 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: cluster 2023-11-17T05 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: :48:04.092360+0000 mon.smithi124 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: cluster 2023- 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 11-17T05:48:04.092468+0000 mon.smithi124 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi124.bgylrn(active, starting, since 0.00294363s) 2023-11-17T05:48:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05:48: 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 04.093391+0000 mon.smithi124 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05:48:04. 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 094010+0000 mon.smithi124 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi124.bgylrn", "id": "smithi124.bgylrn"}]: dispatch 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05:48: 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 04.094605+0000 mon.smithi124 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05:48:04 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: .094752+0000 mon.smithi124 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05:48: 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 04.094887+0000 mon.smithi124 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: cluster 2023-11-17T05:48: 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: 04.096755+0000 mon.smithi124 (mon.0) 39 : cluster [INF] Manager daemon smithi124.bgylrn is now available 2023-11-17T05:48:04.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:48:04.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:04 smithi124 conmon[83794]: :48:04.109915+0000 mon.smithi124 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:05.101 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:05.101 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-17T05:48:05.101 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T05:48:05.101 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:04.107338+0000 2023-11-17T05:48:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-17T05:48:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05:48:04.196162+0000 mon.smithi124 2023-11-17T05:48:05.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:05.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05:48:04.197121 2023-11-17T05:48:05.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:05.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05: 2023-11-17T05:48:05.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: 48:04.198388+0000 mon.smithi124 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:05.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05:48:04.200167+0000 2023-11-17T05:48:05.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: mon.smithi124 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:05.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05:48: 2023-11-17T05:48:05.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: 04.213791+0000 mon.smithi124 (mon.0) 45 : audit [INF] 2023-11-17T05:48:05.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/mirror_snapshot_schedule"}]: dispatch 2023-11-17T05:48:05.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: audit 2023-11-17T05:48:05.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: 2023-11-17T05:48:04.216316+0000 mon.smithi124 (mon.0 2023-11-17T05:48:05.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: ) 46 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/trash_purge_schedule"}]: dispatch 2023-11-17T05:48:05.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: cluster 2023-11-17T05:48:05.094656+0000 2023-11-17T05:48:05.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:05 smithi124 conmon[83794]: mon.smithi124 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi124.bgylrn(active, since 1.00512s) 2023-11-17T05:48:05.623 INFO:teuthology.orchestra.run.smithi124.stderr:mgr epoch 5 is available 2023-11-17T05:48:05.623 INFO:teuthology.orchestra.run.smithi124.stderr:Setting orchestrator backend to cephadm... 2023-11-17T05:48:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:06 smithi124 conmon[83794]: audit 2023-11-17T05:48:05.093927+0000 mgr.smithi124.bgylrn (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T05:48:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:06 smithi124 conmon[83794]: 2023-11-17T05:48:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:06 smithi124 conmon[83794]: audit 2023-11-17T05:48:05.100377+0000 mgr.smithi124.bgylrn (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T05:48:07.397 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: value unchanged 2023-11-17T05:48:07.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:07 smithi124 conmon[83794]: cluster 2023-11-17T05:48:06 2023-11-17T05:48:07.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:07 smithi124 conmon[83794]: .198475+0000 mon.smithi124 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi124.bgylrn(active, since 2s) 2023-11-17T05:48:07.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:07 smithi124 conmon[83794]: audit 2023-11-17T05:48:06.249449+0000 mgr.smithi124.bgylrn (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:07.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:07 smithi124 conmon[83794]: audit 2023-11-17T05:48:06.253160+0000 mon.smithi124 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:07.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:07 smithi124 conmon[83794]: audit 2023-11-17T05:48:06.272128+0000 mon.smithi124 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:07.863 INFO:teuthology.orchestra.run.smithi124.stderr:Generating ssh key... 2023-11-17T05:48:08.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:08 smithi124 conmon[83794]: audit 2023-11-17T05:48:07.395957+0000 mgr.smithi124.bgylrn (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:09.453 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:09 smithi124 conmon[83794]: audit 2023-11-17T05:48:08.490356+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:48:09.453 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:09 smithi124 conmon[83794]: .14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:09.453 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:09 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:08.490603+0000 mgr.smithi124.bgylrn (mgr.14116) 7 2023-11-17T05:48:09.453 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:09 smithi124 conmon[83794]: : cephadm [INF] Generating ssh key... 2023-11-17T05:48:10.448 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQComQX/8uzdG8EzTsnkqaN743OapKMg8LAR7/L30MJfgTSw3vJsbB8cpegoXWVOvMdaZtPGNQQqqMhtK5VYwLdw62yrTxSt+iXKyljV2/oYmvLFhmBoiuvdVADH6fKfoOATWL0Ryv4U2D/B/Aharf6+svPUoGvPfz/GQRWm6vVpUnuPmRnTchicT16O/2PK/orOJ0/ymk4Xvo9k6E6/5QNnzOayKPHlktKdmpQeGDXAE+XnMHg+PIl3Q8BYFU8/DAlJ758m4rH4xuwOTI5+JPpYBp7jkxayuLDs4knp9NVhLp1qOATwMnz58EhvVXRUT5h2dvx7xrJWJzUsUUa5gMk8sFtn2m3af0jyL0qTPVGtVlOqRVOzAbJRsvLAhxLeSx3kKnLnMQXRkDMz/5cb5/4xSP0qspRNJinMLMu2TAKGSuNRt5cr6ZiCtyCl4JcCi06f+reTm+hrerZj0bokfYwLTqUaNzcvIAAUPddwjWwFXFu143Dsov2W75ml4uEFPE0= ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:10.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:10 smithi124 conmon[83794]: audit 2023-11-17T05:48:09. 2023-11-17T05:48:10.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:10 smithi124 conmon[83794]: 252743+0000 mon.smithi124 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:10.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:10 smithi124 conmon[83794]: audit 2023-11-17T05:48:09.254454+0000 mon.smithi124 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:10.955 INFO:teuthology.orchestra.run.smithi124.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-17T05:48:10.955 INFO:teuthology.orchestra.run.smithi124.stderr:Adding key to root@localhost authorized_keys... 2023-11-17T05:48:10.956 INFO:teuthology.orchestra.run.smithi124.stderr:Adding host smithi124... 2023-11-17T05:48:11.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:11 smithi124 conmon[83794]: audit 2023-11-17T05:48:10.447745+0000 mgr.smithi124.bgylrn (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:12.234 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Added host 'smithi124' with addr '172.21.15.124' 2023-11-17T05:48:12.829 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying mon service with default placement... 2023-11-17T05:48:13.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:12 smithi124 conmon[83794]: audit 2023-11-17T05:48:11.592830+0000 mgr.smithi124.bgylrn (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi124", "addr": "172.21.15.124", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:13.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:12 smithi124 conmon[83794]: audit 2023-11-17T05:48:12.232931+0000 mon.smithi124 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:13.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:12 smithi124 conmon[83794]: audit 2023-11-17T05:48:12.247483+0000 mon.smithi124 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:13.578 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-17T05:48:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:12.233203+0000 mgr.smithi124.bgylrn (mgr.14116) 2023-11-17T05:48:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:13 smithi124 conmon[83794]: 10 : cephadm [INF] Added host smithi124 2023-11-17T05:48:13.780 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:13 smithi124 conmon[83794]: audit 2023-11-17T05:48:13.577562+0000 mon.smithi124 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:14.511 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying mgr service with default placement... 2023-11-17T05:48:14.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:14 smithi124 conmon[83794]: audit 2023-11-17T05:48:13.574143+0000 mgr.smithi124.bgylrn (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:14.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:14 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:13.575260+0000 mgr.smithi124.bgylrn (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-17T05:48:15.313 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-17T05:48:16.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: audit 2023-11-17T05:48:14.719053+0000 mon.smithi124 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: audit 2023-11-17T05:48:14.988194+0000 mon.smithi124 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: audit 2023-11-17T05:48:15.309062+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: .14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: 2023-11-17T05:48:15.309952+0000 mgr.smithi124.bgylrn (mgr.14116 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: ) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:48:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:15 smithi124 conmon[83794]: 05:48:15.312383+0000 mon.smithi124 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:16.112 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying crash service with default placement... 2023-11-17T05:48:16.815 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-17T05:48:17.520 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying prometheus service with default placement... 2023-11-17T05:48:17.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:17 smithi124 conmon[83794]: audit 2023-11-17T05:48:16.196146+0000 2023-11-17T05:48:17.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:17 smithi124 conmon[83794]: mon.smithi124 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:17.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:17 smithi124 conmon[83794]: audit 2023-11-17T05:48:16.813969+0000 mon.smithi124 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:18.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:18 smithi124 conmon[83794]: audit 2023-11-17T05:48:16.810042+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:48:18.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:18 smithi124 conmon[83794]: .14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:18.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:18 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:16.810997+0000 mgr.smithi124.bgylrn (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-17T05:48:18.571 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-17T05:48:19.070 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying grafana service with default placement... 2023-11-17T05:48:19.702 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-17T05:48:19.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:19 smithi124 conmon[83794]: audit 2023-11-17T05:48:18.566333+0000 mgr.smithi124.bgylrn (mgr.14116) 2023-11-17T05:48:19.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:19 smithi124 conmon[83794]: 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:19.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:19 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:18.567181+0000 mgr.smithi124.bgylrn (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-17T05:48:19.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:19 smithi124 conmon[83794]: audit 2023-11-17T05:48:18.570127+0000 mon.smithi124 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:20.237 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying node-exporter service with default placement... 2023-11-17T05:48:20.888 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-17T05:48:21.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:20 smithi124 conmon[83794]: audit 2023-11-17T05:48:19.697991+0000 mgr.smithi124.bgylrn (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:21.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:20 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:19.698834+0000 mgr.smithi124.bgylrn (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-17T05:48:21.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:20 smithi124 conmon[83794]: audit 2023-11-17T05:48:19.701722+0000 mon.smithi124 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:21.486 INFO:teuthology.orchestra.run.smithi124.stderr:Deploying alertmanager service with default placement... 2023-11-17T05:48:22.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:21 smithi124 conmon[83794]: audit 2023-11-17T05:48:20.884892+0000 mgr.smithi124.bgylrn (mgr.14116) 21 : audit [DBG] 2023-11-17T05:48:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:21 smithi124 conmon[83794]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:21 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:20.885724+0000 mgr.smithi124.bgylrn (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-17T05:48:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:21 smithi124 conmon[83794]: audit 2023-11-17T05:48:20.888075+0000 2023-11-17T05:48:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:21 smithi124 conmon[83794]: mon.smithi124 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:22.143 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-17T05:48:23.485 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:23 smithi124 conmon[83794]: audit 2023-11-17T05:48:22.139798+0000 mgr.smithi124.bgylrn (mgr.14116) 2023-11-17T05:48:23.485 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:23 smithi124 conmon[83794]: 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:23.485 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:23 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:22.140609+0000 mgr.smithi124.bgylrn (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-17T05:48:23.485 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:23 smithi124 conmon[83794]: audit 2023-11-17T05:48:22.143003+0000 mon.smithi124 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.124:0/2851861696' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:24.635 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:24 smithi124 conmon[83794]: audit 2023-11-17T05:48:23.315010+0000 mon.smithi124 (mon.0) 65 : audit [INF] from='client.? 172.21.15.124:0/312354698' entity='client.admin' 2023-11-17T05:48:25.028 INFO:teuthology.orchestra.run.smithi124.stderr:Enabling the dashboard module... 2023-11-17T05:48:25.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:25 smithi124 conmon[83794]: cluster 2023-11-17T05:48:24.095807+0000 mgr.smithi124.bgylrn (mgr.14116) 25 : cluster [DBG] 2023-11-17T05:48:25.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:25 smithi124 conmon[83794]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:48:25.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:25 smithi124 conmon[83794]: audit 2023-11-17T05:48:24.470223+0000 mon.smithi124 (mon.0) 66 : audit [INF] from='client.? 172.21.15.124:0/3013442736' entity='client.admin' 2023-11-17T05:48:26.737 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:26 smithi124 conmon[83794]: audit 2023-11-17T05:48:25.695861+0000 mon.smithi124 (mon.0) 67 : audit [INF] from='client.? 172.21.15.124:0/3009441560' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-17T05:48:26.737 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:26 smithi124 conmon[83794]: 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "available": true, 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "active_name": "smithi124.bgylrn", 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T05:48:27.734 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:27.754 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:27 smithi124 conmon[83794]: audit 2023-11-17T05:48:26.475254+0000 mon.smithi124 (mon. 2023-11-17T05:48:27.755 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:27 smithi124 conmon[83794]: 0) 68 : audit [INF] from='client.? 172.21.15.124:0/3009441560' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-17T05:48:27.755 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:27 smithi124 conmon[83794]: cluster 2023-11-17T05:48:26.475317+0000 mon.smithi124 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi124.bgylrn(active, since 22s) 2023-11-17T05:48:28.211 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for the mgr to restart... 2023-11-17T05:48:28.211 INFO:teuthology.orchestra.run.smithi124.stderr:Waiting for mgr epoch 9... 2023-11-17T05:48:28.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:28 smithi124 conmon[83794]: audit 2023-11-17T05:48:27.732864+0000 mon.smithi124 2023-11-17T05:48:28.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:28 smithi124 conmon[83794]: (mon.0) 70 : audit [DBG] from='client.? 172.21.15.124:0/1700832616' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T05:48:32.896 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: { 2023-11-17T05:48:32.897 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-17T05:48:32.897 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T05:48:32.897 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: } 2023-11-17T05:48:32.918 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: cluster 2023-11-17T05:48:31.882667+0000 mon.smithi124 (mon.0) 71 : cluster [INF] Active manager daemon smithi124.bgylrn restarted 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: cluster 2023-11-17T05:48:31.882995+0000 mon.smithi124 (mon.0) 72 : cluster [INF] Activating manager daemon smithi124.bgylrn 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: cluster 2023-11-17T05:48:31.891569+0000 mon.smithi124 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: cluster 2023-11-17T05:48:31.891672+0000 mon.smithi124 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi124.bgylrn(active, starting, since 0.00881576s) 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:31.892499+0000 mon.smithi124 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:31.893172+0000 mon.smithi124 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi124.bgylrn", "id": "smithi124.bgylrn"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:31.893788+0000 mon.smithi124 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:31.893913+0000 mon.smithi124 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:31.894049+0000 mon.smithi124 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: cluster 2023-11-17T05:48:31.907818+0000 mon.smithi124 (mon.0) 80 : cluster [INF] Manager daemon smithi124.bgylrn is now available 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:32.001601+0000 mon.smithi124 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:32.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:32.003212+0000 mon.smithi124 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:48:32.920 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:32.028084+0000 mon.smithi124 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/mirror_snapshot_schedule"}]: dispatch 2023-11-17T05:48:32.920 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: audit 2023-11-17T05:48:32 2023-11-17T05:48:32.920 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:32 smithi124 conmon[83794]: .030980+0000 mon.smithi124 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/trash_purge_schedule"}]: dispatch 2023-11-17T05:48:33.585 INFO:teuthology.orchestra.run.smithi124.stderr:mgr epoch 9 is available 2023-11-17T05:48:33.586 INFO:teuthology.orchestra.run.smithi124.stderr:Generating a dashboard self-signed certificate... 2023-11-17T05:48:34.146 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:33 smithi124 conmon[83794]: audit 2023-11-17T05:48:32.889753+0000 mgr.smithi124.bgylrn (mgr.14156) 2023-11-17T05:48:34.147 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:33 smithi124 conmon[83794]: 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T05:48:34.147 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:33 smithi124 conmon[83794]: cluster 2023-11-17T05:48:32.890249+0000 mon.smithi124 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi124.bgylrn(active, since 1.00739s) 2023-11-17T05:48:34.147 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:33 smithi124 conmon[83794]: audit 2023-11-17T05:48:32.895912+0000 mgr.smithi124.bgylrn (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T05:48:34.147 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:33 smithi124 conmon[83794]: audit 2023-11-17T05:48:33.192289+0000 mon.smithi124 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:34.346 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-17T05:48:35.026 INFO:teuthology.orchestra.run.smithi124.stderr:Creating initial admin user... 2023-11-17T05:48:35.258 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: cluster 2023-11-17T05:48:34.194217+0000 mon.smithi124 (mon 2023-11-17T05:48:35.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: .0) 87 : cluster [DBG] mgrmap e12: smithi124.bgylrn(active, since 2s) 2023-11-17T05:48:35.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: audit 2023-11-17T05:48:34.293222+0000 mgr.smithi124.bgylrn (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:35.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: audit 2023-11-17T05:48:34.343722+0000 mon.smithi124 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:35.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:48:35.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:35 smithi124 conmon[83794]: 11-17T05:48:34.345477+0000 mon.smithi124 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:35.868 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$uKAUJSZCRIlypSvIluKIL.oCCBBB7bL9wfyw3tAlS4OppFstUvG7G", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700200115, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-17T05:48:36.399 INFO:teuthology.orchestra.run.smithi124.stderr:Fetching dashboard port number... 2023-11-17T05:48:37.025 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: 8443 2023-11-17T05:48:37.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:36 smithi124 conmon[83794]: audit 2023-11-17T05:48:35.650502+0000 mgr.smithi124.bgylrn (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-11-17T05:48:37.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:36 smithi124 conmon[83794]: audit 2023-11-17T05:48:35.866224+0000 mon.smithi124 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:37.527 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: disabled 2023-11-17T05:48:37.536 INFO:teuthology.orchestra.run.smithi124.stderr:systemctl: inactive 2023-11-17T05:48:37.536 INFO:teuthology.orchestra.run.smithi124.stderr:firewalld.service is not enabled 2023-11-17T05:48:37.536 INFO:teuthology.orchestra.run.smithi124.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr:Ceph Dashboard is now available at: 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr: URL: https://smithi124.front.sepia.ceph.com:8443/ 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr: User: admin 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr: Password: r06hg2m3ya 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:37.538 INFO:teuthology.orchestra.run.smithi124.stderr:Enabling autotune for osd_memory_target 2023-11-17T05:48:38.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:37 smithi124 conmon[83794]: audit 2023-11-17T05:48:37.024436+0000 mon.smithi124 (mon.0) 91 : audit [DBG] 2023-11-17T05:48:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:37 smithi124 conmon[83794]: from='client.? 172.21.15.124:0/3125143713' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-17T05:48:39.453 INFO:teuthology.orchestra.run.smithi124.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-17T05:48:39.952 INFO:teuthology.orchestra.run.smithi124.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-17T05:48:39.952 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.952 INFO:teuthology.orchestra.run.smithi124.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:48:39.953 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.953 INFO:teuthology.orchestra.run.smithi124.stderr:Or, if you are only running a single cluster on this host: 2023-11-17T05:48:39.953 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.953 INFO:teuthology.orchestra.run.smithi124.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-17T05:48:39.953 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr: ceph telemetry on 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr:For more information see: 2023-11-17T05:48:39.954 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.955 INFO:teuthology.orchestra.run.smithi124.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-17T05:48:39.955 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T05:48:39.955 INFO:teuthology.orchestra.run.smithi124.stderr:Bootstrap complete. 2023-11-17T05:48:39.989 INFO:tasks.cephadm:Fetching config... 2023-11-17T05:48:39.989 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:48:39.989 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-17T05:48:40.005 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-17T05:48:40.005 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:48:40.005 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-17T05:48:40.061 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-17T05:48:40.061 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:48:40.061 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/keyring of=/dev/stdout 2023-11-17T05:48:40.123 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:39 smithi124 conmon[83794]: cluster 2023-11-17T05:48:38.868870+0000 mon.smithi124 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi124.bgylrn(active, since 6s) 2023-11-17T05:48:40.123 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:39 smithi124 conmon[83794]: audit 2023-11-17T05:48:39.450099+0000 mon.smithi124 (mon.0) 93 : audit [INF] from='client.? 172.21.15.124:0/3771828431' entity='client.admin' 2023-11-17T05:48:40.126 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-17T05:48:40.126 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:48:40.126 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-17T05:48:40.181 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-17T05:48:40.181 DEBUG:teuthology.orchestra.run.smithi124:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQComQX/8uzdG8EzTsnkqaN743OapKMg8LAR7/L30MJfgTSw3vJsbB8cpegoXWVOvMdaZtPGNQQqqMhtK5VYwLdw62yrTxSt+iXKyljV2/oYmvLFhmBoiuvdVADH6fKfoOATWL0Ryv4U2D/B/Aharf6+svPUoGvPfz/GQRWm6vVpUnuPmRnTchicT16O/2PK/orOJ0/ymk4Xvo9k6E6/5QNnzOayKPHlktKdmpQeGDXAE+XnMHg+PIl3Q8BYFU8/DAlJ758m4rH4xuwOTI5+JPpYBp7jkxayuLDs4knp9NVhLp1qOATwMnz58EhvVXRUT5h2dvx7xrJWJzUsUUa5gMk8sFtn2m3af0jyL0qTPVGtVlOqRVOzAbJRsvLAhxLeSx3kKnLnMQXRkDMz/5cb5/4xSP0qspRNJinMLMu2TAKGSuNRt5cr6ZiCtyCl4JcCi06f+reTm+hrerZj0bokfYwLTqUaNzcvIAAUPddwjWwFXFu143Dsov2W75ml4uEFPE0= ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T05:48:40.258 INFO:teuthology.orchestra.run.smithi124.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQComQX/8uzdG8EzTsnkqaN743OapKMg8LAR7/L30MJfgTSw3vJsbB8cpegoXWVOvMdaZtPGNQQqqMhtK5VYwLdw62yrTxSt+iXKyljV2/oYmvLFhmBoiuvdVADH6fKfoOATWL0Ryv4U2D/B/Aharf6+svPUoGvPfz/GQRWm6vVpUnuPmRnTchicT16O/2PK/orOJ0/ymk4Xvo9k6E6/5QNnzOayKPHlktKdmpQeGDXAE+XnMHg+PIl3Q8BYFU8/DAlJ758m4rH4xuwOTI5+JPpYBp7jkxayuLDs4knp9NVhLp1qOATwMnz58EhvVXRUT5h2dvx7xrJWJzUsUUa5gMk8sFtn2m3af0jyL0qTPVGtVlOqRVOzAbJRsvLAhxLeSx3kKnLnMQXRkDMz/5cb5/4xSP0qspRNJinMLMu2TAKGSuNRt5cr6ZiCtyCl4JcCi06f+reTm+hrerZj0bokfYwLTqUaNzcvIAAUPddwjWwFXFu143Dsov2W75ml4uEFPE0= ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:40.270 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQComQX/8uzdG8EzTsnkqaN743OapKMg8LAR7/L30MJfgTSw3vJsbB8cpegoXWVOvMdaZtPGNQQqqMhtK5VYwLdw62yrTxSt+iXKyljV2/oYmvLFhmBoiuvdVADH6fKfoOATWL0Ryv4U2D/B/Aharf6+svPUoGvPfz/GQRWm6vVpUnuPmRnTchicT16O/2PK/orOJ0/ymk4Xvo9k6E6/5QNnzOayKPHlktKdmpQeGDXAE+XnMHg+PIl3Q8BYFU8/DAlJ758m4rH4xuwOTI5+JPpYBp7jkxayuLDs4knp9NVhLp1qOATwMnz58EhvVXRUT5h2dvx7xrJWJzUsUUa5gMk8sFtn2m3af0jyL0qTPVGtVlOqRVOzAbJRsvLAhxLeSx3kKnLnMQXRkDMz/5cb5/4xSP0qspRNJinMLMu2TAKGSuNRt5cr6ZiCtyCl4JcCi06f+reTm+hrerZj0bokfYwLTqUaNzcvIAAUPddwjWwFXFu143Dsov2W75ml4uEFPE0= ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T05:48:40.313 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQComQX/8uzdG8EzTsnkqaN743OapKMg8LAR7/L30MJfgTSw3vJsbB8cpegoXWVOvMdaZtPGNQQqqMhtK5VYwLdw62yrTxSt+iXKyljV2/oYmvLFhmBoiuvdVADH6fKfoOATWL0Ryv4U2D/B/Aharf6+svPUoGvPfz/GQRWm6vVpUnuPmRnTchicT16O/2PK/orOJ0/ymk4Xvo9k6E6/5QNnzOayKPHlktKdmpQeGDXAE+XnMHg+PIl3Q8BYFU8/DAlJ758m4rH4xuwOTI5+JPpYBp7jkxayuLDs4knp9NVhLp1qOATwMnz58EhvVXRUT5h2dvx7xrJWJzUsUUa5gMk8sFtn2m3af0jyL0qTPVGtVlOqRVOzAbJRsvLAhxLeSx3kKnLnMQXRkDMz/5cb5/4xSP0qspRNJinMLMu2TAKGSuNRt5cr6ZiCtyCl4JcCi06f+reTm+hrerZj0bokfYwLTqUaNzcvIAAUPddwjWwFXFu143Dsov2W75ml4uEFPE0= ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:48:40.325 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-17T05:48:43.297 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-17T05:48:43.297 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-17T05:48:43.917 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:43 smithi124 conmon[83794]: audit 2023-11-17T05:48:42.661991+0000 mon.smithi124 (mon.0) 94 : audit [INF] from='client.? 172.21.15.124:0/2167148100' entity='client.admin' 2023-11-17T05:48:45.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:44 smithi124 conmon[83794]: audit 2023-11-17T05:48:43.955085+0000 mon.smithi124 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:45.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:44 smithi124 conmon[83794]: audit 2023-11-17T05:48:44.513839+0000 mon.smithi124 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi124", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:48:45.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:44 smithi124 conmon[83794]: audit 2023-11-17T05:48:44.516920+0000 mon.smithi124 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:45.758 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi139 2023-11-17T05:48:45.758 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:48:45.758 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.conf 2023-11-17T05:48:45.778 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:48:45.778 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:48:45.834 INFO:tasks.cephadm:Adding host smithi139 to orchestrator... 2023-11-17T05:48:45.834 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi139 2023-11-17T05:48:46.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:46 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:44.525068+0000 mgr.smithi124.bgylrn (mgr.14156 2023-11-17T05:48:46.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:46 smithi124 conmon[83794]: ) 5 : cephadm [INF] Deploying daemon alertmanager.smithi124 on smithi124 2023-11-17T05:48:46.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:46 smithi124 conmon[83794]: audit 2023-11-17T05:48:45.157838+0000 mgr.smithi124.bgylrn (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:48:46.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:46 smithi124 conmon[83794]: audit 2023-11-17T05:48:45.160295+0000 mon.smithi124 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:52.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: audit 2023-11-17T05:48:51.283606+0000 mon.smithi124 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:52.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: audit 2023-11-17T05:48:51.285177+0000 mon.smithi124 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:48:52.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: audit 2023-11-17T05:48:51.287411+0000 mon.smithi124 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T05:48:52.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: audit 2023-11-17T05:48:51.287977+0000 mon.smithi124 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:48:52.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:51.288473+0000 mgr.smithi124.bgylrn (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi124 on smithi124 2023-11-17T05:48:52.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:52 smithi124 conmon[83794]: audit 2023-11-17T05:48:52.029506+0000 mon.smithi124 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:53.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:53 smithi124 conmon[83794]: cluster 2023-11-17T05:48:51.895128+0000 mgr.smithi124.bgylrn (mgr.14156) 2023-11-17T05:48:53.558 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:53 smithi124 conmon[83794]: 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.451876+0000 mon.smithi124 (mon.0) 104 : audit 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.568527+0000 mon.smithi124 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.570358+0000 mon.smithi124 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.572319+0000 mon.smithi124 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T05:48:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:54 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.574998+0000 mon.smithi124 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:55.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:55 smithi124 conmon[83794]: audit 2023-11-17T05:48:53.572653+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:48:55.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:55 smithi124 conmon[83794]: .14156) 9 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T05:48:55.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:55 smithi124 conmon[83794]: cephadm 2023-11-17T05:48:53.581557+0000 mgr.smithi124.bgylrn (mgr.14156) 10 : cephadm [INF] Deploying daemon grafana.smithi124 on smithi124 2023-11-17T05:48:55.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:55 smithi124 conmon[83794]: cluster 2023-11-17T05:48:55.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:55 smithi124 conmon[83794]: 2023-11-17T05:48:53.895348+0000 mgr.smithi124.bgylrn (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:48:57.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:57 smithi124 conmon[83794]: cluster 2023-11-17T05:48:55.895563+0000 mgr.smithi124.bgylrn (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:48:57.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:57 smithi124 conmon[83794]: audit 2023-11-17T05:48:57.035099+0000 mon.smithi124 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:48:59.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:59 smithi124 conmon[83794]: cluster 2023-11-17T05:48:57.895747+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:48:59.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:48:59 smithi124 conmon[83794]: .14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:01.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:01 smithi124 conmon[83794]: cluster 2023-11-17T05:48:59. 2023-11-17T05:49:01.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:01 smithi124 conmon[83794]: 895977+0000 mgr.smithi124.bgylrn (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:03.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:02 smithi124 conmon[83794]: cluster 2023-11-17T05:49:01.896183+0000 2023-11-17T05:49:14.956 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:02 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:14.967 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:04 smithi124 conmon[83794]: cluster 2023-11-17T05:49:03.896539+0000 mgr.smithi124.bgylrn (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:14.967 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:06 smithi124 conmon[83794]: cluster 2023-11-17T05:49:05.896826+0000 mgr.smithi124.bgylrn (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:15.024 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:08 smithi124 conmon[83794]: cluster 2023-11-17T05:49:07.897201+0000 mgr.smithi124.bgylrn (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:10 smithi124 conmon[83794]: cluster 2023-11-17T05:49:09.897452+0000 mgr.smithi124.bgylrn 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:10 smithi124 conmon[83794]: (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: audit 2023-11-17T05:49:11.499425+0000 mon.smithi124 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: cephadm 2023-11-17T 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: 05:49:11.501492+0000 mgr.smithi124.bgylrn (mgr.14156) 20 : cephadm [INF] Deploying daemon node-exporter.smithi124 on smithi124 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: audit 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: 2023-11-17T05:49: 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: 12.038913+0000 mon.smithi124 (mon.0) 111 : 2023-11-17T05:49:15.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:12 smithi124 conmon[83794]: audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:15.026 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:13 smithi124 conmon[83794]: cluster 2023-11-17T05:49:11.897845+0000 2023-11-17T05:49:15.026 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:13 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14156) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:15.558 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: cluster 2023-11-17T05:49:13.898209+0000 mgr.smithi124.bgylrn 2023-11-17T05:49:15.558 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:15.558 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: audit 2023-11-17T05:49: 2023-11-17T05:49:15.558 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: 14.689062+0000 mon.smithi124 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:15.584 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:49:15.585 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: 11-17T05:49:14.691242+0000 mon.smithi124 2023-11-17T05:49:15.585 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:15 smithi124 conmon[83794]: (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-17T05:49:16.844 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:16 smithi124 conmon[83794]: audit 2023-11-17T05:49:15.690796+0000 mon.smithi124 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.124:0/3301008056' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-17T05:49:16.844 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:16 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T05:49:16.844 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:16 smithi124 conmon[83794]: 05:49:15.690862+0000 mon.smithi124 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi124.bgylrn(active, since 43s) 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: cluster 2023-11-17T05:49:21.146570+0000 mon.smithi124 (mon. 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: 0) 116 : cluster [INF] Active manager daemon smithi124.bgylrn restarted 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: cluster 2023-11-17T05:49:21.146792+0000 mon.smithi124 (mon.0) 117 : cluster [INF] Activating manager daemon smithi124.bgylrn 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: cluster 2023-11-17T05 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: :49:21.149895+0000 mon.smithi124 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: cluster 2023-11-17T05:49:21 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: .150001+0000 mon.smithi124 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi124.bgylrn(active, starting, since 0.00329531s) 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: audit 2023-11-17T05:49:21.151085+0000 mon.smithi124 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:49:21.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: audit 2023-11-17T05:49:21.151647+0000 mon.smithi124 ( 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi124.bgylrn", "id": "smithi124.bgylrn"}]: dispatch 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: audit 2023-11-17T05:49:21.152252+0000 mon.smithi124 (mon.0 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: ) 122 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: audit 2023 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: -11-17T05:49:21.152400+0000 mon.smithi124 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: audit 2023-11-17T05:49:21. 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: 152548+0000 mon.smithi124 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: cluster 2023-11-17T05:49:21. 2023-11-17T05:49:21.343 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:21 smithi124 conmon[83794]: 165760+0000 mon.smithi124 (mon.0) 125 : cluster [INF] Manager daemon smithi124.bgylrn is now available 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit 2023-11-17T05:49:21.263071+0000 mon.smithi124 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: T05:49:21.264533+0000 mon.smithi124 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit 2023-11-17T05:49:21.288634+0000 mon.smithi124 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: 2023-11-17T05:49:21.298665+0000 mon.smithi124 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/mirror_snapshot_schedule"}]: dispatch 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit 2023-11-17T05:49 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: :21.302787+0000 mon.smithi124 (mon.0) 130 : 2023-11-17T05:49:22.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.bgylrn/trash_purge_schedule"}]: dispatch 2023-11-17T05:49:22.477 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: cluster 2023-11-17T05:49: 2023-11-17T05:49:22.477 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: 22.153341+0000 mon.smithi124 (mon.0) 131 : cluster 2023-11-17T05:49:22.477 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:22 smithi124 conmon[83794]: [DBG] mgrmap e16: smithi124.bgylrn(active, since 1.00663s) 2023-11-17T05:49:24.350 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:24 smithi124 conmon[83794]: cluster 2023-11-17T05:49:23.204447+0000 mon.smithi124 ( 2023-11-17T05:49:24.350 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:24 smithi124 conmon[83794]: mon.0) 132 : cluster [DBG] mgrmap e17: smithi124.bgylrn(active, since 2s) 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.387924+0000 mon.smithi124 (mon.0) 133 : audit 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.721802+0000 mon.smithi124 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi124", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.722610+0000 mon.smithi124 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.723171+0000 mon.smithi124 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:24 2023-11-17T05:49:25.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: .724184+0000 mgr.smithi124.bgylrn (mgr.14180) 1 : cephadm [INF] Updating smithi124:/etc/ceph/ceph.conf 2023-11-17T05:49:25.657 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.785382+0000 mon.smithi124 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:25.657 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:25 smithi124 conmon[83794]: audit 2023-11-17T05:49:24.790502+0000 mon.smithi124 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:26.280 INFO:teuthology.orchestra.run.smithi139.stdout:Added host 'smithi139' with addr '172.21.15.139' 2023-11-17T05:49:26.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:24.752484+0000 mgr.smithi124.bgylrn (mgr.14180) 2 : 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: cephadm [INF] Updating smithi124:/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:24.802339+0000 mgr.smithi124.bgylrn (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi124 on smithi124 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: audit 2023-11-17T05:49:25.623336+0000 mgr.smithi124.bgylrn 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: audit 2023-11-17T05:49:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: 2023-11-17T05:49:26.278802+0000 mon.smithi124 ( 2023-11-17T05:49:26.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:26 smithi124 conmon[83794]: mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:26.910 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-17T05:49:28.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:27 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:26.279143+0000 mgr.smithi124.bgylrn (mgr.14180) 5 : cephadm 2023-11-17T05:49:28.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:27 smithi124 conmon[83794]: [INF] Added host smithi139 2023-11-17T05:49:28.730 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:49:28.730 INFO:teuthology.orchestra.run.smithi139.stdout:[{"addr": "172.21.15.124", "hostname": "smithi124", "labels": [], "status": ""}, {"addr": "172.21.15.139", "hostname": "smithi139", "labels": [], "status": ""}] 2023-11-17T05:49:29.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:28 smithi124 conmon[83794]: audit 2023-11-17T05:49:28.729279+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:49:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:28 smithi124 conmon[83794]: 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:49:29.356 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-17T05:49:29.356 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-17T05:49:34.562 INFO:teuthology.orchestra.run.smithi124.stderr:adjusted tunables profile to default 2023-11-17T05:49:34.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:34 smithi124 conmon[83794]: audit 2023-11-17T05:49:34.506378+0000 mon.smithi124 (mon.0) 140 : audit [INF] from='client.? 172.21.15.124:0/2030581812' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-17T05:49:35.311 INFO:tasks.cephadm:Adding mon.smithi124 on smithi124 2023-11-17T05:49:35.312 INFO:tasks.cephadm:Adding mon.smithi139 on smithi139 2023-11-17T05:49:35.312 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi124:172.21.15.124=smithi124;smithi139:172.21.15.139=smithi139' 2023-11-17T05:49:35.947 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:35 smithi124 conmon[83794]: audit 2023-11-17T05:49:34.559357+0000 mon.smithi124 (mon. 2023-11-17T05:49:35.948 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:35 smithi124 conmon[83794]: 0) 141 : audit [INF] from='client.? 172.21.15.124:0/2030581812' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-17T05:49:35.948 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:35 smithi124 conmon[83794]: cluster 2023-11-17T05:49:34.559409+0000 mon.smithi124 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T05:49:37.095 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2023-11-17T05:49:37.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:36.139213+0000 mon.smithi124 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:37.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:36.140301+0000 mon.smithi124 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:49:37.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:36.290833+0000 mon.smithi124 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:37.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:36.645860+0000 mon.smithi124 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:37.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:37.002138+0000 mon.smithi124 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:37.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:37 smithi124 conmon[83794]: audit 2023-11-17T05:49:37.094246+0000 mon.smithi124 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:37.690 DEBUG:teuthology.orchestra.run.smithi139:mon.smithi139> sudo journalctl -f -n 0 -u ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi139.service 2023-11-17T05:49:37.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T05:49:37.693 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T05:49:37.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:-- Logs begin at Fri 2023-11-17 05:37:01 UTC. -- 2023-11-17T05:49:38.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:38 smithi124 conmon[83794]: audit 2023-11-17T05:49:37.089068+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:49:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:38 smithi124 conmon[83794]: .14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi124:172.21.15.124=smithi124;smithi139:172.21.15.139=smithi139", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:49:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:38 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:37.091091+0000 mgr.smithi124.bgylrn (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi124:172.21.15.124=smithi124;smithi139:172.21.15.139=smithi139;count:2 2023-11-17T05:49:40.183 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:49:40.183 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T05:47:39.079514Z","created":"2023-11-17T05:47:39.079514Z","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":"smithi124","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:3300","nonce":0},{"type":"v1","addr":"172.21.15.124:6789","nonce":0}]},"addr":"172.21.15.124:6789/0","public_addr":"172.21.15.124:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T05:49:40.185 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2023-11-17T05:49:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:39 smithi124 conmon[83794]: audit 2023-11-17T05:49:38.996940+0000 mon.smithi124 (mon.0) 149 : audit [INF] 2023-11-17T05:49:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:39 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:41.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:40 smithi124 conmon[83794]: audit 2023-11-17T05:49:40.182262+0000 mon.smithi124 (mon.0) 150 : audit 2023-11-17T05:49:41.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:40 smithi124 conmon[83794]: [DBG] from='client.? 172.21.15.139:0/2681433890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T05:49:41.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T05:49:41.887 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T05:49:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: cluster 2023-11-17T05:49:41.153674+0000 mgr.smithi124.bgylrn (mgr.14180) 9 : cluster [DBG] 2023-11-17T05:49:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:41.531838+0000 mon.smithi124 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42.040512+0000 mon.smithi124 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42.041376+0000 mon.smithi124 (mon.0) 153 : audit [INF] 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42.042399+0000 mon.smithi124 (mon.0 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: ) 154 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: :49:42.043255+0000 mon.smithi124 (mon.0) 155 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: :42.098864+0000 mon.smithi124 (mon.0) 156 : audit 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: .104690+0000 mon.smithi124 (mon.0) 157 : audit [INF] 2023-11-17T05:49:42.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42. 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: 106393+0000 mon.smithi124 (mon.0) 158 : audit [INF] 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42.112870 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: audit 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: 2023-11-17T05:49:42.113699+0000 mon.smithi124 (mon.0 2023-11-17T05:49:42.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:42 smithi124 conmon[83794]: ) 160 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:49:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:43 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:42.044527+0000 mgr.smithi124.bgylrn (mgr.14180) 10 : cephadm [INF] 2023-11-17T05:49:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:43 smithi124 conmon[83794]: Updating smithi139:/etc/ceph/ceph.conf 2023-11-17T05:49:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:43 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:42.068600+0000 mgr.smithi124.bgylrn (mgr.14180) 11 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:49:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:43 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:42.114436+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:49:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:43 smithi124 conmon[83794]: .14180) 12 : cephadm [INF] Deploying daemon crash.smithi139 on smithi139 2023-11-17T05:49:44.717 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:49:44.718 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T05:47:39.079514Z","created":"2023-11-17T05:47:39.079514Z","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":"smithi124","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:3300","nonce":0},{"type":"v1","addr":"172.21.15.124:6789","nonce":0}]},"addr":"172.21.15.124:6789/0","public_addr":"172.21.15.124:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T05:49:44.718 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2023-11-17T05:49:44.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:44 smithi124 conmon[83794]: cluster 2023-11-17T05:49:43.154001+0000 mgr.smithi124.bgylrn (mgr.14180) 13 : cluster [DBG] 2023-11-17T05:49:44.886 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:44 smithi124 conmon[83794]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:45 smithi124 conmon[83794]: audit 2023-11-17T05:49:44.715015+0000 mon.smithi124 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.139:0/1167418781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T05:49:46.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T05:49:46.540 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: cluster 2023-11-17T05:49:45.154392+0000 mgr.smithi124.bgylrn (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023-11-17T05:49:45.702685+0000 mon.smithi124 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023-11-17T05:49:45.704952+0000 mon.smithi124 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kjyioo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023-11-17T05:49:45.709601+0000 mon.smithi124 (mon.0) 164 : 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kjyioo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023-11-17T05:49: 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: 45.710417+0000 mon.smithi124 (mon.0) 165 : audit 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T05:49:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023-11-17T05:49:45. 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: 711345+0000 mon.smithi124 (mon.0) 166 : audit [DBG] 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:45.711997+0000 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 15 : cephadm [INF] Deploying daemon mgr.smithi139.kjyioo on smithi139 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: 11-17T05:49:46.295824+0000 mon.smithi124 (mon 2023-11-17T05:49:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:46 smithi124 conmon[83794]: .0) 167 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:49.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: cluster 2023-11-17T05:49:47.154702+0000 mgr.smithi124.bgylrn (mgr.14180) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:49.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:49:49.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: T05:49:48.475824+0000 mon.smithi124 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:49.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: audit 2023-11-17T05:49:48.477880+0000 mon.smithi124 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T05:49:49.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: audit 2023-11-17T05:49:48.478711+0000 mon.smithi124 (mon.0) 170 2023-11-17T05:49:49.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:48 smithi124 conmon[83794]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:49:49.061 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:49:49.061 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T05:47:39.079514Z","created":"2023-11-17T05:47:39.079514Z","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":"smithi124","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:3300","nonce":0},{"type":"v1","addr":"172.21.15.124:6789","nonce":0}]},"addr":"172.21.15.124:6789/0","public_addr":"172.21.15.124:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T05:49:49.063 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2023-11-17T05:49:50.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:49 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:48.479408+0000 mgr.smithi124.bgylrn (mgr.14180) 17 : cephadm [INF] 2023-11-17T05:49:50.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:49 smithi124 conmon[83794]: Deploying daemon mon.smithi139 on smithi139 2023-11-17T05:49:50.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:49 smithi124 conmon[83794]: audit 2023-11-17T05:49:49.060381+0000 mon.smithi124 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.139:0/4065403271' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T05:49:50.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T05:49:50.737 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T05:49:51.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:50 smithi124 conmon[83794]: cluster 2023-11-17T05:49:49.155087+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:49:51.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:50 smithi124 conmon[83794]: 14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:52.768 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:49:52.769 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:49:52.769 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:49:52.769 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:52.769 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:49:52.769 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:52 smithi124 conmon[83794]: cluster 2023-11-17T05:49:51.155317+0000 mgr.smithi124.bgylrn (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:52 smithi124 conmon[83794]: audit 2023-11-17T05:49:51.300363+0000 mon.smithi124 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ** Compaction Stats [default] ** 2023-11-17T05:49:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ** Compaction Stats [default] ** 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:49:53.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.761+0000 7efdcc787880 0 mon.smithi139 does not exist in monmap, will attempt to join an existing cluster 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.761+0000 7efdcc787880 0 using public_addr v2:172.21.15.139:0/0 -> [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.762+0000 7efdcc787880 0 starting mon.smithi139 rank -1 at public addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] at bind addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi139 fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.763+0000 7efdcc787880 1 mon.smithi139@-1(???) e0 preinit fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 systemd[1]: Started Ceph mon.smithi139 for b48c3fda-850c-11ee-8dbe-212e2dc638e7. 2023-11-17T05:49:53.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).mds e1 new map 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).mds e1 print_map 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: e1 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: legacy client fscid: -1 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: No filesystems configured 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-17T05:49:53.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.794+0000 7efdb5d92700 0 mon.smithi139@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: cluster 2023-11 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: -17T05:49:51.155317+0000 mgr.smithi124.bgylrn (mgr.14180) 19 : cluster [DBG] 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: 17T05:49:51.300363+0000 mon.smithi124 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:53.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:52 smithi139 conmon[88685]: debug 2023-11-17T05:49:52.795+0000 7efdb5d92700 1 mon.smithi139@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-17T05:49:57.822 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-11-17T05:49:57.823 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":2,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T05:49:52.800271Z","created":"2023-11-17T05:47:39.079514Z","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":"smithi124","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:3300","nonce":0},{"type":"v1","addr":"172.21.15.124:6789","nonce":0}]},"addr":"172.21.15.124:6789/0","public_addr":"172.21.15.124:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi139","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-17T05:49:57.826 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 2 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:52.802727+0000 mon.smithi124 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:52.802897+0000 mon.smithi124 (mon.0) 175 : cluster [INF] mon.smithi124 calling monitor election 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:52.804201+0000 mon.smithi124 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:52.974822+0000 mon.smithi124 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.139:0/4115131371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:53.155639+0000 mgr.smithi124.bgylrn (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:53.799753+0000 mon.smithi124 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05: 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 49:54.118032+0000 mon.smithi124 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kjyioo/crt"}]: dispatch 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: -17T05:49:54.799871+0000 mon.smithi124 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:54.801193+0000 mon.smithi139 (mon.1) 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 1 : cluster [INF] mon.smithi139 calling monitor election 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 2023-11-17T05:49:55.155984+0000 mgr.smithi124.bgylrn (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:55.800015+0000 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: mon.smithi124 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:58.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 2023-11-17T05:49:56.800153+0000 mon.smithi124 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57. 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 156250+0000 mgr.smithi124.bgylrn (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 2023-11-17T05:49:57.800234+0000 mon.smithi124 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.817464+0000 mon.smithi124 (mon 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: .0) 184 : cluster [INF] mon.smithi124 is new leader, mons smithi124,smithi139 in quorum (ranks 0,1) 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.820317+0000 mon.smithi124 (mon.0) 185 : 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster [DBG] monmap e2: 2 mons at {smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0],smithi139=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023- 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 11-17T05:49:57.820804+0000 mon.smithi124 (mon.0) 186 : cluster [DBG] fsmap 2023-11-17T05:49:58.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.820837+0000 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: mon.smithi124 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: T05:49:57.821035+0000 mon.smithi124 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi124.bgylrn(active, since 36s) 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.822048+0000 mon.smithi124 (mon.0) 189 : cluster [DBG] 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: Standby manager daemon smithi139.kjyioo started 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: T05:49:57.823102+0000 mon.smithi124 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.824573+0000 mon.smithi124 (mon.0) 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: 191 : cluster [INF] overall HEALTH_OK 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: -11-17T05:49:57.824972+0000 mon.smithi124 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kjyioo/key"}]: dispatch 2023-11-17T05:49:58.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:57.825346+0000 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: mon.smithi124 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit 2023-11-17T05:49:57.827552+0000 mon.smithi124 (mon.0) 194 : 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:57 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05:49:52.802727+0000 mon.smithi124 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T05:49:52.802897+0000 mon.smithi124 (mon.0) 175 : cluster [INF] mon.smithi124 calling monitor election 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05:49:52.804201+0000 mon.smithi124 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05:49:52.974822+0000 mon.smithi124 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.139:0/4115131371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T05:49:53.155639+0000 mgr.smithi124.bgylrn (mgr.14180) 20 : cluster 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05:49:53.799753+0000 mon.smithi124 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: T05:49:54.118032+0000 mon.smithi124 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kjyioo/crt"}]: dispatch 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 17T05:49:54.799871+0000 mon.smithi124 (mon.0) 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 180 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T05:49:54.801193+0000 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.smithi139 (mon.1) 1 : cluster [INF] mon.smithi139 calling monitor election 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17 2023-11-17T05:49:58.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: T05:49:55.155984+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05:49:55 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: .800015+0000 mon.smithi124 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -11-17T05:49:56.800153+0000 mon.smithi124 ( 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023- 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 11-17T05:49:57.156250+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -11-17T05:49:57.800234+0000 mon.smithi124 ( 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:58.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 2023-11-17T05:49:57.817464+0000 mon.smithi124 ( 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.0) 184 : cluster [INF] mon.smithi124 is new leader, mons smithi124,smithi139 in quorum (ranks 0,1) 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023- 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 11-17T05:49:57.820317+0000 mon.smithi124 ( 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0],smithi139=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -11-17T05:49:57.820804+0000 mon.smithi124 (mon 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: .0) 186 : cluster [DBG] fsmap 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11 2023-11-17T05:49:58.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -17T05:49:57.820837+0000 mon.smithi124 (mon.0 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: ) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 05:49:57.821035+0000 mon.smithi124 (mon.0) 188 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: : cluster [DBG] mgrmap e17: smithi124.bgylrn(active, since 36s) 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11-17T05:49:57 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: .822048+0000 mon.smithi124 (mon.0) 189 : cluster [DBG] 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: Standby manager daemon smithi139.kjyioo started 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: :49:57.823102+0000 mon.smithi124 (mon.0) 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 190 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster 2023-11 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -17T05:49:57.824573+0000 mon.smithi124 (mon.0) 191 : 2023-11-17T05:49:58.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: cluster [INF] overall HEALTH_OK 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: -17T05:49:57.824972+0000 mon.smithi124 ( 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kjyioo/key"}]: dispatch 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 11-17T05:49:57.825346+0000 mon.smithi124 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.139:0/2155324664' entity='mgr.smithi139.kjyioo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: 17T05:49:57.827552+0000 mon.smithi124 (mon.0) 194 : audit 2023-11-17T05:49:58.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:57 smithi139 conmon[88685]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:49:58.475 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-17T05:49:58.475 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-17T05:49:59.020 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:58 smithi139 conmon[88685]: cephadm 2023-11-17T05:49:57.829272+0000 mgr.smithi124.bgylrn (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi139 on smithi139 2023-11-17T05:49:59.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:58 smithi139 conmon[88685]: cluster 2023-11-17T05:49:57.880896+0000 mon.smithi124 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi124.bgylrn(active, since 36s), standbys: smithi139.kjyioo 2023-11-17T05:49:59.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:58 smithi139 conmon[88685]: audit 2023-11-17T05:49:57.881026+0000 mon.smithi124 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi139.kjyioo", "id": "smithi139.kjyioo"}]: dispatch 2023-11-17T05:49:59.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:58 smithi139 conmon[88685]: audit 2023-11-17T05:49:58.800650+0000 mon.smithi124 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:49:59.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:58 smithi124 conmon[83794]: cephadm 2023-11-17T05:49:57.829272+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:49:59.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:58 smithi124 conmon[83794]: ) 23 : cephadm [INF] Deploying daemon node-exporter.smithi139 on smithi139 2023-11-17T05:49:59.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:58 smithi124 conmon[83794]: cluster 2023-11-17T05:49:57.880896+0000 mon.smithi124 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi124.bgylrn(active, since 36s), standbys: smithi139.kjyioo 2023-11-17T05:49:59.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:58 smithi124 conmon[83794]: audit 2023-11-17T05:49:57.881026+0000 mon.smithi124 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr metadata", "who": "smithi139.kjyioo", "id": "smithi139.kjyioo"}]: dispatch 2023-11-17T05:49:59.157 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:58 smithi124 conmon[83794]: audit 2023-11-17T05:49:58.800650+0000 mon.smithi124 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2023-11-17T05:50:00.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:49:59 smithi124 conmon[83794]: cluster 2023-11-17T05:49:59.156506+0000 mgr.smithi124.bgylrn (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:50:00.142 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:49:59 smithi139 conmon[88685]: cluster 2023-11-17T05:49:59.156506+0000 mgr.smithi124.bgylrn (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:50:00.439 INFO:teuthology.orchestra.run.smithi124.stdout:# minimal ceph.conf for b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:50:00.440 INFO:teuthology.orchestra.run.smithi124.stdout:[global] 2023-11-17T05:50:00.440 INFO:teuthology.orchestra.run.smithi124.stdout: fsid = b48c3fda-850c-11ee-8dbe-212e2dc638e7 2023-11-17T05:50:00.440 INFO:teuthology.orchestra.run.smithi124.stdout: mon_host = [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2023-11-17T05:50:01.004 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-17T05:50:01.005 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:50:01.005 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T05:50:01.033 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:50:01.033 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:50:01.098 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:50:01.099 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T05:50:01.129 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:50:01.129 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:50:01.190 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:00 smithi139 conmon[88685]: cluster 2023-11-17T05:50:00.000116+0000 mon.smithi124 (mon.0) 198 : cluster [INF] overall HEALTH_OK 2023-11-17T05:50:01.190 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:00 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:50:01.190 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:00 smithi139 conmon[88685]: :50:00.438772+0000 mon.smithi124 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.124:0/1264069426' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:50:01.193 INFO:tasks.cephadm:Deploying OSDs... 2023-11-17T05:50:01.193 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:50:01.194 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:50:01.209 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T05:50:01.209 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/nvme1n1 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/nvme1n1 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 244545 Links: 1 Device type: 103,1 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:48:42.641644218 +0000 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:48:42.560645633 +0000 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:48:42.560645633 +0000 2023-11-17T05:50:01.265 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:50:01.266 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T05:50:01.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:00 smithi124 conmon[83794]: cluster 2023-11-17T05:50:00.000116+0000 mon.smithi124 (mon.0) 2023-11-17T05:50:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:00 smithi124 conmon[83794]: 198 : cluster [INF] overall HEALTH_OK 2023-11-17T05:50:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:00 smithi124 conmon[83794]: audit 2023-11-17T05:50:00.438772+0000 mon.smithi124 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.124:0/1264069426' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:50:01.306 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:50:01.306 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:50:01.307 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.00023697 s, 2.2 MB/s 2023-11-17T05:50:01.308 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T05:50:01.364 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/nvme2n1 2023-11-17T05:50:01.419 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/nvme2n1 2023-11-17T05:50:01.419 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:01.419 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 239487 Links: 1 Device type: 103,2 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:48:42.651644044 +0000 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:48:42.561645616 +0000 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:48:42.561645616 +0000 2023-11-17T05:50:01.420 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:50:01.420 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T05:50:01.482 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:50:01.482 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:50:01.482 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000258863 s, 2.0 MB/s 2023-11-17T05:50:01.483 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T05:50:01.539 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/nvme3n1 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/nvme3n1 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 244683 Links: 1 Device type: 103,3 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:48:42.662643852 +0000 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:48:42.565645546 +0000 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:48:42.565645546 +0000 2023-11-17T05:50:01.594 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:50:01.595 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T05:50:01.657 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:50:01.658 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:50:01.658 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000240875 s, 2.1 MB/s 2023-11-17T05:50:01.659 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T05:50:01.715 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/nvme4n1 2023-11-17T05:50:01.770 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/nvme4n1 2023-11-17T05:50:01.771 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:01.771 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 239545 Links: 1 Device type: 103,4 2023-11-17T05:50:01.771 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:01.771 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:01.771 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-17 05:48:42.674643642 +0000 2023-11-17T05:50:01.772 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-17 05:48:42.566645528 +0000 2023-11-17T05:50:01.772 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-17 05:48:42.566645528 +0000 2023-11-17T05:50:01.772 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-17T05:50:01.772 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T05:50:01.836 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-17T05:50:01.836 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-17T05:50:01.836 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000211585 s, 2.4 MB/s 2023-11-17T05:50:01.836 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T05:50:01.892 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:50:01.892 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:50:01.907 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T05:50:01.907 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme1n1 2023-11-17T05:50:01.963 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme1n1 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 243918 Links: 1 Device type: 103,1 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:49:39.980505425 +0000 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:49:39.932506436 +0000 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:49:39.932506436 +0000 2023-11-17T05:50:01.964 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:50:01.964 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T05:50:02.032 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:50:02.033 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:50:02.033 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.0017462 s, 293 kB/s 2023-11-17T05:50:02.034 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T05:50:02.090 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme2n1 2023-11-17T05:50:02.146 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme2n1 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 243992 Links: 1 Device type: 103,2 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:49:39.992505172 +0000 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:49:39.934506393 +0000 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:49:39.934506393 +0000 2023-11-17T05:50:02.147 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:50:02.147 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T05:50:02.211 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:50:02.211 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:50:02.211 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.00027712 s, 1.8 MB/s 2023-11-17T05:50:02.212 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T05:50:02.271 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme3n1 2023-11-17T05:50:02.327 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme3n1 2023-11-17T05:50:02.327 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:02.327 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 243606 Links: 1 Device type: 103,3 2023-11-17T05:50:02.327 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:02.327 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:02.328 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:49:40.004504919 +0000 2023-11-17T05:50:02.328 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:49:39.937506330 +0000 2023-11-17T05:50:02.328 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:49:39.937506330 +0000 2023-11-17T05:50:02.328 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:50:02.328 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T05:50:02.395 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:50:02.395 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:50:02.395 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000252577 s, 2.0 MB/s 2023-11-17T05:50:02.395 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T05:50:02.451 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme4n1 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme4n1 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 243614 Links: 1 Device type: 103,4 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-11-17 05:49:40.014504708 +0000 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-11-17 05:49:39.939506288 +0000 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-11-17 05:49:39.939506288 +0000 2023-11-17T05:50:02.507 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-11-17T05:50:02.508 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T05:50:02.569 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:02 smithi139 conmon[88685]: cluster 2023-11-17T05:50:01.156764+0000 mgr.smithi124.bgylrn (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:50:02.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:02 smithi139 conmon[88685]: 2023-11-17T05:50:02.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:02 smithi139 conmon[88685]: audit 2023-11-17T05:50:01.305724+0000 mon.smithi124 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:50:02.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:02 smithi139 conmon[88685]: audit 2023-11-17T05:50:01.627249+0000 mon.smithi124 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:50:02.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:02 smithi139 conmon[88685]: audit 2023-11-17T05:50:01.628523+0000 mon.smithi124 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:50:02.572 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-11-17T05:50:02.572 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-11-17T05:50:02.572 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000229787 s, 2.2 MB/s 2023-11-17T05:50:02.573 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T05:50:02.630 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-17T05:50:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:02 smithi124 conmon[83794]: cluster 2023-11-17T05:50:01.156764+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:50:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:02 smithi124 conmon[83794]: 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:50:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:02 smithi124 conmon[83794]: audit 2023-11-17T05:50:01.305724+0000 mon.smithi124 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:50:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:02 smithi124 conmon[83794]: audit 2023-11-17T05:50:01.627249+0000 mon.smithi124 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:50:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:02 smithi124 conmon[83794]: audit 2023-11-17T05:50:01.628523+0000 mon.smithi124 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:50:04.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.136961+0000 mon.smithi124 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.137767+0000 mon.smithi124 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.138490+0000 mon.smithi124 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:03.139426+0000 mgr.smithi124.bgylrn (mgr.14180) 26 : cephadm [INF] Updating smithi124:/etc/ceph/ceph.conf 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:03.139711+0000 mgr.smithi124.bgylrn (mgr.14180) 27 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: cluster 2023-11-17T05:50:03.157049+0000 mgr.smithi124.bgylrn (mgr.14180) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.178249+0000 mon.smithi124 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.204807+0000 mon.smithi124 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.210032+0000 mon.smithi124 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: cephadm 2023-11-17T 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: 05:50:03.213499+0000 mgr.smithi124.bgylrn (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi124 (unknown last config time)... 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.213790+0000 mon.smithi124 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.214431+0000 mon.smithi124 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: audit 2023-11-17T05:50:03.215007+0000 mon.smithi124 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:04 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:03.215549+0000 mgr.smithi124.bgylrn (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi124 on smithi124 2023-11-17T05:51:19.266 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.136961+0000 mon.smithi124 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.266 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.137767+0000 mon.smithi124 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.418 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.138490+0000 mon.smithi124 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:19.418 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:03.139426+0000 mgr.smithi124.bgylrn (mgr.14180) 26 : cephadm [INF] Updating smithi124:/etc/ceph/ceph.conf 2023-11-17T05:51:19.418 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:03.139711+0000 mgr.smithi124.bgylrn (mgr.14180) 27 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2023-11-17T05:51:19.418 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: cluster 2023-11-17T05:50:03.157049+0000 mgr.smithi124.bgylrn (mgr.14180) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.418 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.178249+0000 mon.smithi124 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.204807+0000 mon.smithi124 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.210032+0000 mon.smithi124 (mon.0) 208 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:03.213499+0000 mgr.smithi124.bgylrn (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi124 (unknown last config time)... 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.213790+0000 mon.smithi124 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.214431+0000 mon.smithi124 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: audit 2023-11-17T05:50:03.215007+0000 mon.smithi124 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:04 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:03.215549+0000 mgr.smithi124.bgylrn (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi124 on smithi124 2023-11-17T05:51:19.421 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled osd.all-available-devices update... 2023-11-17T05:51:19.481 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-17T05:51:19.482 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: audit 2023-11-17T05:50:04.443262+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: ) 212 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:04.443817+0000 mgr.smithi124.bgylrn (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi124.bgylrn (unknown last config time)... 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: audit 2023-11-17T05:50:04.444055+0000 mon.smithi124 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.bgylrn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: audit 2023-11-17T05:50:04.444657+0000 mon.smithi124 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.494 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: -11-17T05:50:04.445110+0000 mon.smithi124 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:04.445548+0000 mgr.smithi124.bgylrn (mgr.14180) 32 : cephadm [INF] 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: Reconfiguring daemon mgr.smithi124.bgylrn on smithi124 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: audit 2023-11-17T05:50:04.917495+0000 mon.smithi124 ( 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:05 smithi124 conmon[83794]: mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: audit 2023-11-17T05:50:04.912381+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:04.913717+0000 mgr.smithi124.bgylrn (mgr.14180) 34 : cephadm [INF] Marking host: smithi124 for OSDSpec preview refresh. 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:04.913786+0000 mgr.smithi124.bgylrn (mgr.14180) 35 : cephadm [INF] Marking host: smithi139 for OSDSpec preview refresh. 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:04.914046+0000 mgr.smithi124.bgylrn (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cluster 2023-11-17T05:50:05.157360+0000 mgr.smithi124.bgylrn (mgr.14180) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: audit 2023-11-17T05:50:05.657478+0000 mon.smithi124 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:05.658127+0000 mgr.smithi124.bgylrn (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi124 (dependencies changed)... 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:05.664498+0000 mgr.smithi124.bgylrn (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi124 on smithi124 2023-11-17T05:51:19.495 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:06 smithi124 conmon[83794]: audit 2023-11-17T05:50:06.309798+0000 mon.smithi124 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:08 smithi124 conmon[83794]: cluster 2023-11-17T05:50:07.157579+0000 mgr.smithi124.bgylrn (mgr.14180) 40 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:08 smithi124 conmon[83794]: : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: cluster 2023-11-17T05:50:09.157806+0000 mgr.smithi124.bgylrn (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: audit 2023-11-17T05:50:09.538719+0000 mon.smithi124 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:09.539242+0000 mgr.smithi124.bgylrn (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi124 (monmap changed)... 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: audit 2023-11-17T05:50:09.539486+0000 mon.smithi124 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: audit 2023-11-17T05:50:09.540069+0000 mon.smithi124 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:10 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:09.540530+0000 mgr.smithi124.bgylrn (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi124 on smithi124 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: audit 2023-11-17T05:50:10.801176+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: 222 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:10.801758+0000 mgr.smithi124.bgylrn (mgr.14180) 44 : cephadm [INF] Reconfiguring grafana.smithi124 (dependencies changed)... 2023-11-17T05:51:19.496 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:10.832128+0000 mgr.smithi124.bgylrn (mgr.14180) 45 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: : cephadm [INF] Reconfiguring daemon grafana.smithi124 on smithi124 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: cluster 2023-11-17T05:50: 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: 11.157999+0000 mgr.smithi124.bgylrn (mgr.14180) 46 : cluster 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:11 smithi124 conmon[83794]: [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:14 smithi124 conmon[83794]: cluster 2023-11-17T05:50:13.158259+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:14 smithi124 conmon[83794]: .14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:15 smithi124 conmon[83794]: audit 2023-11-17T05:50:14.451000+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:15 smithi124 conmon[83794]: ) 223 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:15 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:14.451736+0000 mgr.smithi124.bgylrn (mgr.14180) 48 : cephadm [INF] Reconfiguring prometheus.smithi124 (dependencies changed)... 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:15 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:14.455026+0000 mgr.smithi124.bgylrn (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon prometheus.smithi124 on smithi124 2023-11-17T05:51:19.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:16 smithi124 conmon[83794]: cluster 2023-11-17T05:50:15.158563+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:16 smithi124 conmon[83794]: .14180) 50 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: cluster 2023-11-17T05:50:17.158775+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: .14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: audit 2023-11-17T05:50:18.418690+0000 mon.smithi124 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: audit 2023-11-17T05:50:18.419446+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: 225 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: audit 2023-11-17T05:50: 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: 18.420083+0000 mon.smithi124 (mon.0) 226 : audit 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:18 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:18.419210+0000 mgr.smithi124.bgylrn (mgr.14180) 52 : cephadm [INF] Reconfiguring crash.smithi139 (monmap changed)... 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:18.420539+0000 mgr.smithi124.bgylrn (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon crash.smithi139 on smithi139 2023-11-17T05:51:19.498 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: audit 2023-11-17T05:50:19.653614+0000 mon.smithi124 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: T05:50:19.654622+0000 mon.smithi124 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kjyioo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: audit 2023-11-17T05:50:19.655539 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: 2023-11-17T05:50:19.656281+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:19 smithi124 conmon[83794]: 0) 230 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:20 smithi124 conmon[83794]: cluster 2023-11-17T05:50:19.159026+0000 mgr.smithi124.bgylrn (mgr.14180) 54 : cluster [DBG] 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:20 smithi124 conmon[83794]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:20 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:19.654315+0000 mgr.smithi124.bgylrn (mgr.14180) 55 : cephadm [INF] Reconfiguring mgr.smithi139.kjyioo (monmap changed)... 2023-11-17T05:51:19.499 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:20 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:19.656973+0000 mgr.smithi124.bgylrn (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon mgr.smithi139.kjyioo on smithi139 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: audit 2023-11-17T05:50:20.935523+0000 mon.smithi124 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:20.936139+0000 mgr.smithi124.bgylrn (mgr.14180) 57 : cephadm [INF] Reconfiguring mon.smithi139 (monmap changed)... 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: audit 2023-11-17T05:50:20.936476+0000 mon.smithi124 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: audit 2023-11-17T05:50:20.937338+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: ) 233 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: audit 2023-11-17T05:50:20.938068+0000 mon.smithi124 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:20.938757+0000 mgr.smithi124.bgylrn (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon mon.smithi139 on smithi139 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: cluster 2023-11-17T05:50: 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:21 smithi124 conmon[83794]: 21.159298+0000 mgr.smithi124.bgylrn (mgr.14180) 59 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.185810+0000 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: mon.smithi124 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.188803+0000 mon.smithi124 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.189196+0000 mgr.smithi124.bgylrn (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.190342+0000 mon.smithi124 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi124.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.190648+0000 mgr.smithi124.bgylrn (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi124.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.194570+0000 mon.smithi124 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.199632+0000 mon.smithi124 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.200086+0000 mgr.smithi124.bgylrn (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.205694+0000 mon.smithi124 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi124.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.206066+0000 mgr.smithi124.bgylrn (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi124.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.210768+0000 mon.smithi124 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.216271+0000 mon.smithi124 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T05:51:19.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.216774+0000 mgr.smithi124.bgylrn (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.221321+0000 mon.smithi124 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi124.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: 17T05:50:22.221738+0000 mgr.smithi124.bgylrn (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi124.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.227460+0000 mon.smithi124 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:23 smithi124 conmon[83794]: audit 2023-11-17T05:50:22.231335+0000 mon.smithi124 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: cluster 2023-11-17T05:50 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: :23.159605+0000 mgr.smithi124.bgylrn (mgr.14180) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: T05:50:23.710565+0000 mon.smithi124 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.502 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: 2023-11-17T05:50: 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: 23.715216+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: 0) 247 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:24 smithi124 conmon[83794]: 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: cluster 2023-11-17T05:50:25.159993+0000 mgr.smithi124.bgylrn (mgr.14180) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.223473+0000 mon.smithi124 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.527130+0000 mon.smithi124 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.527915+0000 mon.smithi124 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.528479+0000 mon.smithi124 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.531793+0000 mon.smithi124 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.535187+0000 mon.smithi124 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.537929+0000 mon.smithi124 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.538863+0000 mon.smithi124 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:19.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.539067+0000 mon.smithi124 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:26 smithi124 conmon[83794]: audit 2023-11-17T05:50:25.539486+0000 mon.smithi124 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: cluster 2023-11-17T05:50:27.160248+0000 mgr.smithi124.bgylrn (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.114772+0000 mon.smithi139 (mon.1) 2 : audit [INF] from='client.? 172.21.15.139:0/3985403003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.115248+0000 mon.smithi124 (mon.0) 258 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.118672+0000 mon.smithi124 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]': finished 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: cluster 2023-11-17T05:50:28.118724+0000 mon.smithi124 (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.118848+0000 mon.smithi124 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.119096+0000 mon.smithi124 (mon.0) 262 : audit [INF] from='client.? 172.21.15.124:0/620882675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c900aa0-b6bf-4489-b043-d99dbe182353"}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.121786+0000 mon.smithi124 (mon.0) 263 : audit [INF] from='client.? 172.21.15.124:0/620882675' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c900aa0-b6bf-4489-b043-d99dbe182353"}]': finished 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: cluster 2023-11-17T05:50:28.121880+0000 mon.smithi124 (mon.0) 264 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.121981+0000 mon.smithi124 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: audit 2023-11-17T05:50:28.122207+0000 mon.smithi124 (mon.0) 266 : audit 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:28 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:29 smithi124 conmon[83794]: audit 2023-11-17T05:50:29.229446+0000 mon.smithi124 (mon.0) 267 : 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:29 smithi124 conmon[83794]: audit [DBG] from='client.? 172.21.15.124:0/2683078077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:29 smithi124 conmon[83794]: audit 2023-11-17T05:50:29.291586+0000 mon.smithi139 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.139:0/403950294' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:30 smithi124 conmon[83794]: cluster 2023-11-17T05:50:29.160461+0000 mgr.smithi124.bgylrn (mgr.14180) 69 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:30 smithi124 conmon[83794]: : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: cluster 2023-11-17T05:50:31.160773+0000 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 70 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.762429+0000 mon.smithi124 (mon.0) 268 : audit [INF] from='client.? 172.21.15.124:0/892437317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e00b73-efaf-48ea-90a9-228002f5c73c"}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.765500+0000 mon.smithi124 (mon.0) 269 : audit [INF] from='client.? 172.21.15.124:0/892437317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20e00b73-efaf-48ea-90a9-228002f5c73c"}]': finished 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: cluster 2023-11-17T05:50:31.765562+0000 mon.smithi124 (mon.0) 270 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.765670+0000 mon.smithi124 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.765900+0000 mon.smithi124 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.766052+0000 mon.smithi124 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.787286+0000 mon.smithi139 ( 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: mon.1) 4 : audit [INF] from='client.? 172.21.15.139:0/1890287345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]: dispatch 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.787701+0000 mon.smithi124 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]: dispatch 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.791145+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]': finished 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: cluster 2023-11-17T05:50:31.791199+0000 mon.smithi124 (mon.0) 276 : cluster [DBG] 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: osdmap e9: 4 total, 0 up, 4 in 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.791302+0000 mon.smithi124 ( 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: 05:50:31.791624+0000 mon.smithi124 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.791858+0000 mon.smithi124 2023-11-17T05:51:19.506 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: audit 2023-11-17T05:50:31.792053+0000 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:32 smithi124 conmon[83794]: mon.smithi124 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:33 smithi124 conmon[83794]: audit 2023-11-17T05:50:32.897245+0000 mon.smithi124 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.124:0/2839629407' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:33 smithi124 conmon[83794]: audit 2023-11-17T05:50:32.950829+0000 mon.smithi139 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.139:0/3358463166' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:34 smithi124 conmon[83794]: cluster 2023-11-17T05:50:33.161149+0000 mgr.smithi124.bgylrn (mgr.14180) 71 : cluster [DBG] 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:34 smithi124 conmon[83794]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.407964+0000 mon.smithi124 (mon.0) 282 : audit [INF] from='client.? 172.21.15.124:0/650275517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5da1760-b97b-4c22-a91b-08a063918308"}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: 2023-11-17T05:50:35.413562+0000 mon.smithi124 (mon.0) 283 : audit [INF] from='client.? 172.21.15.124:0/650275517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5da1760-b97b-4c22-a91b-08a063918308"}]': finished 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: cluster 2023-11-17T05:50:35.413606+0000 mon.smithi124 (mon.0) 284 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.413702+0000 mon.smithi124 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.413970+0000 mon.smithi124 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.414147+0000 mon.smithi124 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.414323+0000 mon.smithi124 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.414530+0000 mon.smithi124 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.458362+0000 mon.smithi139 (mon.1) 6 : audit [INF] from='client.? 172.21.15.139:0/2298082092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.458834+0000 mon.smithi124 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.466866+0000 mon.smithi124 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]': finished 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: cluster 2023-11-17T05:50:35.466938+0000 mon.smithi124 (mon.0) 292 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.467208+0000 mon.smithi124 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.467402+0000 mon.smithi124 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.467573+0000 mon.smithi124 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.467728+0000 mon.smithi124 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: :35.467886+0000 mon.smithi124 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:35 smithi124 conmon[83794]: audit 2023-11-17T05:50:35.468041+0000 mon.smithi124 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: cluster 2023-11-17T05:50:35.161463+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: ) 72 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: audit 2023-11-17T05:50:36.571767 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 299 : audit [DBG] 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: from='client.? 172.21.15.124:0/2006179581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: 2023-11-17T05: 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: 50:36.619595+0000 mon.smithi139 (mon 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: .1) 7 : audit [DBG] from='client.? 172.21.15.139:0/4136653472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:36 smithi124 conmon[83794]: 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:38 smithi124 conmon[83794]: cluster 2023-11-17T05:50:37.161683+0000 mgr.smithi124.bgylrn (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.092226+0000 mon.smithi124 (mon.0) 300 : audit [INF] from='client.? 172.21.15.124:0/3804416608' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3ad6c48-493b-4693-bd5a-73c5bd38b045"}]: dispatch 2023-11-17T05:51:19.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100042+0000 mon.smithi124 (mon.0) 301 : audit [INF] from='client.? 172.21.15.124:0/3804416608' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3ad6c48-493b-4693-bd5a-73c5bd38b045"}]': finished 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: cluster 2023-11-17T05:50:39.100085+0000 mon.smithi124 (mon.0) 302 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100166+0000 mon.smithi124 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100424+0000 mon.smithi124 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100590+0000 mon.smithi124 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100755+0000 mon.smithi124 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.100928+0000 mon.smithi124 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.101093+0000 mon.smithi124 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.101256+0000 mon.smithi124 ( 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:50:39.116564+0000 mon.smithi139 (mon.1) 8 : audit [INF] from='client.? 172.21.15.139:0/566980635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]: dispatch 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05: 2023-11-17T05:51:19.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 50:39.116941+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]: dispatch 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 17T05:50:39.124487+0000 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: mon.smithi124 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]': finished 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: cluster 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 2023-11-17T05:50: 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 39.124562+0000 mon.smithi124 (mon.0) 312 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: -17T05:50:39.124664 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 313 : audit [DBG] 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: :50:39.124957+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 0) 314 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: -11-17T05:50: 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 39.125128+0000 mon.smithi124 (mon.0) 315 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: -17T05:50:39.125290+0000 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: mon.smithi124 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 2023-11-17T05:50: 2023-11-17T05:51:19.512 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 39.125462+0000 mon.smithi124 (mon.0) 317 : 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: T05:50:39.125630+0000 mon.smithi124 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: -11-17T05:50: 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: 39.125794+0000 mon.smithi124 (mon.0) 319 : audit 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: T05:50:39.125961+0000 mon.smithi124 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:39 smithi124 conmon[83794]: (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: cluster 2023-11-17T05:50:39.161899+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.513 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: audit 2023-11-17T05:50:40.190400+0000 mon.smithi124 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.124:0/1106797234' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: audit 2023-11-17T05:50:40.225260 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: +0000 mon.smithi139 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.139:0/1152878776' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:40 smithi124 conmon[83794]: 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:42 smithi124 conmon[83794]: cluster 2023-11-17T05:50:41.162113+0000 mgr.smithi124.bgylrn (mgr.14180) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:42 smithi124 conmon[83794]: 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:44 smithi124 conmon[83794]: cluster 2023-11-17T05:50:43.162363+0000 mgr.smithi124.bgylrn (mgr.14180) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:45 smithi124 conmon[83794]: audit 2023-11-17T05:50:45.616200+0000 mon.smithi124 ( 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:45 smithi124 conmon[83794]: mon.0) 322 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:45 smithi124 conmon[83794]: audit 2023-11-17T05:50:45.616790+0000 mon.smithi124 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:46 smithi124 conmon[83794]: cluster 2023-11-17T05:50:45.162634+0000 mgr.smithi124.bgylrn (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:46 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:45.617254+0000 mgr.smithi124.bgylrn (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.1 on smithi124 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:46 smithi124 conmon[83794]: audit 2023-11-17T05:50:45.720916+0000 mon.smithi124 (mon.0) 324 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T05:51:19.514 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:46 smithi124 conmon[83794]: audit 2023-11-17T05:50:45.721593+0000 mon.smithi124 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:46 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:45.722203+0000 mgr.smithi124.bgylrn (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.0 on smithi139 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:48 smithi124 conmon[83794]: cluster 2023-11-17T05:50:47.162903+0000 mgr.smithi124.bgylrn 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:48 smithi124 conmon[83794]: (mgr.14180) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:50 smithi124 conmon[83794]: cluster 2023-11-17T05:50:49.163146+0000 mgr.smithi124.bgylrn (mgr.14180) 81 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:50 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.632354+0000 mon.smithi124 (mon.0) 326 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:50 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.633007+0000 mon.smithi124 (mon.0) 327 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:50 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.633622+0000 mon.smithi124 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:51 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:50.634130+0000 mgr.smithi124.bgylrn (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.2 on smithi124 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:51 smithi124 conmon[83794]: 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:51 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.815558+0000 mon.smithi124 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:51 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.816289+0000 mon.smithi124 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:51 smithi124 conmon[83794]: audit 2023-11-17T05:50:50.816951+0000 mon.smithi124 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.515 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:52 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:50.817487+0000 mgr.smithi124.bgylrn (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.3 on smithi139 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:52 smithi124 conmon[83794]: cluster 2023-11-17T05:50:51.163362+0000 mgr.smithi124.bgylrn (mgr.14180) 84 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: cluster 2023- 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: 11-17T05:50:53.164978+0000 mgr.smithi124.bgylrn (mgr.14180) 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: audit 2023-11-17T05:50:53.830522+0000 mon.smithi124 (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: audit 2023-11-17T05:50:54.012243+0000 mon.smithi139 (mon.1) 10 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: : audit [INF] from='osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: audit 2023-11-17T05:50:54.012637+0000 mon.smithi124 (mon.0) 333 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:54 smithi124 conmon[83794]: : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:50:54.741563+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: ) 334 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:50:54.741623+0000 mon.smithi124 (mon.0) 335 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: cluster 2023-11-17T05:50:54.741683+0000 mon.smithi124 (mon.0) 336 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.516 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.742006+0000 mon.smithi124 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.742256+0000 mon.smithi124 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 11-17T05:50:54.742419+0000 mon.smithi124 (mon.0) 339 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.742482+0000 mon.smithi139 (mon.1) 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 11 : audit [INF] from='osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.742636+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: ) 340 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.745224+0000 mon.smithi124 (mon 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: .0) 341 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.745473+0000 mon.smithi124 (mon.0) 342 : audit 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 2023-11-17T05:50:54.745668+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05:50: 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 54.745855+0000 mon.smithi124 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:51:19.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: :50:54.745991+0000 mon.smithi124 (mon.0) 345 : audit [DBG] 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:55 smithi124 conmon[83794]: 17T05:50:54.746138+0000 mon.smithi124 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: cluster 2023-11-17T05:50:55.165275+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.742849+0000 mon.smithi124 (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.742906+0000 mon.smithi124 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: cluster 2023-11-17T05:50:55.742949+0000 mon.smithi124 (mon.0) 349 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.743060+0000 mon.smithi124 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.743696+0000 mon.smithi124 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.744135+0000 mon.smithi124 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.746720+0000 mon.smithi124 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.746928+0000 mon.smithi124 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.747247+0000 mon.smithi124 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.747434+0000 mon.smithi124 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.747624+0000 mon.smithi124 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.747829+0000 mon.smithi124 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.748011+0000 mon.smithi124 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.876848+0000 mon.smithi124 (mon.0) 360 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.877516+0000 mon.smithi124 (mon.0) 361 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:55.878059+0000 mon.smithi124 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: cephadm 2023-11-17T05:50:55.878543+0000 mgr.smithi124.bgylrn (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.4 on smithi124 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:56.065875+0000 mon.smithi124 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:56.066528+0000 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: mon.smithi124 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05: 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: 50:56.067086+0000 mon.smithi124 (mon.0) 365 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: cephadm 2023-11-17T05:50: 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: 56.067556+0000 mgr.smithi124.bgylrn (mgr.14180) 88 : 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: cephadm [INF] Deploying daemon osd.5 on smithi139 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50: 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: 56.746427+0000 mon.smithi124 (mon.0) 366 : audit 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: audit 2023-11-17T05:50:56 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: .746688+0000 mon.smithi124 (mon.0) 367 : audit 2023-11-17T05:51:19.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:56 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:54.784924+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:54.784979+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:55.001051+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:55.001097+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:56.752182+0000 mon.smithi124 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428] boot 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11-17T05:50:56.752216+0000 mon.smithi124 (mon.0) 369 : cluster [INF] osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410] boot 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023-11-17T05:50:56.752233+0000 mon.smithi124 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023-11-17T05:50:56.752563+0000 mon.smithi124 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023-11-17T05:50:56.752844+0000 mon.smithi124 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.522 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11-17T05:50:56.753059+0000 mon.smithi124 (mon.0) 373 : audit 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 11-17T05:50:56.753256 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 374 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: -11-17T05:50:56 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: .753423+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 0) 375 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11-17T05 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: :50:56.753569+0000 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: mon.smithi124 (mon.0) 376 : audit 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: -11-17T05:50:56 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: .753767+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: ) 377 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 2023-11 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: -17T05:50:56. 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: 756851+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: ) 378 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: cluster 2023 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: -11-17T05:50:57 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: .165529+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:57 smithi124 conmon[83794]: ) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: cluster 2023-11-17T05:50:57.765181+0000 mon.smithi124 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.765301+0000 mon.smithi124 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.765620+0000 mon.smithi124 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.765769+0000 mon.smithi124 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.765917+0000 mon.smithi124 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.766066+0000 mon.smithi124 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:58 smithi124 conmon[83794]: audit 2023-11-17T05:50:57.766214+0000 mon.smithi124 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:59 smithi124 conmon[83794]: audit 2023-11-17T05:50:59.080178+0000 mon.smithi124 (mon.0) 386 : audit 2023-11-17T05:51:19.525 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:59 smithi124 conmon[83794]: [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:59 smithi124 conmon[83794]: cluster 2023-11-17T05:50:59.165774+0000 mgr.smithi124.bgylrn (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:59 smithi124 conmon[83794]: audit 2023-11-17T05:50:59.280702+0000 mon.smithi139 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:50:59 smithi124 conmon[83794]: audit 2023-11-17T05:50:59.281073+0000 mon.smithi124 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17T05:50:59.767385+0000 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: mon.smithi124 (mon.0) 388 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17T05:50:59.767462+0000 mon.smithi124 (mon.0) 389 : audit [INF] 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: cluster 2023 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: -11-17T05:50:59.767521+0000 mon.smithi124 (mon.0) 390 : 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 11-17T05:50:59. 2023-11-17T05:51:19.526 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 767625+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: ) 391 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 2023-11-17T05:50:59.767933 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 392 : 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 2023-11-17T05:50: 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 59.768081+0000 mon.smithi139 (mon.1) 13 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: : audit [INF] from='osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: T05:50:59.768113+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: ) 393 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: T05:50:59.768331+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: ) 394 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: T05:50:59.768594+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 11-17T05:50:59.768774+0000 mon.smithi124 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: -11-17T05:50:59.768922 2023-11-17T05:51:19.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 397 : audit 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 05:50:59.769073+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:00 smithi124 conmon[83794]: 0) 398 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.768318+0000 mon.smithi124 (mon 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: .0) 399 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.768376+0000 mon.smithi124 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: cluster 2023-11-17T05:51:00.768450+0000 mon.smithi124 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.769550+0000 mon.smithi124 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.769802+0000 mon.smithi124 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.770323+0000 mon.smithi124 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.770591+0000 mon.smithi124 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.770796+0000 mon.smithi124 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.529 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.770941+0000 mon.smithi124 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.771646+0000 mon.smithi124 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:00.776554+0000 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: mon.smithi124 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: cluster 2023-11-17T05:51:01.166032+0000 mgr.smithi124.bgylrn (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: T05:51:01.169612+0000 mon.smithi124 (mon.0) 410 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 05:51:01.170303+0000 mon.smithi124 (mon.0) 411 : audit [INF] 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 2023-11-17T05:51:01.170843+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: ) 412 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: cephadm 2023-11-17T05:51: 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 01.171301+0000 mgr.smithi124.bgylrn (mgr.14180) 92 : cephadm [INF] 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: Deploying daemon osd.6 on smithi124 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 2023-11-17T05:51:01.360683+0000 mon.smithi124 (mon.0) 413 : 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 17T05:51:01.361347+0000 mon.smithi124 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 2023-11-17T05:51:01.361962+0000 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: mon.smithi124 (mon.0) 415 : audit [DBG] 2023-11-17T05:51:19.531 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: cephadm 2023-11-17T 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 05:51:01.362551+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: mgr.14180) 93 : cephadm [INF] Deploying daemon osd.7 on smithi139 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: -11-17T05:51:01. 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: 771870+0000 mon.smithi124 (mon.0) 416 : 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:01 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:00.073175+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:00.073217+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:00.283324+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:00.283371+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.772873+0000 mon.smithi124 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:01.784553+0000 mon.smithi124 (mon.0) 418 : cluster [INF] osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560] boot 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:01.784616+0000 mon.smithi124 (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475] boot 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: cluster 2023-11-17T05:51:01.784650+0000 mon.smithi124 (mon.0) 420 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.785162+0000 mon.smithi124 (mon.0) 421 : audit 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.785882+0000 mon.smithi124 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.786154+0000 mon.smithi124 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.786362+0000 mon.smithi124 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.786562+0000 mon.smithi124 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.786798+0000 mon.smithi124 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:02 smithi124 conmon[83794]: audit 2023-11-17T05:51:01.787044+0000 mon.smithi124 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.785963+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: 428 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T05:51:19.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: cluster 2023-11-17T05:51:02.786013+0000 mon.smithi124 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.786125+0000 mon.smithi124 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.786346+0000 mon.smithi124 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.786511+0000 mon.smithi124 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.786662+0000 mon.smithi124 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: audit 2023-11-17T05:51:02.787115+0000 mon.smithi124 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:03 smithi124 conmon[83794]: cluster 2023-11-17T05:51:03.166343+0000 mgr.smithi124.bgylrn (mgr.14180) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11-17T05:51:03.787791+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: 435 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: cluster 2023-11-17T05:51:03.787847+0000 mon.smithi124 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11-17T05:51: 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: 03.788264+0000 mon.smithi124 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11-17T05:51 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: :03.788489+0000 mon.smithi124 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: 11-17T05:51:03.788618+0000 mon.smithi124 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: :51:03.788760+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: ) 440 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: :51:04.367828+0000 mon.smithi124 ( 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023-11 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: -17T05:51:04.554292+0000 mon.smithi139 2023-11-17T05:51:19.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: -11-17T05:51:04.554605+0000 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: mon.smithi124 (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:04 smithi124 conmon[83794]: 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:04.800106+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: 443 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:04.800164+0000 mon.smithi124 (mon.0) 444 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: cluster 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: 2023-11-17T05:51:04.800216+0000 mon.smithi124 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:04 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: .800331+0000 mon.smithi124 (mon.0) 446 : audit [DBG] 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: 2023-11-17T05:51:04.800613 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: -11-17T05:51:04.800764+0000 mon.smithi124 (mon.0) 448 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:04.800958+0000 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: mon.smithi124 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17T05:51:04.801093+0000 mon.smithi124 (mon 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: .0) 450 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: T05:51:04.803682+0000 mon.smithi139 (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: 17T05:51:04.803919+0000 mon.smithi124 (mon.0) 451 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: cluster 2023-11-17T05:51:19.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: 2023-11-17T05:51:05.166597+0000 mgr.smithi124.bgylrn (mgr.14180) 95 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:05 smithi124 conmon[83794]: : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.802119+0000 mon.smithi124 (mon 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: .0) 452 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.802184+0000 mon.smithi124 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: cluster 2023-11-17T05:51:05.802238+0000 mon.smithi124 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.802734+0000 mon.smithi124 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.803000+0000 mon.smithi124 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.803530+0000 mon.smithi124 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.803786+0000 mon.smithi124 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.807333+0000 mon.smithi124 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:05.807704+0000 mon.smithi124 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.505649+0000 mon.smithi124 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.529333+0000 mon.smithi124 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: cluster 2023-11-17T05:51:06.691096+0000 mon.smithi124 (mon.0) 463 : cluster [INF] osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717] boot 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: cluster 2023-11-17T05:51:06.691125+0000 mon.smithi124 (mon.0) 464 : cluster [INF] osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851] boot 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: cluster 2023-11-17T05:51:06.691143+0000 mon.smithi124 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.691447+0000 mon.smithi124 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.691845+0000 mon.smithi124 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.692120+0000 mon.smithi124 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:06 smithi124 conmon[83794]: audit 2023-11-17T05:51:06.692299+0000 mon.smithi124 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:05.365505+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:05.365553+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.539 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:05.581677+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:05.581725+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:07.166847+0000 mgr.smithi124.bgylrn (mgr.14180) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: cluster 2023-11-17T05:51:07.696777+0000 mon.smithi124 (mon.0) 470 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: audit 2023-11-17T05:51:07.696928+0000 mon.smithi124 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:07 smithi124 conmon[83794]: audit 2023-11-17T05:51:07.697233+0000 mon.smithi124 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: cluster 2023-11-17T05:51:08.697868+0000 mon.smithi124 (mon. 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: 0) 473 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023-11-17T05:51:08.698012+0000 mon.smithi124 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023-11-17T05:51:08 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: .698297+0000 mon.smithi124 (mon.0) 475 : 2023-11-17T05:51:19.540 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: 17T05:51:09.351835+0000 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: mon.smithi124 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: 2023-11-17T05:51:09.358282 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 477 : audit [INF] 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: 05:51:09.360005+0000 mon.smithi124 (mon 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: .0) 478 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: audit 2023 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: -11-17T05:51:09 2023-11-17T05:51:19.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: .692869+0000 mon.smithi124 (mon.0) 479 : audit 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:09 smithi124 conmon[83794]: [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: cluster 2023-11-17T05:51:09.167191+0000 mgr.smithi124.bgylrn (mgr.14180) 97 : 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:09.753301+0000 mon.smithi139 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:09.753655+0000 mon.smithi124 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.359944+0000 mon.smithi124 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.360003+0000 mon.smithi124 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: cluster 2023-11-17T05:51:10.360045+0000 mon.smithi124 (mon.0) 483 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.360166+0000 mon.smithi124 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.360473+0000 mon.smithi124 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.360653+0000 mon.smithi124 (mon.0) 486 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.361548+0000 mon.smithi139 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.542 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:10 smithi124 conmon[83794]: audit 2023-11-17T05:51:10.361814+0000 mon.smithi124 (mon.0) 487 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: cluster 2023-11-17T05:51:11.167523+0000 mgr.smithi124.bgylrn (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: 2023-11-17T05:51:11.257092+0000 mon.smithi124 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.366457+0000 mon.smithi124 (mon.0) 489 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.366539+0000 mon.smithi124 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: cluster 2023-11-17T05:51:11.366613+0000 mon.smithi124 (mon.0) 491 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.366794+0000 mon.smithi124 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.367144+0000 mon.smithi124 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.370140+0000 mon.smithi124 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.370514+0000 mon.smithi124 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: cluster 2023-11-17T05:51:11.693949+0000 mon.smithi124 (mon.0) 496 : cluster [INF] osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406] boot 2023-11-17T05:51:19.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: cluster 2023-11-17T05:51:11.693990+0000 mon.smithi124 (mon.0) 497 : cluster [INF] osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246] boot 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: cluster 2023-11-17T05:51:11.694012+0000 mon.smithi124 (mon.0) 498 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T05:51:11.694895+0000 mon.smithi124 (mon.0) 499 : audit [DBG] 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: 05:51:11.695157+0000 mon.smithi124 (mon.0) 500 : audit 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:12 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: cluster 2023-11-17T05:51:10.714718+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: cluster 2023-11-17T05:51:10.714782+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: cluster 2023-11-17T05:51:10.728837+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: cluster 2023-11-17T05:51:10.728882+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: audit 2023-11-17T05:51:12.679036+0000 mon.smithi124 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:13 smithi124 conmon[83794]: cluster 2023-11-17T05:51:12.692932+0000 mon.smithi124 (mon.0) 502 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:14 smithi124 conmon[83794]: cluster 2023-11-17T05:51:13.167824+0000 mgr.smithi124.bgylrn (mgr.14180) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:14 smithi124 conmon[83794]: cluster 2023 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:14 smithi124 conmon[83794]: -11-17T05:51:13.696323+0000 mon.smithi124 (mon.0) 503 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:14 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.520133+0000 mon.smithi124 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: cephadm 2023-11-17T05:51:14.515387+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: mgr.14180) 100 : cephadm [INF] Detected new or changed devices on smithi139 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.834309+0000 mon.smithi124 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.834956+0000 mon.smithi124 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.835521+0000 mon.smithi124 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.836084+0000 mon.smithi124 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:15 smithi124 conmon[83794]: audit 2023-11-17T05:51:14.840262+0000 mon.smithi124 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: cephadm 2023-11-17T05:51:14.836548+0000 2023-11-17T05:51:19.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 101 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 4004M 2023-11-17T05:51:19.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: cluster 2023-11-17T05:51:15.168120+0000 mgr.smithi124.bgylrn (mgr.14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:19.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16.136350+0000 mon.smithi124 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16.137653+0000 mon.smithi124 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 2023-11-17T05:51:16.138232+0000 mon.smithi124 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.890 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:51:19.890 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: :51:16.138783+0000 mon.smithi124 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.890 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 2023-11-17T05:51:19.890 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:51:19.890 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 11-17T05:51:16.139290+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.891 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 514 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:19.891 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51 2023-11-17T05:51:19.891 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: :16.143048+0000 mon.smithi124 (mon.0) 515 2023-11-17T05:51:19.891 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.891 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16. 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 144424+0000 mon.smithi124 (mon.0) 516 : audit [DBG] 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 2023-11-17T05:51:16.144956+0000 mon.smithi124 (mon.0 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: ) 517 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:19.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05: 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 51:16.148884+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 518 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: :16.152399+0000 mon.smithi124 (mon.0) 519 : 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16. 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 155094+0000 mon.smithi124 (mon.0) 520 : audit [INF] 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 2023-11-17T05:51:16.155968+0000 mon.smithi124 (mon.0) 521 : audit 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16. 2023-11-17T05:51:19.923 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 156182+0000 mon.smithi124 (mon.0) 522 : audit 2023-11-17T05:51:19.924 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: audit 2023-11-17T05:51:16. 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: 156638+0000 mon.smithi124 (mon.0) 523 : audit 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:16 smithi124 conmon[83794]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:17 smithi124 conmon[83794]: cephadm 2023-11-17T05:51:16.130776+0000 mgr.smithi124.bgylrn (mgr.14180) 103 : cephadm [INF] Detected new or changed devices on smithi124 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:17 smithi124 conmon[83794]: cephadm 2023-11-17T05:51:16.139692+0000 mgr.smithi124.bgylrn (mgr.14180) 104 : cephadm [INF] Adjusting osd_memory_target on smithi124 to 3236M 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:18 smithi124 conmon[83794]: cluster 2023-11-17T05:51:17.168416+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:51:20.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:18 smithi124 conmon[83794]: .14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:20.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.443262+0000 mon.smithi124 (mon. 2023-11-17T05:51:20.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: 0) 212 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:04.443817+0000 mgr.smithi124.bgylrn (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi124.bgylrn (unknown last config time)... 2023-11-17T05:51:20.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.444055+0000 mon.smithi124 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.bgylrn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T05:51:20.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.444657+0000 mon.smithi124 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.445110+0000 mon.smithi124 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:04.445548+0000 mgr.smithi124.bgylrn (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi124.bgylrn on smithi124 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:05 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.917495+0000 mon.smithi124 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: audit 2023-11-17T05:50:04.912381+0000 mgr.smithi124.bgylrn (mgr.14180) 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:04.913717+0000 mgr.smithi124.bgylrn (mgr.14180) 34 : cephadm [INF] Marking host: smithi124 for OSDSpec preview refresh. 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:04.913786+0000 mgr.smithi124.bgylrn (mgr.14180) 35 : cephadm [INF] Marking host: smithi139 for OSDSpec preview refresh. 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:04.914046+0000 mgr.smithi124.bgylrn (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cluster 2023-11-17T05:50:05.157360+0000 mgr.smithi124.bgylrn (mgr.14180) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: audit 2023-11-17T05:50:05.657478+0000 mon.smithi124 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:05.658127+0000 mgr.smithi124.bgylrn (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi124 (dependencies changed)... 2023-11-17T05:51:20.005 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:05.664498+0000 mgr.smithi124.bgylrn (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi124 on smithi124 2023-11-17T05:51:20.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:06 smithi139 conmon[88685]: audit 2023-11-17T05:50:06.309798+0000 mon.smithi124 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:08 smithi139 conmon[88685]: cluster 2023-11-17T05:50:07.157579+0000 mgr.smithi124.bgylrn (mgr.14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: cluster 2023-11-17T05:50:09.157806+0000 mgr.smithi124.bgylrn (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: audit 2023-11-17T05:50:09.538719+0000 mon.smithi124 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: cephadm 2023-11-17T05:50: 2023-11-17T05:51:20.057 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: 09.539242+0000 mgr.smithi124.bgylrn (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi124 (monmap changed)... 2023-11-17T05:51:20.057 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: -11-17T05:50:09.539486+0000 mon.smithi124 (mon.0) 220 : audit [INF] 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: 2023-11-17T05:50:09.540069 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: cephadm 2023-11- 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: 17T05:50:09.540530+0000 mgr.smithi124.bgylrn (mgr.14180) 43 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:10 smithi139 conmon[88685]: : cephadm [INF] Reconfiguring daemon crash.smithi124 on smithi124 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: audit 2023-11-17T05:50:10.801176+0000 mon.smithi124 (mon.0) 222 2023-11-17T05:51:20.058 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:10.801758+0000 mgr.smithi124.bgylrn (mgr.14180) 44 : cephadm [INF] Reconfiguring grafana.smithi124 (dependencies changed)... 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:10.832128+0000 mgr.smithi124.bgylrn 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon grafana.smithi124 on smithi124 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: cluster 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:11 smithi139 conmon[88685]: 2023-11-17T05:50:11.157999+0000 mgr.smithi124.bgylrn (mgr.14180) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:14 smithi139 conmon[88685]: cluster 2023-11-17T05:50:13.158259+0000 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:14 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:15 smithi139 conmon[88685]: audit 2023-11-17T05:50:14.451000+0000 mon.smithi124 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:15 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:15 smithi139 conmon[88685]: 2023-11-17T05:50:14.451736+0000 mgr.smithi124.bgylrn (mgr.14180) 48 : cephadm [INF] Reconfiguring prometheus.smithi124 (dependencies changed)... 2023-11-17T05:51:20.059 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:15 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:14.455026+0000 mgr.smithi124.bgylrn (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon prometheus.smithi124 on smithi124 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:16 smithi139 conmon[88685]: cluster 2023-11-17T05:50:15.158563+0000 mgr.smithi124.bgylrn 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:16 smithi139 conmon[88685]: (mgr.14180) 50 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: cluster 2023-11-17T05:50:17.158775 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: audit 2023-11-17T05:50:18 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: .418690+0000 mon.smithi124 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: 2023-11-17T05:50:18.419446+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: ) 225 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: audit 2023-11-17T05:50:18.420083 2023-11-17T05:51:20.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:18 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:18.419210+0000 mgr.smithi124.bgylrn (mgr.14180) 52 : cephadm [INF] Reconfiguring crash.smithi139 (monmap changed)... 2023-11-17T05:51:20.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:18.420539+0000 mgr.smithi124.bgylrn (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon crash.smithi139 on smithi139 2023-11-17T05:51:20.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: audit 2023-11-17T05:50:19.653614+0000 mon.smithi124 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: audit 2023-11-17T05:50:19.654622+0000 mon.smithi124 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kjyioo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T05:51:20.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: audit 2023-11-17T05:50:19.655539+0000 mon.smithi124 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T05:51:20.173 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:19 smithi139 conmon[88685]: audit 2023-11-17T05:50:19.656281+0000 mon.smithi124 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.173 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:20 smithi139 conmon[88685]: cluster 2023-11-17T05:50:19.159026+0000 mgr.smithi124.bgylrn (mgr.14180) 54 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:20 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:19.654315+0000 mgr.smithi124.bgylrn (mgr.14180) 55 : cephadm [INF] Reconfiguring mgr.smithi139.kjyioo (monmap changed)... 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:20 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:19.656973+0000 mgr.smithi124.bgylrn (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon mgr.smithi139.kjyioo on smithi139 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: audit 2023-11-17T05:50:20.935523+0000 mon.smithi124 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: 2023-11-17T05:50:20.936139+0000 mgr.smithi124.bgylrn (mgr.14180) 57 : cephadm [INF] Reconfiguring mon.smithi139 (monmap changed)... 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: audit 2023-11-17T05:50:20.936476+0000 mon.smithi124 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: audit 2023-11-17T05:50:20.937338+0000 mon.smithi124 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: audit 2023-11-17T05:50:20.938068+0000 mon.smithi124 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:20.938757+0000 mgr.smithi124.bgylrn (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon mon.smithi139 on smithi139 2023-11-17T05:51:20.174 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:21 smithi139 conmon[88685]: cluster 2023-11-17T05:50:21.159298+0000 mgr.smithi124.bgylrn (mgr.14180) 59 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.185810+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: 235 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.188803+0000 mon.smithi124 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.189196+0000 mgr.smithi124.bgylrn (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.190342+0000 mon.smithi124 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi124.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.190648+0000 mgr.smithi124.bgylrn (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi124.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.194570+0000 mon.smithi124 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.199632+0000 mon.smithi124 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.200086+0000 mgr.smithi124.bgylrn (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.205694+0000 mon.smithi124 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi124.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.206066+0000 mgr.smithi124.bgylrn (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi124.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.210768+0000 mon.smithi124 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.216271+0000 mon.smithi124 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22.216774+0000 mgr.smithi124.bgylrn (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:50:22. 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: 221321+0000 mon.smithi124 (mon.0) 243 : audit [INF] 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi124.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: 2023-11-17T05:50:22.221738+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi124.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: -17T05:50:22.227460+0000 mon.smithi124 ( 2023-11-17T05:51:20.177 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.177 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.212 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: T05:50:22.231335+0000 mon.smithi124 (mon 2023-11-17T05:51:20.212 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:23 smithi139 conmon[88685]: .0) 245 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:51:20.212 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:24 smithi139 conmon[88685]: cluster 2023-11-17T05:50:23.159605+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:51:20.212 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:24 smithi139 conmon[88685]: ) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.212 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:24 smithi139 conmon[88685]: audit 2023-11-17T05:50:23.710565+0000 mon.smithi124 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:24 smithi139 conmon[88685]: audit 2023-11-17T05:50:23.715216+0000 mon.smithi124 (mon.0) 247 : 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:24 smithi139 conmon[88685]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: cluster 2023-11-17T05:50:25.159993+0000 mgr.smithi124.bgylrn (mgr.14180) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.223473+0000 mon.smithi124 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.527130+0000 mon.smithi124 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.213 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.527915+0000 mon.smithi124 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.528479+0000 mon.smithi124 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.531793+0000 mon.smithi124 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.535187+0000 mon.smithi124 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.537929+0000 mon.smithi124 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:20.214 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: -17T05:50:25.538863+0000 mon.smithi124 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:20.215 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.539067+0000 mon.smithi124 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.215 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:26 smithi139 conmon[88685]: audit 2023-11-17T05:50:25.539486+0000 mon.smithi124 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.215 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: cluster 2023-11-17T05:50:27.160248+0000 mgr.smithi124.bgylrn (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.215 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.114772+0000 mon.smithi139 (mon.1) 2 : audit [INF] from='client.? 172.21.15.139:0/3985403003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]: dispatch 2023-11-17T05:51:20.240 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.115248+0000 mon.smithi124 (mon.0) 258 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]: dispatch 2023-11-17T05:51:20.240 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.118672+0000 mon.smithi124 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "810096c1-bc2d-491c-8c4f-4ba6859f1bec"}]': finished 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: cluster 2023-11-17T05:50:28.118724+0000 mon.smithi124 (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.118848+0000 mon.smithi124 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.119096+0000 mon.smithi124 (mon.0) 262 : audit [INF] from='client.? 172.21.15.124:0/620882675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c900aa0-b6bf-4489-b043-d99dbe182353"}]: dispatch 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.121786+0000 mon.smithi124 (mon.0) 263 : audit [INF] from='client.? 172.21.15.124:0/620882675' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c900aa0-b6bf-4489-b043-d99dbe182353"}]': finished 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: cluster 2023-11-17T05:50:28.121880 2023-11-17T05:51:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 264 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.121981+0000 mon.smithi124 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:28 smithi139 conmon[88685]: audit 2023-11-17T05:50:28.122207+0000 mon.smithi124 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:29 smithi139 conmon[88685]: audit 2023-11-17T05:50:29.229446+0000 mon.smithi124 (mon.0) 267 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:29 smithi139 conmon[88685]: : audit [DBG] from='client.? 172.21.15.124:0/2683078077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:29 smithi139 conmon[88685]: audit 2023-11-17T05:50:29.291586+0000 mon.smithi139 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.139:0/403950294' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:30 smithi139 conmon[88685]: cluster 2023-11-17T05:50:29.160461+0000 mgr.smithi124.bgylrn (mgr.14180) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: cluster 2023-11-17T05:50:31.160773+0000 mgr.smithi124.bgylrn (mgr.14180) 70 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: T05:50:31.762429+0000 mon.smithi124 (mon.0) 268 : audit [INF] from='client.? 172.21.15.124:0/892437317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e00b73-efaf-48ea-90a9-228002f5c73c"}]: dispatch 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.765500+0000 mon.smithi124 (mon.0) 269 : audit [INF] from='client.? 172.21.15.124:0/892437317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20e00b73-efaf-48ea-90a9-228002f5c73c"}]': finished 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: cluster 2023-11-17T05:50:31.765562+0000 mon.smithi124 (mon.0) 270 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.765670+0000 mon.smithi124 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.243 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: T05:50:31.765900+0000 mon.smithi124 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.766052+0000 mon.smithi124 (mon 2023-11-17T05:51:20.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: .0) 273 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: :50:31.787286+0000 mon.smithi139 (mon.1) 4 : audit [INF] from='client.? 172.21.15.139:0/1890287345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]: dispatch 2023-11-17T05:51:20.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.787701 2023-11-17T05:51:20.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]: dispatch 2023-11-17T05:51:20.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: 50:31.791145+0000 mon.smithi124 (mon.0) 275 : audit [INF] 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fdd9ec1-06d1-4398-9ebb-ced00abe07fe"}]': finished 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: cluster 2023-11- 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: 17T05:50:31.791199+0000 mon.smithi124 (mon.0) 276 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.275 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: 2023-11-17T05:50:31.791302+0000 mon.smithi124 (mon.0) 277 : audit 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: 05:50:31.791624+0000 mon.smithi124 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.791858+0000 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: mon.smithi124 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: audit 2023-11-17T05:50:31.792053+0000 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:32 smithi139 conmon[88685]: mon.smithi124 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:33 smithi139 conmon[88685]: audit 2023-11-17T05:50:32.897245+0000 mon.smithi124 (mon.0) 281 : audit [DBG] 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:33 smithi139 conmon[88685]: from='client.? 172.21.15.124:0/2839629407' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:33 smithi139 conmon[88685]: audit 2023-11-17T05:50:32.950829+0000 mon.smithi139 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.139:0/3358463166' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:34 smithi139 conmon[88685]: cluster 2023-11-17T05:50:33.161149+0000 mgr.smithi124.bgylrn (mgr.14180) 71 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.407964+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: ) 282 : audit [INF] from='client.? 172.21.15.124:0/650275517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5da1760-b97b-4c22-a91b-08a063918308"}]: dispatch 2023-11-17T05:51:20.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.413562+0000 mon.smithi124 (mon.0) 283 : audit [INF] from='client.? 172.21.15.124:0/650275517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5da1760-b97b-4c22-a91b-08a063918308"}]': finished 2023-11-17T05:51:20.372 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: cluster 2023-11-17T05:50:35.413606+0000 mon.smithi124 (mon.0) 284 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T05:51:20.372 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.413702+0000 mon.smithi124 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.372 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.413970+0000 2023-11-17T05:51:20.372 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: mon.smithi124 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.372 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.414147+0000 mon.smithi124 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.414323+0000 mon.smithi124 (mon.0) 288 : audit 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: 17T05:50:35.414530+0000 mon.smithi124 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: .458362+0000 mon.smithi139 (mon.1) 6 : audit [INF] from='client.? 172.21.15.139:0/2298082092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]: dispatch 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: T05:50:35.458834+0000 mon.smithi124 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]: dispatch 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: T05:50:35.466866+0000 mon.smithi124 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7"}]': finished 2023-11-17T05:51:20.373 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: cluster 2023-11-17T05 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: :50:35.466938+0000 mon.smithi124 (mon.0) 292 : cluster 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: 2023-11-17T05:50:35.467208+0000 mon.smithi124 (mon.0) 293 : audit 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: -17T05:50:35.467402+0000 mon.smithi124 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: .467573+0000 mon.smithi124 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: .467728+0000 mon.smithi124 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35. 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: 467886+0000 mon.smithi124 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: audit 2023-11-17T05:50:35.468041+0000 mon.smithi124 (mon 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:35 smithi139 conmon[88685]: .0) 298 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:36 smithi139 conmon[88685]: cluster 2023-11-17T05:50:35.161463+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:36 smithi139 conmon[88685]: 14180) 72 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:36 smithi139 conmon[88685]: audit 2023-11-17T05:50:36.571767+0000 mon.smithi124 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.124:0/2006179581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:36 smithi139 conmon[88685]: audit 2023-11-17T05:50:36.619595+0000 mon.smithi139 (mon 2023-11-17T05:51:20.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:36 smithi139 conmon[88685]: .1) 7 : audit [DBG] from='client.? 172.21.15.139:0/4136653472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.405 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:38 smithi139 conmon[88685]: cluster 2023-11-17T05:50:37.161683+0000 mgr.smithi124.bgylrn (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.405 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05:50:39.092226+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.405 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 300 : audit [INF] from='client.? 172.21.15.124:0/3804416608' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3ad6c48-493b-4693-bd5a-73c5bd38b045"}]: dispatch 2023-11-17T05:51:20.405 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05:50:39.100042+0000 mon.smithi124 (mon.0) 301 : audit [INF] from='client.? 172.21.15.124:0/3804416608' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3ad6c48-493b-4693-bd5a-73c5bd38b045"}]': finished 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: cluster 2023-11-17T05:50:39.100085+0000 mon.smithi124 (mon.0) 302 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05:50:39.100166+0000 mon.smithi124 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: T05:50:39.100424+0000 mon.smithi124 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 50:39.100590+0000 mon.smithi124 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: -11-17T05:50:39.100755+0000 mon.smithi124 (mon. 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 0) 306 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.406 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: :50:39.100928+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 307 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: :50:39.101093+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: ) 308 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: :50:39.101256+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: ) 309 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 05:50:39.116564+0000 mon.smithi139 (mon. 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 1) 8 : audit [INF] from='client.? 172.21.15.139:0/566980635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]: dispatch 2023-11-17T05:51:20.407 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: T05:50:39.116941+0000 mon.smithi124 (mon 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: .0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]: dispatch 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 17T05:50:39.124487+0000 mon.smithi124 ( 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23fcd9cf-1a08-49b9-a8d8-11255f515919"}]': finished 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: cluster 2023-11 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: -17T05:50:39.124562+0000 mon.smithi124 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: (mon.0) 312 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: :50:39.124664+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 313 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: :50:39.124957+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: ) 314 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.409 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 05:50:39.125128+0000 mon.smithi124 (mon. 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 0) 315 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: T05:50:39.125290+0000 mon.smithi124 (mon 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: .0) 316 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.438 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 17T05:50:39.125462+0000 mon.smithi124 ( 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: -17T05:50:39.125630+0000 mon.smithi124 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 11-17T05:50:39.125794+0000 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: mon.smithi124 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 11-17T05:50:39.125961+0000 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: mon.smithi124 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:39 smithi139 conmon[88685]: 2023-11-17T05:51:20.439 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:40 smithi139 conmon[88685]: cluster 2023-11-17T05:50:39.161899+0000 mgr.smithi124.bgylrn (mgr.14180) 74 : 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:40 smithi139 conmon[88685]: cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:40 smithi139 conmon[88685]: audit 2023-11-17T05:50:40.190400+0000 mon.smithi124 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.124:0/1106797234' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:40 smithi139 conmon[88685]: audit 2023-11-17T05:50:40.225260+0000 mon.smithi139 (mon.1) 9 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:40 smithi139 conmon[88685]: : audit [DBG] from='client.? 172.21.15.139:0/1152878776' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:42 smithi139 conmon[88685]: cluster 2023-11-17T05:50:41.162113+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:42 smithi139 conmon[88685]: 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:44 smithi139 conmon[88685]: cluster 2023-11-17T05:50:43.162363+0000 mgr.smithi124.bgylrn (mgr.14180) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:45 smithi139 conmon[88685]: audit 2023-11-17T05:50:45.616200+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:45 smithi139 conmon[88685]: ) 322 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:45 smithi139 conmon[88685]: audit 2023-11-17T05:50:45.616790+0000 mon.smithi124 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:46 smithi139 conmon[88685]: cluster 2023-11-17T05:50:45.162634+0000 mgr.smithi124.bgylrn (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.440 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:46 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:45.617254+0000 mgr.smithi124.bgylrn (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.1 on smithi124 2023-11-17T05:51:20.441 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:46 smithi139 conmon[88685]: audit 2023-11-17T05:50:45.720916+0000 mon.smithi124 (mon.0) 324 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T05:51:20.441 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:46 smithi139 conmon[88685]: audit 2023-11-17T05:50:45.721593+0000 mon.smithi124 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.441 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:46 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:45.722203+0000 mgr.smithi124.bgylrn (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.0 on smithi139 2023-11-17T05:51:20.441 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:48 smithi139 conmon[88685]: cluster 2023-11-17T05:50:47.162903+0000 mgr.smithi124.bgylrn (mgr.14180) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.469 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:50 smithi139 conmon[88685]: cluster 2023-11-17T05:50:49.163146+0000 mgr.smithi124.bgylrn (mgr.14180) 81 : cluster 2023-11-17T05:51:20.469 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:50 smithi139 conmon[88685]: [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.469 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:50 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.632354+0000 mon.smithi124 (mon.0) 326 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:50 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.633007+0000 mon.smithi124 (mon.0) 327 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:50 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.633622+0000 mon.smithi124 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:51 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:50.634130+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:51 smithi139 conmon[88685]: mgr.14180) 82 : cephadm [INF] Deploying daemon osd.2 on smithi124 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:51 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.815558+0000 mon.smithi124 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:51 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.816289+0000 mon.smithi124 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:51 smithi139 conmon[88685]: audit 2023-11-17T05:50:50.816951+0000 mon.smithi124 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:52 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:50.817487+0000 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:52 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.3 on smithi139 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:52 smithi139 conmon[88685]: cluster 2023-11-17T05:50:51.163362+0000 mgr.smithi124.bgylrn (mgr.14180) 84 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:54 smithi139 conmon[88685]: cluster 2023-11-17T05:50:53.164978+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:54 smithi139 conmon[88685]: 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.470 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:54 smithi139 conmon[88685]: audit 2023-11-17T05:50:53.830522+0000 mon.smithi124 (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:54 smithi139 conmon[88685]: audit 2023-11-17T05:50:54.012243+0000 mon.smithi139 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:54 smithi139 conmon[88685]: audit 2023-11-17T05:50:54.012637+0000 mon.smithi124 (mon.0) 333 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:50:54.741563+0000 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: mon.smithi124 (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 2023-11-17T05:50:54.741623+0000 mon.smithi124 (mon.0) 335 : audit 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: cluster 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 2023-11-17T05:50: 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 54.741683+0000 mon.smithi124 (mon.0) 336 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:50:54.742006+0000 mon.smithi124 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:50:54.742256+0000 mon.smithi124 2023-11-17T05:51:20.471 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:50:54 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: .742419+0000 mon.smithi124 (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 11-17T05:50:54.742482+0000 mon.smithi139 (mon.1 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: ) 11 : audit [INF] from='osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 05:50:54.742636+0000 mon.smithi124 (mon.0) 340 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:50:54 2023-11-17T05:51:20.472 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: .745224+0000 mon.smithi124 (mon.0) 341 : audit [DBG] 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 05:50:54.745473+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: ) 342 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 2023-11-17T05:50:54.745668+0000 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: mon.smithi124 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: -17T05:50:54.745855+0000 mon.smithi124 (mon 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: .0) 344 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: -11-17T05:50:54.745991+0000 mon.smithi124 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: -11-17T05:50:54.746138+0000 mon.smithi124 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:55 smithi139 conmon[88685]: (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: cluster 2023-11-17T05:50:55.165275+0000 mgr.smithi124.bgylrn (mgr.14180) 86 2023-11-17T05:51:20.504 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.742849+0000 mon.smithi124 (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.742906+0000 mon.smithi124 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: cluster 2023-11-17T05:50:55.742949+0000 mon.smithi124 (mon.0) 349 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.743060+0000 mon.smithi124 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.743696+0000 mon.smithi124 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.744135+0000 mon.smithi124 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.746720+0000 mon.smithi124 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.746928+0000 mon.smithi124 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.747247+0000 mon.smithi124 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.747434+0000 mon.smithi124 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.747624+0000 mon.smithi124 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.747829+0000 mon.smithi124 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.748011+0000 mon.smithi124 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.876848+0000 mon.smithi124 (mon.0) 360 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.877516+0000 mon.smithi124 (mon.0) 361 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:55.878059+0000 mon.smithi124 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:55.878543+0000 mgr.smithi124.bgylrn (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.4 on smithi124 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.065875+0000 mon.smithi124 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.066528+0000 mon.smithi124 (mon.0) 364 : audit 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.067086+0000 mon.smithi124 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: cephadm 2023-11-17T05:50:56.067556+0000 mgr.smithi124.bgylrn (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.5 on smithi139 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.746427+0000 mon.smithi124 (mon.0) 366 : audit [DBG] 2023-11-17T05:51:20.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.746688+0000 2023-11-17T05:51:20.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:56 smithi139 conmon[88685]: mon.smithi124 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:54.784924+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:54.784979+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:55.001051+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:55.001097+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:56.752182+0000 mon.smithi124 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.139:6800/3517479428,v1:172.21.15.139:6801/3517479428] boot 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:56.752216+0000 mon.smithi124 (mon.0) 369 : cluster [INF] osd.1 [v2:172.21.15.124:6802/3738166410,v1:172.21.15.124:6803/3738166410] boot 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:56.752233+0000 mon.smithi124 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.752563+0000 mon.smithi124 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.752844+0000 mon.smithi124 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.753059+0000 mon.smithi124 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.753256+0000 mon.smithi124 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.753423+0000 mon.smithi124 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.753569+0000 mon.smithi124 (mon.0) 376 : audit 2023-11-17T05:51:20.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.753767+0000 mon.smithi124 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: audit 2023-11-17T05:50:56.756851+0000 mon.smithi124 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:57 smithi139 conmon[88685]: cluster 2023-11-17T05:50:57.165529+0000 mgr.smithi124.bgylrn (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: cluster 2023-11-17T05:50:57.765181+0000 mon.smithi124 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.765301+0000 mon.smithi124 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.765620+0000 mon.smithi124 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.765769+0000 mon.smithi124 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.765917+0000 mon.smithi124 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.766066+0000 mon.smithi124 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:58 smithi139 conmon[88685]: audit 2023-11-17T05:50:57.766214+0000 mon.smithi124 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:59 smithi139 conmon[88685]: audit 2023-11-17T05:50:59.080178+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:59 smithi139 conmon[88685]: 386 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T05:51:20.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:59 smithi139 conmon[88685]: cluster 2023-11-17T05:50:59.165774+0000 mgr.smithi124.bgylrn (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:59 smithi139 conmon[88685]: audit 2023-11-17T05:50:59.280702+0000 mon.smithi139 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:50:59 smithi139 conmon[88685]: audit 2023-11-17T05:50:59.281073+0000 mon.smithi124 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:50:59.767385+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 388 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:50:59.767462+0000 mon.smithi124 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: cluster 2023- 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 11-17T05:50:59.767521+0000 mon.smithi124 (mon. 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 0) 390 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 2023-11-17T05:50:59.767625 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 391 : audit [DBG] 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 2023-11-17T05:50:59.767933+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: ) 392 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 50:59.768081+0000 mon.smithi139 (mon.1) 13 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: : audit [INF] from='osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:50: 2023-11-17T05:51:20.707 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 59.768113+0000 mon.smithi124 (mon.0) 393 : audit 2023-11-17T05:51:20.708 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:20.708 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:50 2023-11-17T05:51:20.708 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: :59.768331+0000 mon.smithi124 (mon.0) 394 : 2023-11-17T05:51:20.708 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:50: 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 59.768594+0000 mon.smithi124 (mon.0) 395 : audit 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 2023-11-17T05:50:59.768774+0000 mon.smithi124 (mon 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: .0) 396 : audit 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:20.931 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: -11-17T05:50:59.768922+0000 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: mon.smithi124 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 05:50:59.769073+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:00 smithi139 conmon[88685]: 398 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.768318 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 399 : audit [INF] from='osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.768376+0000 mon.smithi124 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: cluster 2023-11-17T05:51:00.768450+0000 mon.smithi124 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.769550+0000 mon.smithi124 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.769802+0000 mon.smithi124 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.770323+0000 mon.smithi124 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.770591+0000 mon.smithi124 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.770796+0000 mon.smithi124 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.770941+0000 mon.smithi124 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.771646+0000 mon.smithi124 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:00.776554+0000 mon.smithi124 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: cluster 2023-11-17T05:51:01.166032+0000 mgr.smithi124.bgylrn (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.169612+0000 mon.smithi124 (mon.0) 410 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.170303+0000 mon.smithi124 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.170843+0000 mon.smithi124 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:01.171301+0000 mgr.smithi124.bgylrn (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.6 on smithi124 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.360683+0000 mon.smithi124 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.361347+0000 mon.smithi124 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T05:51:20.933 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.361962+0000 mon.smithi124 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:01.362551+0000 mgr.smithi124.bgylrn (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.7 on smithi139 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:01 smithi139 conmon[88685]: 2023-11-17T05:51:01.771870+0000 mon.smithi124 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:00.073175+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:00.073217+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:00.283324+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:00.283371+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.772873+0000 mon.smithi124 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:01.784553+0000 mon.smithi124 (mon.0) 418 : cluster [INF] osd.3 [v2:172.21.15.139:6808/1418647560,v1:172.21.15.139:6809/1418647560] boot 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:01.784616+0000 mon.smithi124 (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.124:6810/3857722475,v1:172.21.15.124:6811/3857722475] boot 2023-11-17T05:51:20.934 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: cluster 2023-11-17T05:51:01.784650+0000 mon.smithi124 (mon.0) 420 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.785162+0000 mon.smithi124 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.785882+0000 mon.smithi124 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.786154+0000 mon.smithi124 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: .786362+0000 mon.smithi124 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.786562+0000 mon.smithi124 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.786798+0000 mon.smithi124 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:02 smithi139 conmon[88685]: audit 2023-11-17T05:51:01.787044+0000 mon.smithi124 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.785963+0000 mon.smithi124 (mon. 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: 0) 428 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T05:51:20.935 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: cluster 2023-11-17T05:51:02.786013+0000 mon.smithi124 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.786125+0000 mon.smithi124 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.786346+0000 mon.smithi124 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.786511+0000 mon.smithi124 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.786662+0000 mon.smithi124 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: audit 2023-11-17T05:51:02.787115+0000 mon.smithi124 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:03 smithi139 conmon[88685]: cluster 2023-11-17T05:51:03.166343+0000 mgr.smithi124.bgylrn (mgr.14180) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51:03.787791+0000 mon.smithi124 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: cluster 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 2023-11-17T05:51:03.787847+0000 mon.smithi124 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51:03.788264+0000 mon.smithi124 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.936 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 2023-11-17T05:51:03.788489+0000 mon.smithi124 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 2023-11-17T05:51:03.788618+0000 mon.smithi124 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51: 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 03.788760+0000 mon.smithi124 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51 2023-11-17T05:51:20.937 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: :04.367828+0000 mon.smithi124 (mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: :51:04.554292+0000 mon.smithi139 (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: audit 2023-11-17T05:51: 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:04 smithi139 conmon[88685]: 04.554605+0000 mon.smithi124 (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T05:51:20.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:04.800106+0000 mon.smithi124 (mon.0) 443 : audit [INF] 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:04.800164+0000 mon.smithi124 (mon.0) 444 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: cluster 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 2023-11-17T05:51:04.800216+0000 mon.smithi124 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 05:51:04.800331+0000 mon.smithi124 (mon.0 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: ) 446 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:04.800613+0000 mon.smithi124 (mon.0) 447 : audit 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51: 2023-11-17T05:51:20.988 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 04.800764+0000 mon.smithi124 (mon.0) 448 : audit [INF] 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 2023-11-17T05:51:04.800958+0000 mon.smithi124 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 2023-11-17T05:51: 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 04.801093+0000 mon.smithi124 (mon.0) 450 : audit 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 17T05:51:04.803682+0000 mon.smithi139 ( 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: audit 2023-11-17T05:51:20.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 2023-11-17T05:51:04.803919+0000 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: mon.smithi124 (mon.0) 451 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: .166597+0000 mgr.smithi124.bgylrn (mgr.14180) 95 : cluster 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:05 smithi139 conmon[88685]: [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.802119+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: 452 : audit [INF] from='osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.802184+0000 mon.smithi124 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05.802238+0000 mon.smithi124 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.802734+0000 mon.smithi124 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.803000+0000 mon.smithi124 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.990 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.803530+0000 mon.smithi124 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.803786+0000 mon.smithi124 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.807333+0000 mon.smithi124 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:05.807704+0000 mon.smithi124 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.505649+0000 mon.smithi124 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.529333+0000 mon.smithi124 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: cluster 2023-11-17T05:51:06.691096+0000 mon.smithi124 (mon.0) 463 : cluster [INF] osd.5 [v2:172.21.15.139:6816/2968391717,v1:172.21.15.139:6817/2968391717] boot 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: cluster 2023-11-17T05:51:06.691125+0000 mon.smithi124 (mon.0) 464 : cluster [INF] osd.4 [v2:172.21.15.124:6818/3954793851,v1:172.21.15.124:6819/3954793851] boot 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: cluster 2023-11-17T05:51:06.691143+0000 mon.smithi124 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.691447+0000 mon.smithi124 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.691845+0000 mon.smithi124 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.692120+0000 mon.smithi124 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:06 smithi139 conmon[88685]: audit 2023-11-17T05:51:06.692299+0000 mon.smithi124 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05.365505+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05.365553+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05.581677+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:05.581725+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:07.166847+0000 mgr.smithi124.bgylrn (mgr.14180) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: cluster 2023-11-17T05:51:07.696777+0000 mon.smithi124 (mon.0) 470 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: audit 2023-11-17T05:51:07.696928+0000 mon.smithi124 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:07 smithi139 conmon[88685]: audit 2023-11-17T05:51:07.697233+0000 mon.smithi124 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: cluster 2023-11-17T05:51:08.697868+0000 mon.smithi124 (mon.0) 473 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:08.698012+0000 mon.smithi124 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:08.698297+0000 mon.smithi124 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.351835+0000 mon.smithi124 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.358282+0000 mon.smithi124 (mon.0) 477 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.360005+0000 mon.smithi124 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:09 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.692869+0000 mon.smithi124 (mon.0) 479 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: cluster 2023-11-17T05:51:09.167191+0000 mgr.smithi124.bgylrn (mgr.14180) 97 : cluster 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.753301+0000 mon.smithi139 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T05:51:20.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:09.753655+0000 mon.smithi124 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T05:51:21.019 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.359944+0000 mon.smithi124 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T05:51:21.019 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.360003+0000 mon.smithi124 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T05:51:21.047 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: cluster 2023-11-17T05:51:10.360045+0000 mon.smithi124 (mon.0) 483 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-17T05:51:21.047 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.360166+0000 mon.smithi124 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:21.047 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.360473+0000 mon.smithi124 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:21.047 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.360653+0000 mon.smithi124 (mon.0) 486 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-17T05:51:21.052 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.361548+0000 mon.smithi139 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:21.052 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:10 smithi139 conmon[88685]: audit 2023-11-17T05:51:10.361814+0000 mon.smithi124 (mon.0) 487 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-11-17T05:51:21.086 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: cluster 2023-11-17T05:51:11.167523+0000 mgr.smithi124.bgylrn (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T05:51:21.086 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.257092+0000 mon.smithi124 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.366457+0000 mon.smithi124 (mon.0) 489 : audit [INF] from='osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.366539+0000 mon.smithi124 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: cluster 2023-11-17T05:51:11.366613+0000 mon.smithi124 (mon.0) 491 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.366794+0000 mon.smithi124 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.367144+0000 mon.smithi124 (mon.0) 493 : audit [DBG] 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.370140+0000 mon.smithi124 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.370514+0000 mon.smithi124 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: cluster 2023-11-17T05:51:11.693949+0000 mon.smithi124 (mon.0) 496 : cluster [INF] osd.7 [v2:172.21.15.139:6824/4247493406,v1:172.21.15.139:6825/4247493406] boot 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: cluster 2023-11-17T05:51:11.693990+0000 mon.smithi124 (mon.0) 497 : cluster [INF] osd.6 [v2:172.21.15.124:6826/152027246,v1:172.21.15.124:6827/152027246] boot 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: cluster 2023-11-17T05:51:11.694012+0000 mon.smithi124 (mon.0) 498 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.694895+0000 mon.smithi124 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T05:51:21.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:12 smithi139 conmon[88685]: audit 2023-11-17T05:51:11.695157+0000 mon.smithi124 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: cluster 2023-11-17T05:51:10.714718+0000 osd.6 ( 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: cluster 2023-11-17T05:51:10.714782+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: cluster 2023-11-17T05:51:10.728837+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: cluster 2023-11-17T05:51:10.728882+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T05:51:21.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: audit 2023-11-17T05:51:12.679036+0000 mon.smithi124 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.089 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:13 smithi139 conmon[88685]: cluster 2023-11-17T05:51:12.692932+0000 mon.smithi124 (mon.0) 502 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-17T05:51:21.089 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:14 smithi139 conmon[88685]: cluster 2023-11-17T05:51:13.167824+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:21.089 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:14 smithi139 conmon[88685]: 99 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:21.089 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:14 smithi139 conmon[88685]: cluster 2023-11-17T05:51:13.696323+0000 mon.smithi124 (mon.0) 503 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-17T05:51:21.089 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:14 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.520133+0000 mon.smithi124 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:14.515387+0000 mgr.smithi124.bgylrn (mgr.14180) 100 : cephadm [INF] Detected new or changed devices on smithi139 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.834309+0000 mon.smithi124 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.834956+0000 mon.smithi124 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.835521+0000 mon.smithi124 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.836084+0000 mon.smithi124 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:15 smithi139 conmon[88685]: audit 2023-11-17T05:51:14.840262+0000 mon.smithi124 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:14.836548+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 101 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 4004M 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: cluster 2023-11-17T05:51:15.168120+0000 mgr.smithi124.bgylrn (mgr.14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:16.136350+0000 mon.smithi124 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:16.137653+0000 mon.smithi124 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51 2023-11-17T05:51:21.090 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: :16.138232+0000 mon.smithi124 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 2023-11-17T05:51:16.138783+0000 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: mon.smithi124 (mon.0) 513 : audit [INF] 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -11-17T05:51:16 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: .139290+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 514 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 11-17T05:51:16. 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 143048+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:21.091 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 515 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -11-17T05:51:16. 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 144424+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 516 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -17T05:51:16.144956 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 517 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:51:21.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 2023-11-17T05: 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 51:16.148884+0000 mon.smithi124 (mon 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: .0) 518 : audit [INF] 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 2023-11-17T05:51: 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 16.152399+0000 mon.smithi124 (mon.0 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: ) 519 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -11-17T05:51:16.155094 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 520 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:21.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 2023-11-17T05:51 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: :16.155968+0000 mon.smithi124 (mon. 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 0) 521 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -11-17T05:51:16. 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 156182+0000 mon.smithi124 (mon.0) 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: 522 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: audit 2023 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: -11-17T05:51:16 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: .156638+0000 mon.smithi124 (mon.0 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:16 smithi139 conmon[88685]: ) 523 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:51:21.095 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:17 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:16.130776+0000 mgr.smithi124.bgylrn (mgr.14180) 103 : cephadm 2023-11-17T05:51:21.096 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:17 smithi139 conmon[88685]: [INF] Detected new or changed devices on smithi124 2023-11-17T05:51:21.096 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:17 smithi139 conmon[88685]: cephadm 2023-11-17T05:51:16.139692+0000 mgr.smithi124.bgylrn (mgr.14180) 104 : cephadm [INF] Adjusting osd_memory_target on smithi124 to 3236M 2023-11-17T05:51:21.096 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:18 smithi139 conmon[88685]: cluster 2023-11-17T05:51:17.168416 2023-11-17T05:51:21.096 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:18 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:21.097 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:20 smithi139 conmon[88685]: cluster 2023-11-17T05:51:19.168772+0000 mgr.smithi124.bgylrn (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:21.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:20 smithi124 conmon[83794]: cluster 2023-11-17T05:51:19.168772+0000 mgr.smithi124.bgylrn (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:22.809 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:51:22.967 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:22 smithi124 conmon[83794]: cluster 2023-11-17T05:51:21.169022+0000 mgr.smithi124.bgylrn (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:23.022 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:22 smithi139 conmon[88685]: cluster 2023-11-17T05:51:21.169022+0000 mgr.smithi124.bgylrn (mgr.14180) 107 : cluster 2023-11-17T05:51:23.022 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:22 smithi139 conmon[88685]: [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:23.729 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1700200271,"num_in_osds":8,"osd_in_since":1700200239,"num_remapped_pgs":0} 2023-11-17T05:51:23.729 INFO:tasks.cephadm:Setting up client nodes... 2023-11-17T05:51:23.730 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T05:51:24.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:23 smithi139 conmon[88685]: audit 2023-11-17T05:51:22.809374+0000 mon.smithi124 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.124:0/3226488940' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T05:51:24.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:23 smithi124 conmon[83794]: audit 2023-11-17T05:51:22.809374+0000 mon.smithi124 (mon.0) 524 : 2023-11-17T05:51:24.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:23 smithi124 conmon[83794]: audit [DBG] from='client.? 172.21.15.124:0/3226488940' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T05:51:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:24 smithi124 conmon[83794]: cluster 2023-11-17T05:51:23.169451+0000 mgr.smithi124.bgylrn (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:24 smithi124 conmon[83794]: audit 2023-11-17T05:51:24.490226+0000 mon.smithi124 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:24 smithi139 conmon[88685]: cluster 2023-11-17T05:51:23.169451+0000 mgr.smithi124.bgylrn (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:24 smithi139 conmon[88685]: audit 2023-11-17T05:51:24.490226+0000 mon.smithi124 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:26.555 INFO:teuthology.orchestra.run.smithi124.stdout:[client.0] 2023-11-17T05:51:26.555 INFO:teuthology.orchestra.run.smithi124.stdout: key = AQBe/1ZlRHnbIBAAjsNZ9rQ1p3zxS4vPnYOwYA== 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:26 smithi124 conmon[83794]: cluster 2023-11-17T05:51:25.169743+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:26 smithi124 conmon[83794]: ) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:26 smithi124 conmon[83794]: audit 2023-11-17T05:51:25.956569+0000 mon.smithi124 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:26 smithi124 conmon[83794]: audit 2023-11-17T05:51:26.551104+0000 mon.smithi124 (mon.0) 527 : audit [INF] from='client.? 172.21.15.124:0/2913987926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:26 smithi124 conmon[83794]: audit 2023-11-17T05:51:26.554526+0000 mon.smithi124 (mon.0) 528 : audit [INF] from='client.? 172.21.15.124:0/2913987926' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T05:51:27.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: cluster 2023-11-17T05:51:25.169743+0000 mgr.smithi124.bgylrn (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: audit 2023-11-17T05:51:25.956569+0000 mon.smithi124 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: audit 2023-11-17T05:51:26.551104+0000 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: mon.smithi124 (mon.0) 527 : audit [INF] from='client.? 172.21.15.124:0/2913987926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: audit 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: 2023-11-17T05:51 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: :26.554526+0000 mon.smithi124 (mon.0) 528 : audit [INF] from='client.? 172.21.15.124:0/2913987926' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T05:51:27.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:26 smithi139 conmon[88685]: 2023-11-17T05:51:27.202 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T05:51:27.202 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-17T05:51:27.202 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-17T05:51:27.240 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T05:51:28.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:28 smithi139 conmon[88685]: cluster 2023-11-17T05:51:27.170145+0000 mgr.smithi124.bgylrn (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:28 smithi124 conmon[83794]: cluster 2023-11-17T05:51:27.170145+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:51:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:28 smithi124 conmon[83794]: ) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:29.186 INFO:teuthology.orchestra.run.smithi139.stdout:[client.1] 2023-11-17T05:51:29.186 INFO:teuthology.orchestra.run.smithi139.stdout: key = AQBh/1ZlC5e5ChAARCN3SA4LSkK/XxMIB0E2mw== 2023-11-17T05:51:29.826 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T05:51:29.827 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-17T05:51:29.827 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-17T05:51:29.866 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:51:30.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:29 smithi124 conmon[83794]: audit 2023-11-17T05:51:29.179445+0000 mon.smithi139 (mon.1) 18 : audit [INF] from='client.? 172.21.15.139:0/1135020628' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:30.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:29 smithi124 conmon[83794]: audit 2023-11-17T05:51:29.179771+0000 mon.smithi124 (mon.0) 529 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:30.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:29 smithi124 conmon[83794]: audit 2023-11-17T05:51:29.185082+0000 mon.smithi124 (mon.0 2023-11-17T05:51:30.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:29 smithi124 conmon[83794]: ) 530 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T05:51:30.040 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:29 smithi139 conmon[88685]: audit 2023-11-17T05:51:29.179445+0000 mon.smithi139 (mon 2023-11-17T05:51:30.040 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:29 smithi139 conmon[88685]: .1) 18 : audit [INF] from='client.? 172.21.15.139:0/1135020628' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:30.040 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:29 smithi139 conmon[88685]: audit 2023-11-17T05:51:29.179771+0000 mon.smithi124 (mon.0) 529 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T05:51:30.040 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:29 smithi139 conmon[88685]: audit 2023-11-17T05:51:29.185082+0000 mon.smithi124 (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T05:51:30.237 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:31.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:30 smithi139 conmon[88685]: cluster 2023-11-17T05:51:29.170592+0000 mgr.smithi124.bgylrn (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:31.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:30 smithi124 conmon[83794]: cluster 2023-11-17T05:51:29.170592+0000 mgr.smithi124.bgylrn (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:31.873 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:51:31.873 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":32,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:47:41.677008+0000","modified":"2023-11-17T05:51:13.691103+0000","last_up_change":"2023-11-17T05:51:11.688488+0000","last_in_change":"2023-11-17T05:50:39.117455+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:51:02.037710+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":"23","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":"810096c1-bc2d-491c-8c4f-4ba6859f1bec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6801","nonce":3517479428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6803","nonce":3517479428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6807","nonce":3517479428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6805","nonce":3517479428}]},"public_addr":"172.21.15.139:6801/3517479428","cluster_addr":"172.21.15.139:6803/3517479428","heartbeat_back_addr":"172.21.15.139:6807/3517479428","heartbeat_front_addr":"172.21.15.139:6805/3517479428","state":["exists","up"]},{"osd":1,"uuid":"7c900aa0-b6bf-4489-b043-d99dbe182353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6803","nonce":3738166410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6805","nonce":3738166410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6809","nonce":3738166410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6807","nonce":3738166410}]},"public_addr":"172.21.15.124:6803/3738166410","cluster_addr":"172.21.15.124:6805/3738166410","heartbeat_back_addr":"172.21.15.124:6809/3738166410","heartbeat_front_addr":"172.21.15.124:6807/3738166410","state":["exists","up"]},{"osd":2,"uuid":"20e00b73-efaf-48ea-90a9-228002f5c73c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6811","nonce":3857722475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6813","nonce":3857722475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6817","nonce":3857722475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6815","nonce":3857722475}]},"public_addr":"172.21.15.124:6811/3857722475","cluster_addr":"172.21.15.124:6813/3857722475","heartbeat_back_addr":"172.21.15.124:6817/3857722475","heartbeat_front_addr":"172.21.15.124:6815/3857722475","state":["exists","up"]},{"osd":3,"uuid":"5fdd9ec1-06d1-4398-9ebb-ced00abe07fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6809","nonce":1418647560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6811","nonce":1418647560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6815","nonce":1418647560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6813","nonce":1418647560}]},"public_addr":"172.21.15.139:6809/1418647560","cluster_addr":"172.21.15.139:6811/1418647560","heartbeat_back_addr":"172.21.15.139:6815/1418647560","heartbeat_front_addr":"172.21.15.139:6813/1418647560","state":["exists","up"]},{"osd":4,"uuid":"c5da1760-b97b-4c22-a91b-08a063918308","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.124:6818","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6819","nonce":3954793851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6821","nonce":3954793851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6825","nonce":3954793851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6823","nonce":3954793851}]},"public_addr":"172.21.15.124:6819/3954793851","cluster_addr":"172.21.15.124:6821/3954793851","heartbeat_back_addr":"172.21.15.124:6825/3954793851","heartbeat_front_addr":"172.21.15.124:6823/3954793851","state":["exists","up"]},{"osd":5,"uuid":"6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7","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.139:6816","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6817","nonce":2968391717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6819","nonce":2968391717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6823","nonce":2968391717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6821","nonce":2968391717}]},"public_addr":"172.21.15.139:6817/2968391717","cluster_addr":"172.21.15.139:6819/2968391717","heartbeat_back_addr":"172.21.15.139:6823/2968391717","heartbeat_front_addr":"172.21.15.139:6821/2968391717","state":["exists","up"]},{"osd":6,"uuid":"d3ad6c48-493b-4693-bd5a-73c5bd38b045","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.124:6826","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6827","nonce":152027246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6829","nonce":152027246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6832","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6833","nonce":152027246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6831","nonce":152027246}]},"public_addr":"172.21.15.124:6827/152027246","cluster_addr":"172.21.15.124:6829/152027246","heartbeat_back_addr":"172.21.15.124:6833/152027246","heartbeat_front_addr":"172.21.15.124:6831/152027246","state":["exists","up"]},{"osd":7,"uuid":"23fcd9cf-1a08-49b9-a8d8-11255f515919","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6825","nonce":4247493406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6827","nonce":4247493406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6831","nonce":4247493406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6829","nonce":4247493406}]},"public_addr":"172.21.15.139:6825/4247493406","cluster_addr":"172.21.15.139:6827/4247493406","heartbeat_back_addr":"172.21.15.139:6831/4247493406","heartbeat_front_addr":"172.21.15.139:6829/4247493406","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:55.001099+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:54.784982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.073219+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.283373+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.365555+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.581728+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.714784+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.728884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.124:0/2735561068":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/411309237":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6801/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:0/2728657248":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/1201120534":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/3122408285":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6801/2750218193":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/588168027":"2023-11-18T05:48:04.089396+0000","172.21.15.124:6801/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6800/2750218193":"2023-11-18T05:48:04.089396+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T05:51:32.476 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-17T05:51:02.037710+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-17T05:51:32.476 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-17T05:51:32.850 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:33.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:32 smithi139 conmon[88685]: cluster 2023-11-17T05:51:31.170882+0000 mgr.smithi124.bgylrn (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:33.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:32 smithi139 conmon[88685]: audit 2023-11-17T05:51:31.872014+0000 mon.smithi124 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.124:0/655688125' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:33.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:32 smithi124 conmon[83794]: cluster 2023-11-17T05:51:31 2023-11-17T05:51:33.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:32 smithi124 conmon[83794]: .170882+0000 mgr.smithi124.bgylrn (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:33.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:32 smithi124 conmon[83794]: audit 2023-11-17T05:51:31.872014+0000 mon.smithi124 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.124:0/655688125' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:34.467 INFO:teuthology.orchestra.run.smithi124.stdout:pg_num: 1 2023-11-17T05:51:34.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:34 smithi124 conmon[83794]: cluster 2023-11-17T05:51:33.171186+0000 mgr.smithi124.bgylrn (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:34.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:34 smithi124 conmon[83794]: audit 2023-11-17T05:51:34.466885+0000 mon.smithi124 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.124:0/4001948538' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T05:51:35.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:34 smithi139 conmon[88685]: cluster 2023-11-17T05:51:33.171186+0000 mgr.smithi124.bgylrn (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:35.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:34 smithi139 conmon[88685]: audit 2023-11-17T05:51:34.466885+0000 mon.smithi124 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.124:0/4001948538' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T05:51:35.076 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-17T05:51:35.076 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-17T05:51:35.076 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-17T05:51:35.437 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:36 smithi124 conmon[83794]: cluster 2023-11-17T05:51:35.171588+0000 mgr.smithi124.bgylrn (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:37.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:36 smithi139 conmon[88685]: cluster 2023-11-17T05:51:35.171588+0000 mgr.smithi124.bgylrn (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:37.070 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:51:37.684 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi124.bgylrn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6800","nonce":3954484954},{"type":"v1","addr":"172.21.15.124:6801","nonce":3954484954}]},"active_addr":"172.21.15.124:6801/3954484954","active_change":"2023-11-17T05:49:21.146698+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi139.kjyioo","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.124:8443/","prometheus":"http://172.21.15.124: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.124:0","nonce":3480304650}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.124:0","nonce":184019738}]}]} 2023-11-17T05:51:37.693 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-17T05:51:37.693 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-17T05:51:37.693 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:51:38.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:37 smithi124 conmon[83794]: audit 2023-11-17T05:51:37.064020+0000 mon.smithi124 ( 2023-11-17T05:51:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:37 smithi124 conmon[83794]: mon.0) 533 : audit [DBG] from='client.? 172.21.15.124:0/1679735555' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T05:51:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:37 smithi139 conmon[88685]: audit 2023-11-17T05:51:37.064020+0000 mon.smithi124 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.124:0/1679735555' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T05:51:38.061 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:39.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:38 smithi124 conmon[83794]: cluster 2023-11-17T05:51:37.171844+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:39.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:38 smithi124 conmon[83794]: mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:38 smithi139 conmon[88685]: cluster 2023-11-17T05:51:37.171844+0000 mgr.smithi124.bgylrn (mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:39.705 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:51:39.706 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":32,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:47:41.677008+0000","modified":"2023-11-17T05:51:13.691103+0000","last_up_change":"2023-11-17T05:51:11.688488+0000","last_in_change":"2023-11-17T05:50:39.117455+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:51:02.037710+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":"23","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":"810096c1-bc2d-491c-8c4f-4ba6859f1bec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6801","nonce":3517479428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6803","nonce":3517479428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6807","nonce":3517479428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6805","nonce":3517479428}]},"public_addr":"172.21.15.139:6801/3517479428","cluster_addr":"172.21.15.139:6803/3517479428","heartbeat_back_addr":"172.21.15.139:6807/3517479428","heartbeat_front_addr":"172.21.15.139:6805/3517479428","state":["exists","up"]},{"osd":1,"uuid":"7c900aa0-b6bf-4489-b043-d99dbe182353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6803","nonce":3738166410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6805","nonce":3738166410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6809","nonce":3738166410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6807","nonce":3738166410}]},"public_addr":"172.21.15.124:6803/3738166410","cluster_addr":"172.21.15.124:6805/3738166410","heartbeat_back_addr":"172.21.15.124:6809/3738166410","heartbeat_front_addr":"172.21.15.124:6807/3738166410","state":["exists","up"]},{"osd":2,"uuid":"20e00b73-efaf-48ea-90a9-228002f5c73c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6811","nonce":3857722475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6813","nonce":3857722475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6817","nonce":3857722475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6815","nonce":3857722475}]},"public_addr":"172.21.15.124:6811/3857722475","cluster_addr":"172.21.15.124:6813/3857722475","heartbeat_back_addr":"172.21.15.124:6817/3857722475","heartbeat_front_addr":"172.21.15.124:6815/3857722475","state":["exists","up"]},{"osd":3,"uuid":"5fdd9ec1-06d1-4398-9ebb-ced00abe07fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6809","nonce":1418647560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6811","nonce":1418647560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6815","nonce":1418647560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6813","nonce":1418647560}]},"public_addr":"172.21.15.139:6809/1418647560","cluster_addr":"172.21.15.139:6811/1418647560","heartbeat_back_addr":"172.21.15.139:6815/1418647560","heartbeat_front_addr":"172.21.15.139:6813/1418647560","state":["exists","up"]},{"osd":4,"uuid":"c5da1760-b97b-4c22-a91b-08a063918308","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.124:6818","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6819","nonce":3954793851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6821","nonce":3954793851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6825","nonce":3954793851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6823","nonce":3954793851}]},"public_addr":"172.21.15.124:6819/3954793851","cluster_addr":"172.21.15.124:6821/3954793851","heartbeat_back_addr":"172.21.15.124:6825/3954793851","heartbeat_front_addr":"172.21.15.124:6823/3954793851","state":["exists","up"]},{"osd":5,"uuid":"6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7","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.139:6816","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6817","nonce":2968391717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6819","nonce":2968391717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6823","nonce":2968391717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6821","nonce":2968391717}]},"public_addr":"172.21.15.139:6817/2968391717","cluster_addr":"172.21.15.139:6819/2968391717","heartbeat_back_addr":"172.21.15.139:6823/2968391717","heartbeat_front_addr":"172.21.15.139:6821/2968391717","state":["exists","up"]},{"osd":6,"uuid":"d3ad6c48-493b-4693-bd5a-73c5bd38b045","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.124:6826","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6827","nonce":152027246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6829","nonce":152027246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6832","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6833","nonce":152027246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6831","nonce":152027246}]},"public_addr":"172.21.15.124:6827/152027246","cluster_addr":"172.21.15.124:6829/152027246","heartbeat_back_addr":"172.21.15.124:6833/152027246","heartbeat_front_addr":"172.21.15.124:6831/152027246","state":["exists","up"]},{"osd":7,"uuid":"23fcd9cf-1a08-49b9-a8d8-11255f515919","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6825","nonce":4247493406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6827","nonce":4247493406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6831","nonce":4247493406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6829","nonce":4247493406}]},"public_addr":"172.21.15.139:6825/4247493406","cluster_addr":"172.21.15.139:6827/4247493406","heartbeat_back_addr":"172.21.15.139:6831/4247493406","heartbeat_front_addr":"172.21.15.139:6829/4247493406","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:55.001099+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:54.784982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.073219+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.283373+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.365555+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.581728+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.714784+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.728884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.124:0/2735561068":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/411309237":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6801/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:0/2728657248":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/1201120534":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/3122408285":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6801/2750218193":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/588168027":"2023-11-18T05:48:04.089396+0000","172.21.15.124:6801/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6800/2750218193":"2023-11-18T05:48:04.089396+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T05:51:40.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:39 smithi124 conmon[83794]: audit 2023-11-17T05:51:39.704385+0000 mon.smithi124 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.124:0/999499627' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:40.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:39 smithi139 conmon[88685]: audit 2023-11-17T05:51:39.704385+0000 mon.smithi124 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.124:0/999499627' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:40.283 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-17T05:51:40.283 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:51:40.645 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:41.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:40 smithi139 conmon[88685]: cluster 2023-11-17T05:51:39.172156+0000 mgr.smithi124.bgylrn (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:41.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:40 smithi124 conmon[83794]: cluster 2023-11-17T05:51:39.172156+0000 mgr.smithi124.bgylrn (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:42.256 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:51:42.256 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":32,"fsid":"b48c3fda-850c-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:47:41.677008+0000","modified":"2023-11-17T05:51:13.691103+0000","last_up_change":"2023-11-17T05:51:11.688488+0000","last_in_change":"2023-11-17T05:50:39.117455+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:51:02.037710+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":"23","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":"810096c1-bc2d-491c-8c4f-4ba6859f1bec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6801","nonce":3517479428}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6803","nonce":3517479428}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6807","nonce":3517479428}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3517479428},{"type":"v1","addr":"172.21.15.139:6805","nonce":3517479428}]},"public_addr":"172.21.15.139:6801/3517479428","cluster_addr":"172.21.15.139:6803/3517479428","heartbeat_back_addr":"172.21.15.139:6807/3517479428","heartbeat_front_addr":"172.21.15.139:6805/3517479428","state":["exists","up"]},{"osd":1,"uuid":"7c900aa0-b6bf-4489-b043-d99dbe182353","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6803","nonce":3738166410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6805","nonce":3738166410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6809","nonce":3738166410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":3738166410},{"type":"v1","addr":"172.21.15.124:6807","nonce":3738166410}]},"public_addr":"172.21.15.124:6803/3738166410","cluster_addr":"172.21.15.124:6805/3738166410","heartbeat_back_addr":"172.21.15.124:6809/3738166410","heartbeat_front_addr":"172.21.15.124:6807/3738166410","state":["exists","up"]},{"osd":2,"uuid":"20e00b73-efaf-48ea-90a9-228002f5c73c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6811","nonce":3857722475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6813","nonce":3857722475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6817","nonce":3857722475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":3857722475},{"type":"v1","addr":"172.21.15.124:6815","nonce":3857722475}]},"public_addr":"172.21.15.124:6811/3857722475","cluster_addr":"172.21.15.124:6813/3857722475","heartbeat_back_addr":"172.21.15.124:6817/3857722475","heartbeat_front_addr":"172.21.15.124:6815/3857722475","state":["exists","up"]},{"osd":3,"uuid":"5fdd9ec1-06d1-4398-9ebb-ced00abe07fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6809","nonce":1418647560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6811","nonce":1418647560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6815","nonce":1418647560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1418647560},{"type":"v1","addr":"172.21.15.139:6813","nonce":1418647560}]},"public_addr":"172.21.15.139:6809/1418647560","cluster_addr":"172.21.15.139:6811/1418647560","heartbeat_back_addr":"172.21.15.139:6815/1418647560","heartbeat_front_addr":"172.21.15.139:6813/1418647560","state":["exists","up"]},{"osd":4,"uuid":"c5da1760-b97b-4c22-a91b-08a063918308","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.124:6818","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6819","nonce":3954793851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6821","nonce":3954793851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6825","nonce":3954793851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":3954793851},{"type":"v1","addr":"172.21.15.124:6823","nonce":3954793851}]},"public_addr":"172.21.15.124:6819/3954793851","cluster_addr":"172.21.15.124:6821/3954793851","heartbeat_back_addr":"172.21.15.124:6825/3954793851","heartbeat_front_addr":"172.21.15.124:6823/3954793851","state":["exists","up"]},{"osd":5,"uuid":"6676e6a1-57c4-4d2a-b43d-f99d8c8bc2b7","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.139:6816","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6817","nonce":2968391717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6819","nonce":2968391717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6823","nonce":2968391717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":2968391717},{"type":"v1","addr":"172.21.15.139:6821","nonce":2968391717}]},"public_addr":"172.21.15.139:6817/2968391717","cluster_addr":"172.21.15.139:6819/2968391717","heartbeat_back_addr":"172.21.15.139:6823/2968391717","heartbeat_front_addr":"172.21.15.139:6821/2968391717","state":["exists","up"]},{"osd":6,"uuid":"d3ad6c48-493b-4693-bd5a-73c5bd38b045","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.124:6826","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6827","nonce":152027246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6829","nonce":152027246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6832","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6833","nonce":152027246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":152027246},{"type":"v1","addr":"172.21.15.124:6831","nonce":152027246}]},"public_addr":"172.21.15.124:6827/152027246","cluster_addr":"172.21.15.124:6829/152027246","heartbeat_back_addr":"172.21.15.124:6833/152027246","heartbeat_front_addr":"172.21.15.124:6831/152027246","state":["exists","up"]},{"osd":7,"uuid":"23fcd9cf-1a08-49b9-a8d8-11255f515919","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6825","nonce":4247493406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6827","nonce":4247493406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6831","nonce":4247493406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":4247493406},{"type":"v1","addr":"172.21.15.139:6829","nonce":4247493406}]},"public_addr":"172.21.15.139:6825/4247493406","cluster_addr":"172.21.15.139:6827/4247493406","heartbeat_back_addr":"172.21.15.139:6831/4247493406","heartbeat_front_addr":"172.21.15.139:6829/4247493406","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:55.001099+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:50:54.784982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.073219+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:00.283373+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.365555+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:05.581728+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.714784+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:51:10.728884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.124:0/2735561068":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6800/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/411309237":"2023-11-18T05:49:21.146589+0000","172.21.15.124:6801/1694945080":"2023-11-18T05:49:21.146589+0000","172.21.15.124:0/2728657248":"2023-11-18T05:48:31.882695+0000","172.21.15.124:0/1201120534":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/3122408285":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6801/2750218193":"2023-11-18T05:48:04.089396+0000","172.21.15.124:0/588168027":"2023-11-18T05:48:04.089396+0000","172.21.15.124:6801/2475977058":"2023-11-18T05:48:31.882695+0000","172.21.15.124:6800/2750218193":"2023-11-18T05:48:04.089396+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T05:51:42.843 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-17T05:51:43.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:42 smithi124 conmon[83794]: cluster 2023-11-17T05:51:41.172518+0000 mgr.smithi124.bgylrn (mgr.14180) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:43.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:42 smithi124 conmon[83794]: audit 2023-11-17T05:51:42.255285+0000 mon.smithi124 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.124:0/809135539' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:42 smithi139 conmon[88685]: cluster 2023-11-17T05:51:41.172518+0000 mgr.smithi124.bgylrn (mgr.14180) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:42 smithi139 conmon[88685]: 2023-11-17T05:51:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:42 smithi139 conmon[88685]: audit 2023-11-17T05:51:42.255285+0000 mon.smithi124 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.124:0/809135539' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T05:51:43.212 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:45.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:44 smithi124 conmon[83794]: cluster 2023-11-17T05:51:43.172844+0000 mgr.smithi124.bgylrn (mgr.14180) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:45.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:44 smithi139 conmon[88685]: cluster 2023-11-17T05:51:43.172844+0000 mgr.smithi124.bgylrn (mgr.14180) 118 : 2023-11-17T05:51:45.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:44 smithi139 conmon[88685]: cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:45.175 INFO:teuthology.orchestra.run.smithi124.stdout:68719476749 2023-11-17T05:51:45.175 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-17T05:51:45.532 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:46.850 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:46 smithi124 conmon[83794]: cluster 2023-11-17T05:51:45.173180+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:51:46.850 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:46 smithi124 conmon[83794]: mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:47.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:46 smithi139 conmon[88685]: cluster 2023-11-17T05:51:45.173180+0000 mgr.smithi124.bgylrn (mgr.14180) 119 : cluster 2023-11-17T05:51:47.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:46 smithi139 conmon[88685]: [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:47.542 INFO:teuthology.orchestra.run.smithi124.stdout:68719476749 2023-11-17T05:51:47.542 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-17T05:51:47.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:47 smithi124 conmon[83794]: cluster 2023-11-17T05:51:47.173480+0000 mgr.smithi124.bgylrn (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:47.908 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:48.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:47 smithi139 conmon[88685]: cluster 2023-11-17T05:51:47.173480+0000 mgr.smithi124.bgylrn (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:49.891 INFO:teuthology.orchestra.run.smithi124.stdout:85899345933 2023-11-17T05:51:49.891 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-17T05:51:50.253 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:50.489 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:50 smithi124 conmon[83794]: cluster 2023-11-17T05:51:49.173962+0000 mgr.smithi124.bgylrn (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:50.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:50 smithi139 conmon[88685]: cluster 2023-11-17T05:51:49.173962+0000 mgr.smithi124.bgylrn (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:52.290 INFO:teuthology.orchestra.run.smithi124.stdout:85899345933 2023-11-17T05:51:52.291 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-17T05:51:52.652 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:52.960 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:52 smithi124 conmon[83794]: cluster 2023-11-17T05:51:51.174217+0000 mgr.smithi124.bgylrn (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:52 smithi139 conmon[88685]: cluster 2023-11-17T05:51:51.174217+0000 mgr.smithi124.bgylrn (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:54.607 INFO:teuthology.orchestra.run.smithi124.stdout:107374182412 2023-11-17T05:51:54.608 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-17T05:51:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:54 smithi124 conmon[83794]: cluster 2023-11-17T05:51:53.174507+0000 mgr.smithi124.bgylrn (mgr.14180) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:54.976 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:54 smithi139 conmon[88685]: cluster 2023-11-17T05:51:53.174507+0000 mgr.smithi124.bgylrn (mgr.14180) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:57.023 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:56 smithi124 conmon[83794]: cluster 2023-11-17T05:51:55.174875+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:51:57.023 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:56 smithi124 conmon[83794]: 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:57.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:56 smithi139 conmon[88685]: cluster 2023-11-17T05:51:55.174875+0000 mgr.smithi124.bgylrn (mgr.14180) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:57.040 INFO:teuthology.orchestra.run.smithi124.stdout:107374182412 2023-11-17T05:51:57.040 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-17T05:51:57.402 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:51:59.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:51:58 smithi124 conmon[83794]: cluster 2023-11-17T05:51:57.175170+0000 mgr.smithi124.bgylrn (mgr.14180) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:59.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:51:58 smithi139 conmon[88685]: cluster 2023-11-17T05:51:57.175170+0000 mgr.smithi124.bgylrn (mgr.14180) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:51:59.497 INFO:teuthology.orchestra.run.smithi124.stdout:128849018891 2023-11-17T05:51:59.498 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-17T05:51:59.864 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:01.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:00 smithi124 conmon[83794]: cluster 2023-11-17T05:51:59.175676+0000 mgr.smithi124.bgylrn (mgr.14180) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:01.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:00 smithi139 conmon[88685]: cluster 2023-11-17T05:51:59.175676+0000 mgr.smithi124.bgylrn (mgr.14180) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:01.938 INFO:teuthology.orchestra.run.smithi124.stdout:128849018892 2023-11-17T05:52:01.939 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-17T05:52:02.302 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:02 smithi124 conmon[83794]: cluster 2023-11-17T05:52:01.176039 2023-11-17T05:52:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:02 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:02 smithi139 conmon[88685]: cluster 2023-11-17T05:52:01.176039+0000 mgr.smithi124.bgylrn (mgr.14180) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:03.853 INFO:teuthology.orchestra.run.smithi124.stdout:68719476753 2023-11-17T05:52:04.426 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2023-11-17T05:52:04.426 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-17T05:52:04.787 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:05.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:04 smithi124 conmon[83794]: cluster 2023-11-17T05:52:03.176529+0000 mgr.smithi124.bgylrn (mgr.14180) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:05.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:04 smithi124 conmon[83794]: audit 2023-11-17T05:52:03.852542+0000 mon.smithi124 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.124:0/2973007789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T05:52:05.038 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:04 smithi139 conmon[88685]: cluster 2023-11-17T05:52:03.176529+0000 mgr.smithi124.bgylrn (mgr.14180) 128 : 2023-11-17T05:52:05.039 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:04 smithi139 conmon[88685]: cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:05.040 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:04 smithi139 conmon[88685]: audit 2023-11-17T05:52:03.852542+0000 mon.smithi124 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.124:0/2973007789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T05:52:06.465 INFO:teuthology.orchestra.run.smithi124.stdout:68719476753 2023-11-17T05:52:06.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:06 smithi124 conmon[83794]: cluster 2023-11-17T05:52:05.176829+0000 mgr.smithi124.bgylrn (mgr.14180) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:06.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:06 smithi124 conmon[83794]: audit 2023-11-17T05:52:06.465186+0000 mon.smithi124 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.124:0/3530251081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T05:52:07.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:06 smithi139 conmon[88685]: cluster 2023-11-17T05:52:05.176829+0000 mgr.smithi124.bgylrn (mgr.14180) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:07.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:06 smithi139 conmon[88685]: audit 2023-11-17T05:52:06.465186+0000 mon.smithi124 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.124:0/3530251081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T05:52:07.038 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.1 2023-11-17T05:52:07.038 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-17T05:52:07.401 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:09.026 INFO:teuthology.orchestra.run.smithi124.stdout:85899345936 2023-11-17T05:52:09.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:08 smithi124 conmon[83794]: cluster 2023-11-17T05:52:07.177146+0000 mgr.smithi124.bgylrn (mgr.14180) 130 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:09.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:08 smithi139 conmon[88685]: cluster 2023-11-17T05:52:07.177146+0000 mgr.smithi124.bgylrn (mgr.14180) 130 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:09.571 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345936 for osd.2 2023-11-17T05:52:09.571 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-17T05:52:09.933 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:10.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:09 smithi124 conmon[83794]: audit 2023-11-17T05:52:09.025982+0000 mon.smithi124 (mon.0 2023-11-17T05:52:10.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:09 smithi124 conmon[83794]: ) 538 : audit [DBG] from='client.? 172.21.15.124:0/1206016474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T05:52:10.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:09 smithi139 conmon[88685]: audit 2023-11-17T05:52:09.025982+0000 mon.smithi124 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.124:0/1206016474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T05:52:10.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:10 smithi124 conmon[83794]: cluster 2023-11-17T05:52:09.177685+0000 mgr.smithi124.bgylrn (mgr.14180) 131 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:11.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:10 smithi139 conmon[88685]: cluster 2023-11-17T05:52:09.177685+0000 mgr.smithi124.bgylrn (mgr.14180) 131 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:11.475 INFO:teuthology.orchestra.run.smithi124.stdout:85899345937 2023-11-17T05:52:11.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:11 smithi124 conmon[83794]: audit 2023-11-17T05:52:11.475055+0000 mon.smithi124 (mon.0) 2023-11-17T05:52:11.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:11 smithi124 conmon[83794]: 539 : audit [DBG] from='client.? 172.21.15.124:0/3985028800' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T05:52:12.029 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345937 for osd.3 2023-11-17T05:52:12.029 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-17T05:52:12.033 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:11 smithi139 conmon[88685]: audit 2023-11-17T05:52:11.475055+0000 mon.smithi124 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.124:0/3985028800' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T05:52:12.392 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:12.971 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:12 smithi124 conmon[83794]: cluster 2023-11-17T05:52:11.178209 2023-11-17T05:52:12.980 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:12 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 132 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:13.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:12 smithi139 conmon[88685]: cluster 2023-11-17T05:52:11.178209+0000 mgr.smithi124.bgylrn (mgr.14180) 132 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:13.928 INFO:teuthology.orchestra.run.smithi124.stdout:107374182416 2023-11-17T05:52:14.487 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.4 2023-11-17T05:52:14.487 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-17T05:52:14.850 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:15.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:14 smithi124 conmon[83794]: cluster 2023-11-17T05:52:13.178536+0000 mgr.smithi124.bgylrn (mgr.14180) 133 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:15.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:14 smithi124 conmon[83794]: audit 2023-11-17T05:52:13.928451+0000 mon.smithi124 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.124:0/3743895996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T05:52:15.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:14 smithi139 conmon[88685]: cluster 2023-11-17T05:52:13.178536+0000 mgr.smithi124.bgylrn (mgr.14180) 133 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:15.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:14 smithi139 conmon[88685]: audit 2023-11-17T05:52:13.928451+0000 mon.smithi124 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.124:0/3743895996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T05:52:16.484 INFO:teuthology.orchestra.run.smithi124.stdout:107374182416 2023-11-17T05:52:16.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:16 smithi124 conmon[83794]: cluster 2023-11-17T05:52:15.178851+0000 mgr.smithi124.bgylrn (mgr.14180) 134 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:16.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:16 smithi124 conmon[83794]: audit 2023-11-17T05:52:16.484465+0000 mon.smithi124 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.124:0/981290674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T05:52:17.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:16 smithi139 conmon[88685]: cluster 2023-11-17T05:52:15.178851+0000 mgr.smithi124.bgylrn (mgr.14180) 134 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:17.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:16 smithi139 conmon[88685]: audit 2023-11-17T05:52:16.484465+0000 mon.smithi124 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.124:0/981290674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T05:52:17.061 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.5 2023-11-17T05:52:17.061 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-17T05:52:17.424 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:19.033 INFO:teuthology.orchestra.run.smithi124.stdout:128849018894 2023-11-17T05:52:19.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:18 smithi124 conmon[83794]: cluster 2023-11-17T05:52:17.179170+0000 mgr.smithi124.bgylrn (mgr.14180) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:19.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:18 smithi139 conmon[88685]: cluster 2023-11-17T05:52:17.179170+0000 mgr.smithi124.bgylrn (mgr.14180) 135 : cluster [DBG] 2023-11-17T05:52:19.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:18 smithi139 conmon[88685]: pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:19.579 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018891 got 128849018894 for osd.6 2023-11-17T05:52:19.579 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-17T05:52:19.941 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:20.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:19 smithi124 conmon[83794]: audit 2023-11-17T05:52:19.032322+0000 mon.smithi124 (mon.0) 542 2023-11-17T05:52:20.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:19 smithi124 conmon[83794]: : audit [DBG] from='client.? 172.21.15.124:0/3839880303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T05:52:20.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:19 smithi139 conmon[88685]: audit 2023-11-17T05:52:19.032322+0000 mon.smithi124 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.124:0/3839880303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T05:52:20.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:20 smithi124 conmon[83794]: cluster 2023-11-17T05:52:19.179515+0000 mgr.smithi124.bgylrn (mgr.14180) 136 2023-11-17T05:52:20.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:20 smithi124 conmon[83794]: : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:21.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:20 smithi139 conmon[88685]: cluster 2023-11-17T05:52:19.179515+0000 mgr.smithi124.bgylrn (mgr.14180) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:21.489 INFO:teuthology.orchestra.run.smithi124.stdout:128849018896 2023-11-17T05:52:21.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:21 smithi124 conmon[83794]: audit 2023-11-17T05:52:21.488346+0000 mon.smithi124 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.124:0/336251518' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T05:52:22.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:21 smithi139 conmon[88685]: audit 2023-11-17T05:52:21.488346+0000 mon.smithi124 (mon.0) 543 : audit 2023-11-17T05:52:22.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:21 smithi139 conmon[88685]: [DBG] from='client.? 172.21.15.124:0/336251518' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T05:52:22.078 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018896 for osd.7 2023-11-17T05:52:22.078 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-17T05:52:22.079 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T05:52:22.449 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:23.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:22 smithi124 conmon[83794]: cluster 2023-11-17T05:52:21.179901+0000 mgr.smithi124.bgylrn (mgr.14180) 137 2023-11-17T05:52:23.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:22 smithi124 conmon[83794]: : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:23.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:22 smithi139 conmon[88685]: cluster 2023-11-17T05:52:21.179901+0000 mgr.smithi124.bgylrn (mgr.14180) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:24.060 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:24.062 INFO:teuthology.orchestra.run.smithi124.stderr:dumped all 2023-11-17T05:52:24.612 INFO:teuthology.orchestra.run.smithi124.stdout:{"pg_ready":true,"pg_map":{"version":112,"stamp":"2023-11-17T05:52:23.180100+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":2379220,"kb_used_data":2452,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549228,"statfs":{"total":767926730752,"available":765490409472,"internally_reserved":0,"allocated":2510848,"data_stored":940313,"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":32,"state":"active+clean","last_fresh":"2023-11-17T05:51:14.046334+0000","last_change":"2023-11-17T05:51:14.046334+0000","last_active":"2023-11-17T05:51:14.046334+0000","last_peered":"2023-11-17T05:51:14.046334+0000","last_clean":"2023-11-17T05:51:14.046334+0000","last_became_active":"2023-11-17T05:51:14.046052+0000","last_became_peered":"2023-11-17T05:51:14.046052+0000","last_unstale":"2023-11-17T05:51:14.046334+0000","last_undegraded":"2023-11-17T05:51:14.046334+0000","last_fullsized":"2023-11-17T05:51:14.046334+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T05:51:02.779336+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T05:51:02.779336+0000","last_clean_scrub_stamp":"2023-11-17T05:51:02.779336+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,2,3],"acting":[7,2,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":30,"seq":128849018897,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.52600000000000002}]},{"osd":1,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.49399999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.442},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.48299999999999998}]},{"osd":3,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34599999999999997}]},{"osd":4,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.47199999999999998}]},{"osd":5,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.41699999999999998}]},{"osd":6,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.64100000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.438}]},{"osd":1,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.34000000000000002}]},{"osd":2,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.27600000000000002}]},{"osd":3,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.45900000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.379}]},{"osd":5,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.755}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.64700000000000002}]}]},{"osd":1,"up_from":16,"seq":68719476757,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:51:59 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.377}]},{"osd":2,"last update":"Fri Nov 17 05:52:05 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.34599999999999997}]},{"osd":3,"last update":"Fri Nov 17 05:52:05 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.45500000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:08 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.41399999999999998}]},{"osd":5,"last update":"Fri Nov 17 05:52:08 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.48899999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.497}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.505}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.629},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.48399999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:52:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.498}]},{"osd":3,"last update":"Fri Nov 17 05:52:04 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.41099999999999998}]},{"osd":4,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.55400000000000005}]},{"osd":5,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.433}]},{"osd":6,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.53700000000000003}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.56599999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.372}]},{"osd":1,"last update":"Fri Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.315},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.32800000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.41099999999999998}]},{"osd":4,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.40200000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.42099999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:52:11 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.39300000000000002}]},{"osd":7,"last update":"Fri Nov 17 05:52:11 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.44500000000000001}]}]},{"osd":3,"up_from":20,"seq":85899345940,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.40899999999999997}]},{"osd":1,"last update":"Fri Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.443}]},{"osd":2,"last update":"Fri Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.52400000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.503},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.54100000000000004}]},{"osd":5,"last update":"Fri Nov 17 05:52:10 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.627},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.59299999999999997}]},{"osd":6,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.55900000000000005}]},{"osd":7,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.72099999999999997}]}]},{"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":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.5}]},{"osd":1,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.19500000000000001,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"last":0.38400000000000001}]},{"osd":2,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.371},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.33600000000000002}]},{"osd":3,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.495},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.58499999999999996}]},{"osd":5,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63100000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.436},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.40999999999999998}]},{"osd":7,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.65800000000000003}]}]},{"osd":5,"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.41699999999999998}]},{"osd":1,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.79100000000000004}]},{"osd":2,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.66600000000000004}]},{"osd":3,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.441},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.48599999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.68300000000000005}]},{"osd":6,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.753}]},{"osd":7,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.64400000000000002}]}]}],"pool_statfs":[{"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T05:52:24.614 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T05:52:24.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:24 smithi124 conmon[83794]: cluster 2023-11-17T05:52:23.180243+0000 mgr.smithi124.bgylrn (mgr.14180) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:24.977 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:24 smithi139 conmon[88685]: cluster 2023-11-17T05:52:23.180243+0000 mgr.smithi124.bgylrn (mgr.14180) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:25.938 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:25 smithi124 conmon[83794]: audit 2023-11-17T05:52:24.057044+0000 mgr.smithi124.bgylrn (mgr.14180) 139 : audit [DBG] from='client.14414 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:25.938 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:25 smithi124 conmon[83794]: 2023-11-17T05:52:25.938 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:25 smithi124 conmon[83794]: cluster 2023-11-17T05:52:25.180639+0000 mgr.smithi124.bgylrn (mgr.14180) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:26.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:25 smithi139 conmon[88685]: audit 2023-11-17T05:52:24.057044+0000 mgr.smithi124.bgylrn (mgr.14180) 139 : audit [DBG] from='client.14414 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:26.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:25 smithi139 conmon[88685]: 2023-11-17T05:52:26.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:25 smithi139 conmon[88685]: cluster 2023-11-17T05:52:25.180639+0000 mgr.smithi124.bgylrn (mgr.14180) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:26.601 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:26.602 INFO:teuthology.orchestra.run.smithi124.stderr:dumped all 2023-11-17T05:52:27.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:26 smithi139 conmon[88685]: audit 2023-11-17T05:52:25.958917+0000 mon.smithi124 (mon 2023-11-17T05:52:27.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:26 smithi139 conmon[88685]: .0) 544 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:52:27.037 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:26 smithi139 conmon[88685]: audit 2023-11-17T05:52:26.598358+0000 mgr.smithi124.bgylrn (mgr.14180) 141 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:27.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:26 smithi124 conmon[83794]: audit 2023-11-17T05:52:25.958917+0000 mon.smithi124 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:52:27.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:26 smithi124 conmon[83794]: audit 2023-11-17T05:52:26.598358+0000 mgr.smithi124.bgylrn (mgr.14180) 141 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:27.416 INFO:teuthology.orchestra.run.smithi124.stdout:{"pg_ready":true,"pg_map":{"version":113,"stamp":"2023-11-17T05:52:25.180522+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":2379220,"kb_used_data":2452,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549228,"statfs":{"total":767926730752,"available":765490409472,"internally_reserved":0,"allocated":2510848,"data_stored":940313,"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":32,"state":"active+clean","last_fresh":"2023-11-17T05:51:14.046334+0000","last_change":"2023-11-17T05:51:14.046334+0000","last_active":"2023-11-17T05:51:14.046334+0000","last_peered":"2023-11-17T05:51:14.046334+0000","last_clean":"2023-11-17T05:51:14.046334+0000","last_became_active":"2023-11-17T05:51:14.046052+0000","last_became_peered":"2023-11-17T05:51:14.046052+0000","last_unstale":"2023-11-17T05:51:14.046334+0000","last_undegraded":"2023-11-17T05:51:14.046334+0000","last_fullsized":"2023-11-17T05:51:14.046334+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T05:51:02.779336+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T05:51:02.779336+0000","last_clean_scrub_stamp":"2023-11-17T05:51:02.779336+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,2,3],"acting":[7,2,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":30,"seq":128849018897,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.52600000000000002}]},{"osd":1,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.49399999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.442},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.48299999999999998}]},{"osd":3,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34599999999999997}]},{"osd":4,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.47199999999999998}]},{"osd":5,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.41699999999999998}]},{"osd":6,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.64100000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.438}]},{"osd":1,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.34000000000000002}]},{"osd":2,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.27600000000000002}]},{"osd":3,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.45900000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.379}]},{"osd":5,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.755}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.64700000000000002}]}]},{"osd":1,"up_from":16,"seq":68719476757,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:51:59 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.377}]},{"osd":2,"last update":"Fri Nov 17 05:52:05 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.34599999999999997}]},{"osd":3,"last update":"Fri Nov 17 05:52:05 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.45500000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:08 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.41399999999999998}]},{"osd":5,"last update":"Fri Nov 17 05:52:08 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.48899999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.497}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.505}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.629},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.48399999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:52:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.498}]},{"osd":3,"last update":"Fri Nov 17 05:52:04 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.41099999999999998}]},{"osd":4,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.55400000000000005}]},{"osd":5,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.433}]},{"osd":6,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.53700000000000003}]},{"osd":7,"last update":"Fri Nov 17 05:52:12 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.56599999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.372}]},{"osd":1,"last update":"Fri Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.315},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.32800000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:52:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.41099999999999998}]},{"osd":4,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.40200000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.42099999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:52:11 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.39300000000000002}]},{"osd":7,"last update":"Fri Nov 17 05:52:11 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.44500000000000001}]}]},{"osd":3,"up_from":20,"seq":85899345940,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.40899999999999997}]},{"osd":1,"last update":"Fri Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.443}]},{"osd":2,"last update":"Fri Nov 17 05:52:02 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.52400000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:52:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.503},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.54100000000000004}]},{"osd":5,"last update":"Fri Nov 17 05:52:10 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.627},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.59299999999999997}]},{"osd":6,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.55900000000000005}]},{"osd":7,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.72099999999999997}]}]},{"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":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":117311,"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 Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.5}]},{"osd":1,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.19500000000000001,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"last":0.38400000000000001}]},{"osd":2,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.371},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.33600000000000002}]},{"osd":3,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.495},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.58499999999999996}]},{"osd":5,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63100000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.436},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.40999999999999998}]},{"osd":7,"last update":"Fri Nov 17 05:52:13 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.65800000000000003}]}]},{"osd":5,"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":117676,"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 Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.41699999999999998}]},{"osd":1,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.79100000000000004}]},{"osd":2,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.66600000000000004}]},{"osd":3,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.441},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.48599999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:52:09 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.68300000000000005}]},{"osd":6,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.753}]},{"osd":7,"last update":"Fri Nov 17 05:52:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.64400000000000002}]}]}],"pool_statfs":[{"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T05:52:27.418 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-17T05:52:27.418 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-17T05:52:27.418 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-17T05:52:27.418 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-17T05:52:28.048 INFO:teuthology.orchestra.run.smithi124.stderr:Inferring config /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/mon.smithi124/config 2023-11-17T05:52:29.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:28 smithi139 conmon[88685]: cluster 2023-11-17T05:52:27.180933+0000 mgr.smithi124.bgylrn (mgr.14180) 142 : 2023-11-17T05:52:29.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:28 smithi139 conmon[88685]: cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:29.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:28 smithi139 conmon[88685]: audit 2023-11-17T05:52:27.719906+0000 mon.smithi124 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:29.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:28 smithi124 conmon[83794]: cluster 2023-11-17T05:52:27.180933+0000 mgr.smithi124.bgylrn (mgr.14180) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:29.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:28 smithi124 conmon[83794]: audit 2023-11-17T05:52:27.719906+0000 mon.smithi124 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:30.009 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:30.840 INFO:teuthology.orchestra.run.smithi124.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-17T05:52:30.840 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-17T05:52:30.841 INFO:tasks.cephadm:Setup complete, yielding 2023-11-17T05:52:30.841 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T05:52:30.852 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi124.front.sepia.ceph.com 2023-11-17T05:52:30.852 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-17T05:52:31.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:30 smithi124 conmon[83794]: cluster 2023-11-17T05:52:29.181341+0000 mgr.smithi124.bgylrn (mgr.14180) 143 2023-11-17T05:52:31.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:30 smithi124 conmon[83794]: : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:31.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:30 smithi124 conmon[83794]: audit 2023-11-17T05:52:29.999999+0000 mon.smithi124 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.124:0/3012936604' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T05:52:31.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:30 smithi139 conmon[88685]: cluster 2023-11-17T05:52:29.181341+0000 mgr.smithi124.bgylrn (mgr.14180) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:31.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:30 smithi139 conmon[88685]: audit 2023-11-17T05:52:29.999999+0000 mon.smithi124 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.124:0/3012936604' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T05:52:32.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: audit 2023-11-17T05:52:31.047874+0000 mon.smithi124 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:32.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: cluster 2023-11-17T05:52:31.181632+0000 mgr.smithi124.bgylrn (mgr.14180) 144 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:32.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: audit 2023-11-17T05:52:31.477695+0000 mon.smithi124 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:32.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: audit 2023-11-17T05:52:31.478358+0000 mon.smithi124 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:52:32.347 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: audit 2023-11-17T05:52:31.483418+0000 mon.smithi124 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:32.348 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:32 smithi124 conmon[83794]: audit 2023-11-17T05:52:31.486868+0000 mon.smithi124 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:52:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: audit 2023-11-17T05:52:31.047874+0000 mon.smithi124 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: cluster 2023-11-17T05:52:31.181632+0000 mgr.smithi124.bgylrn (mgr.14180) 144 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: audit 2023-11-17T05:52:31.477695+0000 mon.smithi124 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:52:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: T05:52:31.478358+0000 mon.smithi124 ( 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: audit 2023-11-17T05:52 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: :31.483418+0000 mon.smithi124 (mon.0) 550 : audit 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: 11-17T05:52:31.486868+0000 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: mon.smithi124 (mon.0) 551 : audit 2023-11-17T05:52:32.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:32 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:52:32.750 INFO:teuthology.orchestra.run.smithi124.stdout:Backend: cephadm 2023-11-17T05:52:32.750 INFO:teuthology.orchestra.run.smithi124.stdout:Available: Yes 2023-11-17T05:52:32.750 INFO:teuthology.orchestra.run.smithi124.stdout:Paused: No 2023-11-17T05:52:33.316 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:33 smithi124 conmon[83794]: audit 2023-11-17T05:52:32.748370+0000 mgr.smithi124.bgylrn (mgr.14180) 145 : 2023-11-17T05:52:33.317 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:33 smithi124 conmon[83794]: audit [DBG] from='client.14426 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:33.318 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-17T05:52:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:33 smithi139 conmon[88685]: audit 2023-11-17T05:52:32.748370+0000 mgr.smithi124.bgylrn (mgr.14180) 145 : audit [DBG] from='client.14426 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:34.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:34 smithi139 conmon[88685]: cluster 2023-11-17T05:52:33.181955+0000 mgr.smithi124.bgylrn (mgr.14180) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:34.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:34 smithi124 conmon[83794]: cluster 2023-11-17T05:52:33.181955+0000 mgr.smithi124.bgylrn (mgr.14180) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:35.178 INFO:teuthology.orchestra.run.smithi124.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T05:52:35.178 INFO:teuthology.orchestra.run.smithi124.stdout:alertmanager.smithi124 smithi124 *:9093,9094 running (2m) 4s ago 3m 24.8M - 0.23.0 ba2b418f427c 6f78dba85dc9 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:crash.smithi124 smithi124 running (3m) 4s ago 3m 7302k - 16.2.14-171-ged3c8e92 6be2081e30e3 d163fd98215e 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:crash.smithi139 smithi139 running (2m) 7s ago 2m 7419k - 16.2.14-171-ged3c8e92 6be2081e30e3 0170f1d55c04 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:grafana.smithi124 smithi124 *:3000 running (2m) 4s ago 3m 45.1M - 8.3.5 dad864ee21e9 1806a6592073 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:mgr.smithi124.bgylrn smithi124 *:9283 running (4m) 4s ago 4m 450M - 16.2.14-171-ged3c8e92 6be2081e30e3 50e13ad3cbb3 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:mgr.smithi139.kjyioo smithi139 *:8443,9283 running (2m) 7s ago 2m 395M - 16.2.14-171-ged3c8e92 6be2081e30e3 b8af475a3703 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:mon.smithi124 smithi124 running (4m) 4s ago 4m 83.7M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 2c6330650ec2 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:mon.smithi139 smithi139 running (2m) 7s ago 2m 74.6M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 06d1bc159283 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:node-exporter.smithi124 smithi124 *:9100 running (3m) 4s ago 3m 22.6M - 1.3.1 1dbe0e931976 73db9601bc67 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:node-exporter.smithi139 smithi139 *:9100 running (2m) 7s ago 2m 23.7M - 1.3.1 1dbe0e931976 bfe9e48d6517 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:osd.0 smithi139 running (104s) 7s ago 104s 34.4M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 d5f042c79684 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:osd.1 smithi124 running (104s) 4s ago 104s 37.0M 3236M 16.2.14-171-ged3c8e92 6be2081e30e3 35a32f2435eb 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:osd.2 smithi124 running (99s) 4s ago 99s 37.8M 3236M 16.2.14-171-ged3c8e92 6be2081e30e3 f86d004e23e7 2023-11-17T05:52:35.179 INFO:teuthology.orchestra.run.smithi124.stdout:osd.3 smithi139 running (99s) 7s ago 99s 36.6M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 53ff93a7b9b5 2023-11-17T05:52:35.180 INFO:teuthology.orchestra.run.smithi124.stdout:osd.4 smithi124 running (94s) 4s ago 94s 35.3M 3236M 16.2.14-171-ged3c8e92 6be2081e30e3 722c7ca0fa5c 2023-11-17T05:52:35.180 INFO:teuthology.orchestra.run.smithi124.stdout:osd.5 smithi139 running (94s) 7s ago 93s 35.9M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 c7d6fd96e7f3 2023-11-17T05:52:35.180 INFO:teuthology.orchestra.run.smithi124.stdout:osd.6 smithi124 running (89s) 4s ago 88s 32.9M 3236M 16.2.14-171-ged3c8e92 6be2081e30e3 c7a03bca3a3c 2023-11-17T05:52:35.180 INFO:teuthology.orchestra.run.smithi124.stdout:osd.7 smithi139 running (88s) 7s ago 88s 35.2M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 73863bbc5fac 2023-11-17T05:52:35.180 INFO:teuthology.orchestra.run.smithi124.stdout:prometheus.smithi124 smithi124 *:9095 running (2m) 4s ago 2m 51.2M - 2.33.4 514e6a882f6e 682fba7e4ec3 2023-11-17T05:52:35.759 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-17T05:52:36.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:36 smithi124 conmon[83794]: audit 2023-11-17T05:52:35 2023-11-17T05:52:36.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:36 smithi124 conmon[83794]: .169906+0000 mgr.smithi124.bgylrn (mgr.14180) 147 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:36.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:36 smithi124 conmon[83794]: cluster 2023-11-17T05:52:35.182261+0000 mgr.smithi124.bgylrn (mgr.14180) 148 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:36 smithi139 conmon[88685]: audit 2023-11-17T05:52:35.169906+0000 mgr.smithi124.bgylrn (mgr.14180) 147 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:36 smithi139 conmon[88685]: cluster 2023-11-17T05:52:35. 2023-11-17T05:52:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:36 smithi139 conmon[88685]: 182261+0000 mgr.smithi124.bgylrn (mgr.14180) 148 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:37.653 INFO:teuthology.orchestra.run.smithi124.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:alertmanager ?:9093,9094 1/1 6s ago 4m count:1 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:crash 2/2 9s ago 4m * 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:grafana ?:3000 1/1 6s ago 4m count:1 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:mgr 2/2 9s ago 4m count:2 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:mon 2/2 9s ago 3m smithi124:172.21.15.124=smithi124;smithi139:172.21.15.139=smithi139;count:2 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:node-exporter ?:9100 2/2 9s ago 4m * 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:osd.all-available-devices 8 9s ago 2m * 2023-11-17T05:52:37.654 INFO:teuthology.orchestra.run.smithi124.stdout:prometheus ?:9095 1/1 6s ago 4m count:1 2023-11-17T05:52:38.193 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-17T05:52:39.027 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:38 smithi124 conmon[83794]: cluster 2023-11-17T05:52:37.182537+0000 mgr.smithi124.bgylrn (mgr.14180) 149 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:39.027 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:38 smithi124 conmon[83794]: audit 2023-11-17T05:52:37.649961+0000 mgr.smithi124.bgylrn (mgr.14180) 150 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:38 smithi139 conmon[88685]: cluster 2023-11-17T05:52:37.182537+0000 mgr.smithi124.bgylrn (mgr.14180) 149 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:38 smithi139 conmon[88685]: audit 2023-11-17T05:52:37.649961+0000 2023-11-17T05:52:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:38 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 150 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:40.029 INFO:teuthology.orchestra.run.smithi124.stdout:HOST ADDR LABELS STATUS 2023-11-17T05:52:40.029 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 172.21.15.124 2023-11-17T05:52:40.029 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 172.21.15.139 2023-11-17T05:52:40.029 INFO:teuthology.orchestra.run.smithi124.stdout:2 hosts in cluster 2023-11-17T05:52:40.578 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-17T05:52:41.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:40 smithi124 conmon[83794]: cluster 2023-11-17T05:52:39.182842+0000 mgr.smithi124.bgylrn (mgr.14180) 151 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:41.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:40 smithi139 conmon[88685]: cluster 2023-11-17T05:52:39.182842+0000 mgr.smithi124.bgylrn (mgr.14180) 151 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:41 smithi139 conmon[88685]: audit 2023-11-17T05:52:40.028352+0000 mgr.smithi124.bgylrn (mgr.14180) 152 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:42.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:41 smithi124 conmon[83794]: audit 2023-11-17T05:52:40.028352+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:52:42.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:41 smithi124 conmon[83794]: 152 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:42.434 INFO:teuthology.orchestra.run.smithi124.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T05:52:42.434 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401B8400BGN 372G 86s ago LVM detected, locked 2023-11-17T05:52:42.434 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme1n1 ssd Linux_459c5999479cb5735b6e 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.434 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme2n1 ssd Linux_20e723b61089e47c4213 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme3n1 ssd Linux_4cb521b0f3a01169f50b 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme4n1 ssd Linux_d7002c567a77279fe3db 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N6400BGN 372G 87s ago LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme1n1 ssd Linux_f532de19fbffafcd208f 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme2n1 ssd Linux_a95e49c78b39aa260a70 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme3n1 ssd Linux_d6776190bbeb8a03a78d 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.435 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme4n1 ssd Linux_08ef52d92cfec71bcc22 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:42.950 INFO:teuthology.run_tasks:Running task vip... 2023-11-17T05:52:42.962 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-17T05:52:42.962 INFO:tasks.vip:peername 172.21.15.124 2023-11-17T05:52:42.966 INFO:tasks.vip:172.21.15.124 in 172.21.0.0/20, pos 3963 2023-11-17T05:52:42.970 INFO:tasks.vip:smithi124.front.sepia.ceph.com static 10.0.15.124, vnet 10.0.0.0/16 2023-11-17T05:52:42.970 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-17T05:52:42.971 DEBUG:teuthology.orchestra.run.smithi124:> sudo ip route ls 2023-11-17T05:52:42.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:42 smithi124 conmon[83794]: cluster 2023-11-17T05:52:41.183290+0000 mgr.smithi124.bgylrn (mgr.14180) 153 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:42.997 INFO:teuthology.orchestra.run.smithi124.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-17T05:52:42.997 INFO:teuthology.orchestra.run.smithi124.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.124 metric 100 2023-11-17T05:52:42.999 INFO:tasks.vip:Configuring 10.0.15.124 on smithi124.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T05:52:42.999 DEBUG:teuthology.orchestra.run.smithi124:> sudo ip addr add 10.0.15.124/16 dev enp3s0f1 2023-11-17T05:52:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:42 smithi139 conmon[88685]: cluster 2023-11-17T05:52:41.183290+0000 mgr.smithi124.bgylrn (mgr.14180) 153 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:43.065 INFO:tasks.vip:peername 172.21.15.139 2023-11-17T05:52:43.068 INFO:tasks.vip:172.21.15.139 in 172.21.0.0/20, pos 3978 2023-11-17T05:52:43.072 INFO:tasks.vip:smithi139.front.sepia.ceph.com static 10.0.15.139, vnet 10.0.0.0/16 2023-11-17T05:52:43.072 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip route ls 2023-11-17T05:52:43.106 INFO:teuthology.orchestra.run.smithi139.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-17T05:52:43.106 INFO:teuthology.orchestra.run.smithi139.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.139 metric 100 2023-11-17T05:52:43.107 INFO:tasks.vip:Configuring 10.0.15.139 on smithi139.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T05:52:43.107 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr add 10.0.15.139/16 dev enp3s0f1 2023-11-17T05:52:43.175 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T05:52:43.185 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi124.front.sepia.ceph.com 2023-11-17T05:52:43.185 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-17T05:52:44.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:43 smithi124 conmon[83794]: audit 2023-11-17T05:52:42.431997+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:52:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:43 smithi124 conmon[83794]: mgr.14180) 154 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:44.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:43 smithi139 conmon[88685]: audit 2023-11-17T05:52:42.431997+0000 mgr.smithi124.bgylrn (mgr.14180) 154 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:45.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:44 smithi139 conmon[88685]: cluster 2023-11-17T05:52:43.183694+0000 mgr.smithi124.bgylrn (mgr.14180) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:45.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:44 smithi124 conmon[83794]: cluster 2023-11-17T05:52:43.183694+0000 mgr.smithi124.bgylrn (mgr.14180) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:45.042 INFO:teuthology.orchestra.run.smithi124.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T05:52:45.042 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401B8400BGN 372G 88s ago LVM detected, locked 2023-11-17T05:52:45.042 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme1n1 ssd Linux_459c5999479cb5735b6e 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme2n1 ssd Linux_20e723b61089e47c4213 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme3n1 ssd Linux_4cb521b0f3a01169f50b 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi124 /dev/nvme4n1 ssd Linux_d7002c567a77279fe3db 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N6400BGN 372G 90s ago LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme1n1 ssd Linux_f532de19fbffafcd208f 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme2n1 ssd Linux_a95e49c78b39aa260a70 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme3n1 ssd Linux_d6776190bbeb8a03a78d 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.043 INFO:teuthology.orchestra.run.smithi124.stdout:smithi139 /dev/nvme4n1 ssd Linux_08ef52d92cfec71bcc22 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T05:52:45.657 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-17T05:52:45.668 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.124/16' 2023-11-17T05:52:45.668 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch apply -i - 2023-11-17T05:52:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:45 smithi124 conmon[83794]: audit 2023-11-17T05:52:45.079859+0000 mon.smithi124 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:52:46.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:45 smithi139 conmon[88685]: audit 2023-11-17T05:52:45.079859+0000 mon.smithi124 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:52:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:46 smithi124 conmon[83794]: audit 2023-11-17T05:52:45.040124+0000 mgr.smithi124.bgylrn (mgr.14180) 156 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:47.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:46 smithi124 conmon[83794]: cluster 2023-11-17T05:52:45.184018+0000 mgr.smithi124.bgylrn (mgr.14180) 157 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:47.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:46 smithi139 conmon[88685]: audit 2023-11-17T05:52:45.040124 2023-11-17T05:52:47.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:46 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 156 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:47.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:46 smithi139 conmon[88685]: cluster 2023-11-17T05:52: 2023-11-17T05:52:47.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:46 smithi139 conmon[88685]: 45.184018+0000 mgr.smithi124.bgylrn (mgr.14180) 157 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:47.965 INFO:teuthology.orchestra.run.smithi124.stdout:Scheduled rgw.foo update... 2023-11-17T05:52:47.966 INFO:teuthology.orchestra.run.smithi124.stdout:Scheduled ingress.rgw.foo update... 2023-11-17T05:52:48.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:47 smithi139 conmon[88685]: audit 2023-11-17T05:52:46.857404+0000 mon.smithi124 2023-11-17T05:52:48.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:47 smithi139 conmon[88685]: (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:48.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:47 smithi139 conmon[88685]: cluster 2023-11-17T05:52:47.184325+0000 mgr.smithi124.bgylrn (mgr.14180) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:48.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:47 smithi124 conmon[83794]: audit 2023-11-17T05:52:46.857404+0000 mon.smithi124 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:48.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:47 smithi124 conmon[83794]: cluster 2023-11-17T05:52:47.184325+0000 mgr.smithi124.bgylrn (mgr.14180) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:48.632 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T05:52:48.644 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-11-17T05:52:48.644 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:52:49.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: audit 2023-11-17T05:52:47.951298+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:52:49.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: mgr.14180) 159 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:49.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: cephadm 2023-11-17T05:52:47.956901+0000 mgr.smithi124.bgylrn (mgr.14180) 160 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-17T05:52:49.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: audit 2023-11-17T05:52:47.960618+0000 mon.smithi124 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:49.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: cephadm 2023-11-17T05:52:47.961191+0000 mgr.smithi124.bgylrn (mgr.14180) 161 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-17T05:52:49.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:48 smithi124 conmon[83794]: audit 2023-11-17T05:52:47.964583+0000 mon.smithi124 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: audit 2023-11-17T05:52:47.951298+0000 mgr.smithi124.bgylrn (mgr.14180) 159 : audit [DBG] 2023-11-17T05:52:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T05:52:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: cephadm 2023-11-17T05:52:47.956901+0000 mgr.smithi124.bgylrn (mgr.14180) 160 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-17T05:52:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: audit 2023-11-17T05:52:47.960618+0000 mon.smithi124 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:49.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: cephadm 2023-11-17T05:52:47.961191+0000 mgr.smithi124.bgylrn (mgr.14180) 161 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-17T05:52:49.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:48 smithi139 conmon[88685]: audit 2023-11-17T05:52:47.964583+0000 mon.smithi124 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:50.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:49 smithi124 conmon[83794]: cluster 2023-11-17T05:52:49.184725+0000 mgr.smithi124.bgylrn (mgr.14180) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:49 smithi139 conmon[88685]: cluster 2023-11-17T05:52:49.184725+0000 mgr.smithi124.bgylrn (mgr.14180) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:50.966 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:50.966 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:47.956958Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:52:51.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:51 smithi124 conmon[83794]: audit 2023-11-17T05:52:50.189734+0000 mon.smithi124 (mon 2023-11-17T05:52:51.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:51 smithi124 conmon[83794]: .0) 556 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:51.922 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:51 smithi124 conmon[83794]: audit 2023-11-17T05:52:50.501242+0000 mon.smithi124 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:51.923 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:51 smithi139 conmon[88685]: audit 2023-11-17T05:52:50.189734+0000 mon.smithi124 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:51.923 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:51 smithi139 conmon[88685]: audit 2023-11-17T05:52:50.501242 2023-11-17T05:52:51.923 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:51 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:52.268 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:52:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:52 smithi139 conmon[88685]: audit 2023-11-17T05:52:50.962365+0000 mgr.smithi124.bgylrn (mgr.14180) 163 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:52 smithi139 conmon[88685]: cluster 2023-11-17T05:52:51 2023-11-17T05:52:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:52 smithi139 conmon[88685]: .185114+0000 mgr.smithi124.bgylrn (mgr.14180) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:53.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:52 smithi124 conmon[83794]: audit 2023-11-17T05:52:50.962365+0000 mgr.smithi124.bgylrn (mgr.14180) 163 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:53.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:52 smithi124 conmon[83794]: cluster 2023-11-17T05:52:51.185114+0000 mgr.smithi124.bgylrn (mgr.14180) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:53.707 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:52:54.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: cluster 2023-11-17T05:52:53.185469+0000 mgr.smithi124.bgylrn (mgr.14180) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:54.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.295418+0000 mon.smithi124 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:54.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.296217+0000 mon.smithi124 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.296826+0000 mon.smithi124 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.300547+0000 mon.smithi124 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.303855+0000 mon.smithi124 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.312238+0000 mon.smithi124 (mon.0) 563 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.312671+0000 mon.smithi124 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.zabonx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.317117+0000 mon.smithi124 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.zabonx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.322637+0000 mon.smithi124 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:54.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:54 smithi124 conmon[83794]: audit 2023-11-17T05:52:54.323199+0000 mon.smithi124 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: cluster 2023-11-17T05:52:53.185469+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: .14180) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:54.295418+0000 mon.smithi124 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: 2023-11-17T05:52:54.296217+0000 mon.smithi124 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: :54.296826+0000 mon.smithi124 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:52:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: 52:54.300547+0000 mon.smithi124 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:54.303855+0000 mon.smithi124 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:54.312238+0000 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: mon.smithi124 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:54.312671 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.zabonx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T05:52:54 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: .317117+0000 mon.smithi124 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.zabonx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: 05:52:54.322637+0000 mon.smithi124 (mon.0) 566 : audit [INF] 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: audit 2023 2023-11-17T05:52:55.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: -11-17T05:52:54.323199+0000 mon.smithi124 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:55.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:54 smithi139 conmon[88685]: 2023-11-17T05:52:55.605 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:55.605 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:52:55.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:55 smithi139 conmon[88685]: cephadm 2023-11-17T05:52:54.307626+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:52:55.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:55 smithi139 conmon[88685]: 14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-17T05:52:55.932 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:55 smithi139 conmon[88685]: cephadm 2023-11-17T05:52:54.323695+0000 mgr.smithi124.bgylrn (mgr.14180) 167 : cephadm [INF] Deploying daemon rgw.foo.smithi139.zabonx on smithi139 2023-11-17T05:52:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:55 smithi124 conmon[83794]: cephadm 2023-11-17T05:52:54.307626+0000 mgr.smithi124.bgylrn (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-17T05:52:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:55 smithi124 conmon[83794]: cephadm 2023-11-17T05:52:54.323695+0000 mgr.smithi124.bgylrn (mgr.14180) 167 : cephadm [INF] Deploying daemon rgw.foo.smithi139.zabonx on smithi139 2023-11-17T05:52:56.224 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:52:57.225 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:52:57.251 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:56 smithi124 conmon[83794]: cluster 2023-11-17T05:52:55.185792+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:52:57.252 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:56 smithi124 conmon[83794]: mgr.14180) 168 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:57.252 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:56 smithi124 conmon[83794]: audit 2023-11-17T05:52:55.602050+0000 mgr.smithi124.bgylrn (mgr.14180) 169 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:57.252 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:56 smithi124 conmon[83794]: 2023-11-17T05:52:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:56 smithi139 conmon[88685]: cluster 2023-11-17T05:52:55.185792+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:52:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:56 smithi139 conmon[88685]: 14180) 168 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:56 smithi139 conmon[88685]: audit 2023-11-17T05:52:55.602050+0000 mgr.smithi124.bgylrn (mgr.14180) 169 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:52:58.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.862373+0000 mon.smithi124 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.863473+0000 mon.smithi124 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.mlwxek", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.868000+0000 mon.smithi124 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.mlwxek", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.873660+0000 mon.smithi124 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.874178+0000 mon.smithi124 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: cephadm 2023-11-17T05:52:56.874688+0000 mgr.smithi124.bgylrn (mgr.14180) 170 : cephadm [INF] Deploying daemon rgw.foo.smithi124.mlwxek on smithi124 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: cluster 2023-11-17T05:52:56.910136+0000 mon.smithi124 (mon.0) 573 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.911100+0000 mon.smithi139 (mon.1) 19 : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: audit 2023-11-17T05:52:56.912998+0000 mon.smithi124 (mon.0) 574 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T05:52:58.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:57 smithi124 conmon[83794]: cluster 2023-11-17T05:52:57.186124+0000 mgr.smithi124.bgylrn (mgr.14180) 171 : cluster [DBG] pgmap v130: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T05:52:56.862373+0000 mon.smithi124 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T05:52:56.863473+0000 mon.smithi124 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.mlwxek", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T05:52:56.868000 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.mlwxek", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T05:52:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 2023-11-17T05:52:56.873660+0000 mon.smithi124 (mon. 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 0) 571 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: T05:52:56.874178+0000 mon.smithi124 (mon. 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 0) 572 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: cephadm 2023-11-17 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: T05:52:56.874688+0000 mgr.smithi124.bgylrn (mgr.14180) 170 : cephadm [INF] 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: Deploying daemon rgw.foo.smithi124.mlwxek on smithi124 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: cluster 2023-11-17T05: 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 52:56.910136+0000 mon.smithi124 (mon.0) 573 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 05:52:56.911100+0000 mon.smithi139 (mon.1) 2023-11-17T05:52:58.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 19 : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit 2023-11-17T05:52 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: :56.912998+0000 mon.smithi124 (mon.0) 574 : 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: cluster 2023-11-17T05: 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: 52:57.186124+0000 mgr.smithi124.bgylrn (mgr.14180) 171 2023-11-17T05:52:58.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:57 smithi139 conmon[88685]: : cluster [DBG] pgmap v130: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:52:59.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:58 smithi124 conmon[83794]: audit 2023-11-17T05:52:57.916264+0000 mon.smithi124 2023-11-17T05:52:59.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:58 smithi124 conmon[83794]: (mon.0) 575 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-17T05:52:59.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:58 smithi124 conmon[83794]: cluster 2023-11-17T05:52:57.916449+0000 mon.smithi124 (mon.0) 576 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-17T05:52:59.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:58 smithi139 conmon[88685]: audit 2023-11-17T05:52:57.916264+0000 mon.smithi124 (mon.0) 575 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-17T05:52:59.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:58 smithi139 conmon[88685]: cluster 2023-11-17T05:52: 2023-11-17T05:52:59.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:58 smithi139 conmon[88685]: 57.916449+0000 mon.smithi124 (mon.0) 576 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-17T05:52:59.679 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:52:59.681 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:53:00.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: cluster 2023-11-17T05:52:58.922242 2023-11-17T05:53:00.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 577 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-17T05:53:00.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: audit 2023-11-17T05:52:58.923764+0000 mon.smithi139 (mon.1) 20 : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T05:53:00.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: audit 2023-11-17T05:52:58.925791+0000 mon.smithi124 (mon.0) 578 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T05:53:00.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: cluster 2023-11-17T05:52:59.186474+0000 mgr.smithi124.bgylrn (mgr.14180) 172 : cluster [DBG] pgmap v133: 65 pgs: 26 creating+peering, 38 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:00.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:52:59 smithi124 conmon[83794]: audit 2023-11-17T05:52:59.675156+0000 mgr.smithi124.bgylrn (mgr.14180) 173 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: cluster 2023-11-17T05:52:58.922242+0000 mon.smithi124 (mon. 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: 0) 577 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: audit 2023-11-17T05:52:58.923764+0000 mon.smithi139 (mon.1) 20 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: audit 2023-11-17T05:52:58.925791+0000 mon.smithi124 2023-11-17T05:53:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: (mon.0) 578 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T05:53:00.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: cluster 2023- 2023-11-17T05:53:00.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: 11-17T05:52:59.186474+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:53:00.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: 14180) 172 : cluster [DBG] pgmap v133: 65 pgs: 26 creating+peering, 38 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:00.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: audit 2023-11-17T05:52:59.675156+0000 2023-11-17T05:53:00.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:52:59 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 173 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:00.531 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023-11-17T05:52:59.930259+0000 mon.smithi124 (mon.0) 579 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: cluster 2023-11-17T05:52:59.930419+0000 mon.smithi124 (mon.0) 580 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.479416+0000 mon.smithi124 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.480640+0000 mon.smithi124 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.samduh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.483210+0000 mon.smithi124 (mon. 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: 0) 583 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.samduh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: 17T05:53:00.486514+0000 mon.smithi124 (mon. 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: 0) 584 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: 11-17T05:53:00.487077+0000 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: mon.smithi124 (mon.0) 585 : audit [DBG] 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: cephadm 2023 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: -11-17T05:53:00. 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: 487610+0000 mgr.smithi124.bgylrn (mgr.14180) 174 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:00 smithi124 conmon[83794]: : cephadm [INF] Deploying daemon rgw.foo.smithi139.samduh on smithi139 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:52:59.930259+0000 mon.smithi124 (mon.0) 579 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-17T05:53:01.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: cluster 2023-11-17T05:52:59.930419+0000 mon.smithi124 (mon.0) 580 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.479416+0000 mon.smithi124 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.480640+0000 mon.smithi124 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.samduh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.483210+0000 mon.smithi124 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.samduh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.486514+0000 mon.smithi124 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.487077+0000 mon.smithi124 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:53:01.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:00 smithi139 conmon[88685]: cephadm 2023-11-17T05:53:00.487610+0000 mgr.smithi124.bgylrn (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi139.samduh on smithi139 2023-11-17T05:53:01.532 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: cluster 2023-11-17T05:53:00.936969+0000 mon.smithi124 (mon.0) 586 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.938474+0000 mon.smithi124 (mon.0) 587 : audit [INF] from='client.? 172.21.15.124:0/1237200369' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.943464+0000 mon.smithi139 (mon.1) 21 : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: audit 2023-11-17T05:53:00.943771+0000 mon.smithi124 (mon.0) 588 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:01 smithi124 conmon[83794]: cluster 2023-11-17T05:53:01.186984+0000 mgr.smithi124.bgylrn (mgr.14180) 175 : cluster [DBG] pgmap v136: 97 pgs: 26 creating+peering, 70 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:01 smithi139 conmon[88685]: cluster 2023-11-17T05:53:00.936969+0000 mon.smithi124 (mon.0) 586 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T05:53:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:01 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.938474+0000 mon.smithi124 (mon.0) 587 : audit [INF] from='client.? 172.21.15.124:0/1237200369' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:01 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.943464+0000 mon.smithi139 (mon.1) 21 : audit [INF] from='client.? 172.21.15.139:0/1018552362' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:01 smithi139 conmon[88685]: audit 2023-11-17T05:53:00.943771+0000 mon.smithi124 (mon.0) 588 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T05:53:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:01 smithi139 conmon[88685]: cluster 2023-11-17T05:53:01.186984+0000 mgr.smithi124.bgylrn (mgr.14180) 175 : cluster [DBG] pgmap v136: 97 pgs: 26 creating+peering, 70 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:02 smithi139 conmon[88685]: audit 2023-11-17T05:53:01.941446+0000 mon.smithi124 ( 2023-11-17T05:53:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:02 smithi139 conmon[88685]: mon.0) 589 : audit [INF] from='client.? 172.21.15.124:0/1237200369' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T05:53:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:02 smithi139 conmon[88685]: audit 2023-11-17T05:53:01.941703+0000 mon.smithi124 (mon.0) 590 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T05:53:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:02 smithi139 conmon[88685]: cluster 2023-11-17T05:53:01.941778+0000 mon.smithi124 (mon.0) 591 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T05:53:03.107 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:02 smithi124 conmon[83794]: audit 2023-11-17T05:53:01.941446+0000 mon.smithi124 (mon.0) 589 : audit [INF] from='client.? 172.21.15.124:0/1237200369' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T05:53:03.108 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:02 smithi124 conmon[83794]: audit 2023-11-17T05:53:01.941703+0000 mon.smithi124 (mon.0) 590 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T05:53:03.108 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:02 smithi124 conmon[83794]: cluster 2023-11-17T05:53:01.941778+0000 mon.smithi124 (mon.0) 591 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T05:53:03.561 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:53:03.561 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:53:03.956 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: cluster 2023-11-17T05:53:02.947722+0000 mon.smithi124 ( 2023-11-17T05:53:21.926 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: mon.0) 592 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T05:53:21.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.948776+0000 mon.smithi124 (mon.0) 593 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.954590+0000 mon.smithi139 (mon.1) 22 : audit [INF] from='client.? 172.21.15.139:0/16156563' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.956445+0000 mon.smithi124 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.984546+0000 mon.smithi124 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:21.927 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.985646+0000 mon.smithi124 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.njfhje", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.988432+0000 mon.smithi124 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.njfhje", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.992557+0000 mon.smithi124 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:02.993216+0000 mon.smithi124 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: cephadm 2023-11-17T05:53:02.993809+0000 mgr.smithi124.bgylrn (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi124.njfhje on smithi124 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: cluster 2023-11-17T05:53:03.187408+0000 mgr.smithi124.bgylrn (mgr.14180) 177 : cluster [DBG] pgmap v139: 129 pgs: 32 unknown, 5 creating+peering, 92 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:21.928 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:03 smithi124 conmon[83794]: audit 2023-11-17T05:53:03.557866+0000 mgr.smithi124.bgylrn (mgr.14180) 178 : audit [DBG] from='client.24299 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:21.986 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:53:21.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: cluster 2023-11-17T05:53:02.947722+0000 mon.smithi124 (mon.0) 592 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T05:53:21.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:02.948776+0000 mon.smithi124 (mon.0) 593 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.989 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:53:21.991 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: 05:53:02.954590+0000 mon.smithi139 (mon.1) 22 : audit [INF] from='client.? 172.21.15.139:0/16156563' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:02.956445+0000 mon.smithi124 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T05:53:21.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:02.984546+0000 2023-11-17T05:53:21.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: mon.smithi124 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:21.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:53:21.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: 53:02.985646+0000 mon.smithi124 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.njfhje", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T05:53:22.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T05:53:22.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: 05:53:02.988432+0000 mon.smithi124 (mon.0) 597 : 2023-11-17T05:53:22.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi124.njfhje", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T05:53:22.060 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:02 2023-11-17T05:53:22.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: .992557+0000 mon.smithi124 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:22.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: 2023-11-17T05:53:02.993216+0000 mon.smithi124 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:53:22.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: cephadm 2023-11-17T05:53:02.993809+0000 mgr.smithi124.bgylrn (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi124.njfhje on smithi124 2023-11-17T05:53:22.061 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: cluster 2023-11-17T05:53:03.187408+0000 mgr.smithi124.bgylrn (mgr.14180) 177 : cluster [DBG] pgmap v139: 129 pgs: 32 unknown, 5 creating+peering, 92 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:03 smithi139 conmon[88685]: audit 2023-11-17T05:53:03.557866+0000 mgr.smithi124.bgylrn (mgr.14180) 178 : audit [DBG] from='client.24299 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023-11-17T05:53:03.949400+0000 mon.smithi124 (mon.0) 600 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023-11-17T05:53:03.949572+0000 mon.smithi124 (mon.0) 601 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: cluster 2023-11-17T05:53:03.949673+0000 mon.smithi124 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T05:53:22.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 2023-11-17T05:53:22.063 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:53:22.063 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 53:03.953049+0000 mon.smithi124 (mon.0) 603 : 2023-11-17T05:53:22.063 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.063 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T05:53:22.063 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: T05:53:03.965812+0000 mon.smithi139 (mon. 2023-11-17T05:53:22.064 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 1) 23 : audit [INF] from='client.? 172.21.15.139:0/16156563' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.064 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:53:22.064 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 11-17T05:53:03.986720+0000 2023-11-17T05:53:22.064 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: mon.smithi124 (mon.0) 604 : audit [INF] 2023-11-17T05:53:22.064 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.065 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023-11-17T05:53:22.065 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 2023-11-17T05:53: 2023-11-17T05:53:22.065 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 04.953396+0000 mon.smithi124 (mon.0 2023-11-17T05:53:22.065 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: ) 605 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T05:53:22.065 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: audit 2023- 2023-11-17T05:53:22.066 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 11-17T05:53:04.953464+0000 2023-11-17T05:53:22.066 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: mon.smithi124 (mon.0) 606 : audit 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: cluster 2023- 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: 11-17T05:53:04.953509 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 607 : cluster 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:04 smithi139 conmon[88685]: [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:05 smithi139 conmon[88685]: cluster 2023-11-17T05:53:05.187792+0000 mgr.smithi124.bgylrn (mgr.14180) 179 : 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:05 smithi139 conmon[88685]: cluster [DBG] pgmap v142: 129 pgs: 32 unknown, 5 creating+peering, 92 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: audit 2023-11-17T05:53:06.118616+0000 mon.smithi124 ( 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: audit 2023-11-17T05:53:06.124210+0000 mon.smithi124 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: cephadm 2023-11-17T05:53:06.135823+0000 mgr.smithi124.bgylrn (mgr.14180) 180 : cephadm [INF] 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: Deploying daemon haproxy.rgw.foo.smithi139.dwiicq on smithi139 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:07 smithi139 conmon[88685]: 53:06.347117+0000 mon.smithi124 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:08 smithi139 conmon[88685]: cluster 2023-11-17T05:53:07.188248+0000 mgr.smithi124.bgylrn (mgr.14180) 181 : cluster [DBG] pgmap v143: 129 pgs: 22 unknown, 107 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 3.3 KiB/s wr, 456 op/s 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:10 smithi139 conmon[88685]: cluster 2023-11-17T05:53:09.188986+0000 mgr.smithi124.bgylrn (mgr.14180) 182 : cluster 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:10 smithi139 conmon[88685]: [DBG] pgmap v144: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 485 KiB/s rd, 5.3 KiB/s wr, 813 op/s 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:12 smithi139 conmon[88685]: cluster 2023-11-17T05:53:11.189401+0000 mgr.smithi124.bgylrn (mgr.14180) 183 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 379 KiB/s rd, 4.1 KiB/s wr, 634 op/s 2023-11-17T05:53:22.082 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:12 smithi139 conmon[88685]: 2023-11-17T05:53:22.083 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:14 smithi139 conmon[88685]: cluster 2023-11-17T05:53:13.190062+0000 mgr.smithi124.bgylrn (mgr.14180) 184 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 378 KiB/s rd, 3.6 KiB/s wr, 624 op/s 2023-11-17T05:53:22.083 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:16 smithi139 conmon[88685]: cluster 2023-11-17T05:53:15.190510+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:53:22.083 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:16 smithi139 conmon[88685]: 185 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 KiB/s rd, 3.2 KiB/s wr, 563 op/s 2023-11-17T05:53:22.135 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:17 smithi139 conmon[88685]: audit 2023-11-17T05:53:16.355480+0000 mon.smithi124 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.135 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:18 smithi139 conmon[88685]: cluster 2023-11-17T05:53:17.191063+0000 mgr.smithi124.bgylrn (mgr.14180) 186 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 292 KiB/s rd, 2.7 KiB/s wr, 482 op/s 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:20 smithi139 conmon[88685]: cluster 2023-11-17T05:53:19.191824+0000 mgr.smithi124.bgylrn (mgr.14180) 187 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 KiB/s rd, 1.6 KiB/s wr, 321 op/s 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.174048+0000 mon.smithi124 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.174279+0000 mon.smithi124 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.174493+0000 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: mon.smithi124 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.d", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: 53:21.174689+0000 mon.smithi124 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [3, 2]}]: dispatch 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: 17T05:53:21.174898+0000 mon.smithi124 (mon.0) 616 : audit [INF] 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.3", "id": [1, 4]}]: dispatch 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: audit 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: 2023-11-17T05:53:21.175094+0000 mon.smithi124 (mon.0) 2023-11-17T05:53:22.136 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:21 smithi139 conmon[88685]: 617 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]: dispatch 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:03.949400+0000 mon.smithi124 (mon.0) 600 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:03.949572+0000 mon.smithi124 (mon.0) 601 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: cluster 2023-11-17T05:53:03. 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 949673+0000 mon.smithi124 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T05:53:22.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023- 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 11-17T05:53:03.953049+0000 mon.smithi124 (mon.0) 603 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:03.965812+0000 mon.smithi139 (mon.1) 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 23 : audit [INF] from='client.? 172.21.15.139:0/16156563' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 2023-11-17T05: 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 53:03.986720+0000 mon.smithi124 (mon. 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 0) 604 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 2023-11-17T05:53:04.953396+0000 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: mon.smithi124 (mon.0) 605 : audit [INF] from='client.? 172.21.15.124:0/3664592156' entity='client.rgw.foo.smithi124.mlwxek' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T05:53:22.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: audit 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 2023-11-17T05:53:04.953464+0000 mon.smithi124 ( 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi139.zabonx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: cluster 2023-11-17T05:53:04 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: .953509+0000 mon.smithi124 (mon.0) 607 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:04 smithi124 conmon[83794]: 2023-11-17T05:53:22.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:05 smithi124 conmon[83794]: cluster 2023-11-17T05:53:05.187792+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:53:22.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:05 smithi124 conmon[83794]: ) 179 : cluster [DBG] pgmap v142: 129 pgs: 32 unknown, 5 creating+peering, 92 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:22.265 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:07 smithi124 conmon[83794]: audit 2023-11-17T05:53:06.118616+0000 mon.smithi124 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.265 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:07 smithi124 conmon[83794]: audit 2023-11-17T05:53:06.124210+0000 mon.smithi124 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.266 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:07 smithi124 conmon[83794]: cephadm 2023-11-17T05:53:06.135823+0000 mgr.smithi124.bgylrn (mgr.14180) 180 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.dwiicq on smithi139 2023-11-17T05:53:22.266 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:07 smithi124 conmon[83794]: audit 2023-11-17T05:53:06.347117+0000 mon.smithi124 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.268 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:08 smithi124 conmon[83794]: cluster 2023-11-17T05:53:07.188248+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:53:22.269 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:08 smithi124 conmon[83794]: .14180) 181 : cluster [DBG] pgmap v143: 129 pgs: 22 unknown, 107 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 3.3 KiB/s wr, 456 op/s 2023-11-17T05:53:22.270 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:10 smithi124 conmon[83794]: cluster 2023-11-17T05:53:09.188986+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:53:22.272 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:10 smithi124 conmon[83794]: 14180) 182 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 485 KiB/s rd, 5.3 KiB/s wr, 813 op/s 2023-11-17T05:53:22.272 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:12 smithi124 conmon[83794]: cluster 2023-11-17T05:53:11.189401+0000 mgr.smithi124.bgylrn (mgr.14180) 183 : cluster [DBG] 2023-11-17T05:53:22.273 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:12 smithi124 conmon[83794]: pgmap v145: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 379 KiB/s rd, 4.1 KiB/s wr, 634 op/s 2023-11-17T05:53:22.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:14 smithi124 conmon[83794]: cluster 2023-11-17T05:53:13.190062+0000 mgr.smithi124.bgylrn (mgr.14180) 184 : cluster [DBG] 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:14 smithi124 conmon[83794]: pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 378 KiB/s rd, 3.6 KiB/s wr, 624 op/s 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:16 smithi124 conmon[83794]: cluster 2023-11-17T05:53:15.190510+0000 mgr.smithi124.bgylrn 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:16 smithi124 conmon[83794]: (mgr.14180) 185 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 KiB/s rd, 3.2 KiB/s wr, 563 op/s 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:17 smithi124 conmon[83794]: audit 2023-11-17T05:53:16.355480+0000 mon.smithi124 (mon.0) 611 : audit [INF] 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:17 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:22.323 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:18 smithi124 conmon[83794]: cluster 2023-11-17T05: 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:18 smithi124 conmon[83794]: 53:17.191063+0000 mgr.smithi124.bgylrn (mgr.14180) 186 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 292 KiB/s rd, 2.7 KiB/s wr, 482 op/s 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:20 smithi124 conmon[83794]: cluster 2023-11-17T05:53:19.191824+0000 mgr.smithi124.bgylrn (mgr.14180) 187 : cluster 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:20 smithi124 conmon[83794]: [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 KiB/s rd, 1.6 KiB/s wr, 321 op/s 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.174048+0000 mon.smithi124 (mon.0) 612 : audit 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.324 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.174279+0000 mon.smithi124 ( 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11- 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: 17T05:53:21.174493+0000 mon.smithi124 (mon.0 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: ) 614 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.d", "id": [0, 2]}]: dispatch 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T05:53:22.325 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: 05:53:21.174689+0000 mon.smithi124 (mon.0) 615 : audit [INF] 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [3, 2]}]: dispatch 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11-17 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: T05:53:21.174898+0000 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: mon.smithi124 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.3", "id": [1, 4]}]: dispatch 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: 2023-11-17T05:53:22.326 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: audit 2023-11-17T05 2023-11-17T05:53:22.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: :53:21.175094+0000 mon.smithi124 (mon.0 2023-11-17T05:53:22.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:21 smithi124 conmon[83794]: ) 617 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]: dispatch 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: cluster 2023-11-17T05:53:21.192244+0000 mgr.smithi124.bgylrn (mgr.14180) 188 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.372606+0000 mon.smithi124 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [0, 2]}]': finished 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.372708+0000 mon.smithi124 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [0, 2]}]': finished 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.372816+0000 mon.smithi124 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.d", "id": [0, 2]}]': finished 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.372884+0000 mon.smithi124 (mon. 2023-11-17T05:53:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: 0) 621 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [3, 2]}]': finished 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53:21.372938+0000 mon.smithi124 (mon.0) 622 : 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.3", "id": [1, 4]}]': finished 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: audit 2023-11-17T05:53: 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: 21.373014+0000 mon.smithi124 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]': finished 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: cluster 2023-11-17T05:53:21.373070+0000 mon.smithi124 (mon.0) 624 2023-11-17T05:53:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:22 smithi124 conmon[83794]: : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-17T05:53:22.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: cluster 2023-11-17T05:53:21.192244+0000 mgr.smithi124.bgylrn (mgr.14180) 188 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T05:53:22.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: 2023-11-17T05:53:22.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.372606+0000 mon.smithi124 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [0, 2]}]': finished 2023-11-17T05:53:22.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.372708+0000 mon.smithi124 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [0, 2]}]': finished 2023-11-17T05:53:22.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.372816+0000 mon.smithi124 (mon. 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: 0) 620 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.d", "id": [0, 2]}]': finished 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53:21.372884+0000 mon.smithi124 (mon.0) 621 : audit 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [3, 2]}]': finished 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: 2023-11-17T05:53:21.372938+0000 mon.smithi124 (mon.0 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: ) 622 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.3", "id": [1, 4]}]': finished 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: audit 2023-11-17T05:53 2023-11-17T05:53:22.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: :21.373014+0000 mon.smithi124 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]': finished 2023-11-17T05:53:22.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: cluster 2023 2023-11-17T05:53:22.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: -11-17T05:53:21.373070+0000 mon.smithi124 ( 2023-11-17T05:53:22.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:22 smithi139 conmon[88685]: mon.0) 624 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-17T05:53:22.987 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:53:23.673 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:23 smithi124 conmon[83794]: cluster 2023-11-17T05:53:22.374586+0000 mon.smithi124 (mon.0 2023-11-17T05:53:54.650 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:23 smithi124 conmon[83794]: ) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-17T05:53:54.653 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:24 smithi124 conmon[83794]: cluster 2023-11-17T05:53:23.192791+0000 mgr.smithi124.bgylrn (mgr.14180) 189 : cluster 2023-11-17T05:53:54.653 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:24 smithi124 conmon[83794]: [DBG] pgmap v153: 129 pgs: 1 activating, 1 peering, 127 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.661 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:53:54.661 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:53:54.662 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:53:54.664 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:23 smithi139 conmon[88685]: cluster 2023-11-17T05:53:22.374586+0000 mon.smithi124 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-17T05:53:54.664 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:24 smithi139 conmon[88685]: cluster 2023-11-17T05:53:23.192791+0000 mgr.smithi124.bgylrn (mgr.14180) 189 : cluster [DBG] pgmap v153: 129 pgs: 1 activating, 1 peering, 127 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.664 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:26 smithi139 conmon[88685]: cluster 2023-11-17T05:53:25.193130+0000 mgr.smithi124.bgylrn (mgr.14180) 190 : cluster [DBG] pgmap v154: 129 pgs: 1 activating, 1 peering, 127 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.704 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:26 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:53:54.704 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:26 smithi139 conmon[88685]: 17T05:53:25.349195+0000 mgr.smithi124.bgylrn (mgr.14180) 191 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:54.704 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:27 smithi139 conmon[88685]: cluster 2023-11-17T05:53:27.193829+0000 mgr.smithi124.bgylrn (mgr.14180) 192 : 2023-11-17T05:53:54.704 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:27 smithi139 conmon[88685]: cluster [DBG] pgmap v155: 129 pgs: 1 activating, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.704 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:30 smithi139 conmon[88685]: cluster 2023-11-17T05:53:29.194614+0000 mgr.smithi124.bgylrn (mgr.14180) 193 : 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:30 smithi139 conmon[88685]: cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:32 smithi139 conmon[88685]: cluster 2023-11-17T05:53:31.195085+0000 mgr.smithi124.bgylrn (mgr.14180) 194 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:32 smithi139 conmon[88685]: : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 B/s, 0 objects/s recovering 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:34 smithi139 conmon[88685]: cluster 2023-11-17T05:53:33.195726+0000 mgr.smithi124.bgylrn (mgr.14180) 195 : cluster [DBG] 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:34 smithi139 conmon[88685]: pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 B/s, 0 objects/s recovering 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:36 smithi139 conmon[88685]: cluster 2023-11-17T05:53:35.196257+0000 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:36 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 196 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:37 smithi139 conmon[88685]: audit 2023-11-17T05:53:36.371888+0000 mon.smithi124 (mon.0) 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:37 smithi139 conmon[88685]: 626 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:38 smithi139 conmon[88685]: cluster 2023-11-17T05:53:37.196927+0000 mgr.smithi124.bgylrn (mgr.14180) 197 : cluster [DBG] 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:38 smithi139 conmon[88685]: pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:40 smithi139 conmon[88685]: cluster 2023-11-17T05:53:39.197577+0000 mgr.smithi124.bgylrn (mgr.14180) 198 2023-11-17T05:53:54.705 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:40 smithi139 conmon[88685]: : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:42 smithi139 conmon[88685]: cluster 2023-11-17T05:53:41.198117+0000 mgr.smithi124.bgylrn (mgr.14180) 199 : cluster 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:42 smithi139 conmon[88685]: [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:44 smithi139 conmon[88685]: cluster 2023-11-17T05:53:43.198921+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:44 smithi139 conmon[88685]: 200 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:46 smithi139 conmon[88685]: cluster 2023-11-17T05:53:45.199349+0000 mgr.smithi124.bgylrn (mgr.14180) 201 : cluster [DBG] 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:46 smithi139 conmon[88685]: pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:47 smithi139 conmon[88685]: cluster 2023-11-17T05:53:47.199864+0000 mgr.smithi124.bgylrn (mgr.14180) 202 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:47 smithi139 conmon[88685]: : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:50 smithi139 conmon[88685]: cluster 2023-11-17T05:53:49.200693+0000 mgr.smithi124.bgylrn (mgr.14180) 203 : cluster [DBG] 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:50 smithi139 conmon[88685]: pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:52 smithi139 conmon[88685]: cluster 2023-11-17T05:53:51.201228+0000 mgr.smithi124.bgylrn (mgr.14180) 204 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:52 smithi139 conmon[88685]: 2023-11-17T05:53:54.706 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:54 smithi139 conmon[88685]: cluster 2023-11-17T05:53:53.202072+0000 mgr.smithi124.bgylrn (mgr.14180) 205 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:26 smithi124 conmon[83794]: cluster 2023-11-17T05:53:25.193130+0000 mgr.smithi124.bgylrn (mgr.14180) 190 : cluster [DBG] pgmap v154: 129 pgs: 1 activating, 1 peering, 127 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:26 smithi124 conmon[83794]: audit 2023-11-17T05:53:25.349195+0000 mgr.smithi124.bgylrn (mgr.14180) 191 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:54.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:27 smithi124 conmon[83794]: cluster 2023-11-17T05:53:27.193829+0000 mgr.smithi124.bgylrn (mgr.14180) 192 : cluster [DBG] pgmap v155: 129 pgs: 1 activating, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:30 smithi124 conmon[83794]: cluster 2023-11-17T05:53:29.194614+0000 mgr.smithi124.bgylrn (mgr.14180) 193 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 B/s, 0 objects/s recovering 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:32 smithi124 conmon[83794]: cluster 2023-11-17T05:53:31.195085+0000 mgr.smithi124.bgylrn (mgr.14180) 194 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 B/s, 0 objects/s recovering 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:32 smithi124 conmon[83794]: 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:34 smithi124 conmon[83794]: cluster 2023-11-17T05:53:33.195726+0000 mgr.smithi124.bgylrn (mgr.14180) 195 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 B/s, 0 objects/s recovering 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:36 smithi124 conmon[83794]: cluster 2023-11-17T05:53:35.196257+0000 mgr.smithi124.bgylrn (mgr.14180) 196 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:36 smithi124 conmon[83794]: 2023-11-17T05:53:54.708 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:37 smithi124 conmon[83794]: audit 2023-11-17T05:53:36.371888+0000 mon.smithi124 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:53:54.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:37 smithi124 conmon[83794]: 2023-11-17T05:53:54.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:38 smithi124 conmon[83794]: cluster 2023-11-17T05:53:37.196927+0000 mgr.smithi124.bgylrn (mgr.14180) 197 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:38 smithi124 conmon[83794]: 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:40 smithi124 conmon[83794]: cluster 2023-11-17T05:53:39.197577+0000 mgr.smithi124.bgylrn (mgr.14180) 198 : cluster [DBG] 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:40 smithi124 conmon[83794]: pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:42 smithi124 conmon[83794]: cluster 2023-11-17T05:53:41.198117+0000 mgr.smithi124.bgylrn (mgr.14180) 199 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:44 smithi124 conmon[83794]: cluster 2023-11-17T05:53:43.198921+0000 mgr.smithi124.bgylrn (mgr.14180) 200 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:46 smithi124 conmon[83794]: cluster 2023-11-17T05:53:45.199349+0000 mgr.smithi124.bgylrn (mgr.14180) 201 : cluster [DBG] 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:46 smithi124 conmon[83794]: pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:47 smithi124 conmon[83794]: cluster 2023-11-17T05:53:47.199864+0000 mgr.smithi124.bgylrn (mgr.14180) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:50 smithi124 conmon[83794]: cluster 2023-11-17T05:53:49.200693+0000 mgr.smithi124.bgylrn (mgr.14180) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:52 smithi124 conmon[83794]: cluster 2023-11-17T05:53:51.201228+0000 mgr.smithi124.bgylrn (mgr.14180) 204 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:52 smithi124 conmon[83794]: 2023-11-17T05:53:54.800 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:54 smithi124 conmon[83794]: cluster 2023-11-17T05:53:53.202072+0000 mgr.smithi124.bgylrn (mgr.14180) 205 : cluster [DBG] 2023-11-17T05:53:54.801 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:54 smithi124 conmon[83794]: pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:55.662 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:53:56.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:56 smithi139 conmon[88685]: cluster 2023-11-17T05:53:55.202509+0000 mgr.smithi124.bgylrn (mgr.14180) 206 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:56.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:56 smithi124 conmon[83794]: cluster 2023-11-17T05:53:55.202509+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:53:56.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:56 smithi124 conmon[83794]: ) 206 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:57.723 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:53:57.723 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:53:58.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:57 smithi124 conmon[83794]: cluster 2023-11-17T05:53:57.202904+0000 mgr.smithi124.bgylrn (mgr.14180) 207 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:58.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:53:57 smithi124 conmon[83794]: audit 2023-11-17T05:53:57.719044+0000 mgr.smithi124.bgylrn (mgr.14180) 208 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:58.274 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:53:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:57 smithi139 conmon[88685]: cluster 2023-11-17T05:53:57.202904+0000 mgr.smithi124.bgylrn (mgr.14180) 207 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:53:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:53:57 smithi139 conmon[88685]: audit 2023-11-17T05:53:57.719044+0000 mgr.smithi124.bgylrn (mgr.14180) 208 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:53:59.279 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:00.527 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:00 smithi124 conmon[83794]: cluster 2023-11-17T05:53:59.203701+0000 mgr.smithi124.bgylrn 2023-11-17T05:54:00.528 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:00 smithi124 conmon[83794]: (mgr.14180) 209 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:00.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:00 smithi139 conmon[88685]: cluster 2023-11-17T05:53:59.203701+0000 mgr.smithi124.bgylrn (mgr.14180) 209 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:00.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:00 smithi139 conmon[88685]: 2023-11-17T05:54:01.188 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:01.188 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:01.747 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:02.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:02 smithi124 conmon[83794]: audit 2023-11-17T05:54:01.182748+0000 mgr.smithi124.bgylrn (mgr.14180) 210 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:02.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:02 smithi124 conmon[83794]: cluster 2023-11-17T05:54:01.204136+0000 mgr.smithi124.bgylrn (mgr.14180) 211 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:02.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:02 smithi139 conmon[88685]: audit 2023-11-17T05:54:01.182748+0000 mgr.smithi124.bgylrn (mgr.14180) 210 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:02.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:02 smithi139 conmon[88685]: cluster 2023-11-17T05:54:01.204136+0000 mgr.smithi124.bgylrn (mgr.14180) 211 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:02.748 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:04 smithi139 conmon[88685]: cluster 2023-11-17T05:54:03.204907+0000 mgr.smithi124.bgylrn (mgr.14180) 212 : cluster [DBG] 2023-11-17T05:54:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:04 smithi139 conmon[88685]: pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:04 smithi124 conmon[83794]: cluster 2023-11-17T05:54:03.204907+0000 mgr.smithi124.bgylrn (mgr.14180) 212 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:04.535 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:04.535 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:05.114 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:05.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:05 smithi124 conmon[83794]: audit 2023-11-17T05:54:04.530984+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:54:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:05 smithi124 conmon[83794]: ) 213 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:05 smithi139 conmon[88685]: audit 2023-11-17T05:54:04.530984+0000 mgr.smithi124.bgylrn (mgr.14180) 213 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:05 smithi139 conmon[88685]: 2023-11-17T05:54:06.115 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:06.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:06 smithi139 conmon[88685]: cluster 2023-11-17T05:54:05.205412+0000 mgr.smithi124.bgylrn (mgr.14180) 214 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:06.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:06 smithi139 conmon[88685]: 2023-11-17T05:54:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:06 smithi124 conmon[83794]: cluster 2023-11-17T05:54:05.205412+0000 mgr.smithi124.bgylrn (mgr.14180) 214 2023-11-17T05:54:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:06 smithi124 conmon[83794]: : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:08.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:07 smithi124 conmon[83794]: cluster 2023-11-17T05:54:07.205993+0000 mgr.smithi124.bgylrn (mgr.14180) 215 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:08.084 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:08.084 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:07 smithi139 conmon[88685]: cluster 2023-11-17T05:54:07.205993+0000 mgr.smithi124.bgylrn (mgr.14180) 215 : cluster 2023-11-17T05:54:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:07 smithi139 conmon[88685]: [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:08.674 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:09.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:08 smithi124 conmon[83794]: audit 2023-11-17T05:54:08.080589+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:54:09.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:08 smithi124 conmon[83794]: 14180) 216 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:08 smithi139 conmon[88685]: audit 2023-11-17T05:54:08.080589+0000 mgr.smithi124.bgylrn (mgr.14180) 216 : audit [DBG] 2023-11-17T05:54:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:08 smithi139 conmon[88685]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:09.676 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:10.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:09 smithi124 conmon[83794]: cluster 2023-11-17T05:54:09.206579 2023-11-17T05:54:10.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:09 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 217 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:10.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:09 smithi139 conmon[88685]: cluster 2023-11-17T05:54:09.206579+0000 mgr.smithi124.bgylrn (mgr.14180) 217 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:11.641 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:11.642 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:12.213 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:12.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:12 smithi124 conmon[83794]: cluster 2023-11-17T05:54:11.207126+0000 mgr.smithi124.bgylrn (mgr.14180) 218 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:12.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:12 smithi124 conmon[83794]: audit 2023-11-17T05:54:11.638520+0000 mgr.smithi124.bgylrn (mgr.14180) 219 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:12.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:12 smithi139 conmon[88685]: cluster 2023-11-17T05:54:11.207126+0000 mgr.smithi124.bgylrn (mgr.14180) 218 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:12.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:12 smithi139 conmon[88685]: audit 2023-11-17T05:54:11.638520 2023-11-17T05:54:12.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:12 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 219 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:13.214 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:14 smithi139 conmon[88685]: cluster 2023-11-17T05:54:13.207733+0000 mgr.smithi124.bgylrn (mgr.14180) 220 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:14.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:14 smithi124 conmon[83794]: cluster 2023-11-17T05:54:13.207733+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:54:14.541 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:14 smithi124 conmon[83794]: 14180) 220 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:15.003 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:15.003 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:15.553 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:16.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:16 smithi139 conmon[88685]: audit 2023-11-17T05:54:14.999958+0000 mgr.smithi124.bgylrn (mgr.14180) 221 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:16.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:16 smithi139 conmon[88685]: cluster 2023-11-17T05:54:15.208039 2023-11-17T05:54:16.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:16 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 222 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:16.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:16 smithi124 conmon[83794]: audit 2023-11-17T05:54:14.999958+0000 mgr.smithi124.bgylrn (mgr.14180) 221 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:16.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:16 smithi124 conmon[83794]: cluster 2023-11-17T05:54:15.208039+0000 mgr.smithi124.bgylrn (mgr.14180) 222 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:16.555 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:18.024 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:17 smithi124 conmon[83794]: cluster 2023-11-17T05:54:17.208525+0000 mgr.smithi124.bgylrn (mgr.14180) 223 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:18.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:17 smithi139 conmon[88685]: cluster 2023-11-17T05:54:17.208525+0000 mgr.smithi124.bgylrn (mgr.14180) 223 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:18.401 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:18.402 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:18.988 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:19.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:18 smithi124 conmon[83794]: audit 2023-11-17T05:54:18.396323+0000 mgr.smithi124.bgylrn (mgr.14180) 224 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:18 smithi139 conmon[88685]: audit 2023-11-17T05:54:18.396323+0000 mgr.smithi124.bgylrn (mgr.14180) 224 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:19.989 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:19 smithi139 conmon[88685]: cluster 2023-11-17T05:54:19.209094+0000 mgr.smithi124.bgylrn (mgr.14180) 225 : cluster 2023-11-17T05:54:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:19 smithi139 conmon[88685]: [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:19 smithi124 conmon[83794]: cluster 2023-11-17T05:54:19.209094+0000 mgr.smithi124.bgylrn (mgr.14180) 225 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:21.839 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:21.840 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:22.361 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:22.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:22 smithi124 conmon[83794]: cluster 2023-11-17T05:54:21.209502+0000 mgr.smithi124.bgylrn (mgr.14180) 226 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:22.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:22 smithi139 conmon[88685]: cluster 2023-11-17T05:54:21.209502+0000 mgr.smithi124.bgylrn (mgr.14180) 226 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:23.363 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:23 smithi124 conmon[83794]: audit 2023-11-17T05:54:21.835069+0000 mgr.smithi124.bgylrn (mgr.14180) 227 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:23 smithi124 conmon[83794]: 2023-11-17T05:54:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:23 smithi139 conmon[88685]: audit 2023-11-17T05:54:21.835069+0000 mgr.smithi124.bgylrn (mgr.14180) 227 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:24.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:24 smithi124 conmon[83794]: cluster 2023-11-17T05:54:23.210177 2023-11-17T05:54:24.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:24 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 228 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:24.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:24 smithi139 conmon[88685]: cluster 2023-11-17T05:54:23.210177+0000 mgr.smithi124.bgylrn (mgr.14180) 228 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:25.254 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:30.177 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:30.184 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:26 smithi139 conmon[88685]: cluster 2023-11-17T05:54:25.210552+0000 mgr.smithi124.bgylrn (mgr.14180) 229 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:26 smithi139 conmon[88685]: audit 2023-11-17T05:54:25.250185+0000 mgr.smithi124.bgylrn (mgr.14180) 230 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:27 smithi139 conmon[88685]: cluster 2023-11-17T05:54:27.211025+0000 mgr.smithi124.bgylrn (mgr.14180) 231 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:30.278 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:30.279 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:26 smithi124 conmon[83794]: cluster 2023-11-17T05:54:25.210552+0000 mgr.smithi124.bgylrn (mgr.14180) 229 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:30.316 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:26 smithi124 conmon[83794]: audit 2023-11-17T05:54:25.250185+0000 mgr.smithi124.bgylrn (mgr.14180) 230 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:30.317 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:27 smithi124 conmon[83794]: cluster 2023-11-17T05:54:27.211025+0000 mgr.smithi124.bgylrn (mgr.14180) 231 : cluster 2023-11-17T05:54:30.318 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:27 smithi124 conmon[83794]: [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:30.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:30 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T05:54:30.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:30 smithi124 conmon[83794]: 05:54:29.211914+0000 mgr.smithi124.bgylrn (mgr.14180) 232 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:30.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:30 smithi139 conmon[88685]: cluster 2023-11-17T05:54:29.211914+0000 mgr.smithi124.bgylrn (mgr.14180) 232 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:31.280 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:32.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:32 smithi124 conmon[83794]: cluster 2023-11-17T05:54:31.212380+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:54:32.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:32 smithi124 conmon[83794]: ) 233 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:32 smithi139 conmon[88685]: cluster 2023-11-17T05:54:31.212380+0000 mgr.smithi124.bgylrn (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-11-17T05:54:33.135 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:33.135 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:33.702 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:34.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:34 smithi124 conmon[83794]: audit 2023-11-17T05:54:33.131154+0000 mgr.smithi124.bgylrn (mgr.14180) 234 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:34.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:34 smithi124 conmon[83794]: cluster 2023-11-17T05:54:33.212982+0000 mgr.smithi124.bgylrn (mgr.14180) 235 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:34 smithi139 conmon[88685]: audit 2023-11-17T05:54:33.131154+0000 mgr.smithi124.bgylrn (mgr.14180) 234 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:34 smithi139 conmon[88685]: cluster 2023-11-17T05:54:33.212982+0000 2023-11-17T05:54:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:34 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 235 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:34.703 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:36 smithi139 conmon[88685]: cluster 2023-11-17T05:54:35.213321+0000 mgr.smithi124.bgylrn (mgr.14180) 236 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:36.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:36 smithi124 conmon[83794]: cluster 2023-11-17T05:54:35.213321+0000 2023-11-17T05:54:36.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:36 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 236 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:36.578 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:36.579 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:37.085 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:37.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:37 smithi139 conmon[88685]: audit 2023-11-17T05:54:36.574798+0000 mgr.smithi124.bgylrn (mgr.14180) 237 : audit 2023-11-17T05:54:37.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:37 smithi139 conmon[88685]: [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:37.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:37 smithi124 conmon[83794]: audit 2023-11-17T05:54:36.574798+0000 mgr.smithi124.bgylrn (mgr.14180) 237 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:38.087 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:38 smithi124 conmon[83794]: cluster 2023-11-17T05:54:37.213758+0000 mgr.smithi124.bgylrn (mgr.14180) 238 : cluster [DBG] 2023-11-17T05:54:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:38 smithi124 conmon[83794]: pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:38.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:38 smithi139 conmon[88685]: cluster 2023-11-17T05:54:37.213758+0000 mgr.smithi124.bgylrn (mgr.14180) 238 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:39.996 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:39.996 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:40.534 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:40.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:40 smithi124 conmon[83794]: cluster 2023-11-17T05:54:39.214358+0000 mgr.smithi124.bgylrn (mgr.14180) 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:40.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:40 smithi139 conmon[88685]: cluster 2023-11-17T05:54:39.214358+0000 mgr.smithi124.bgylrn (mgr.14180) 239 : cluster [DBG] 2023-11-17T05:54:40.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:40 smithi139 conmon[88685]: pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:41.534 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:41.561 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:41 smithi124 conmon[83794]: audit 2023-11-17T05:54:39.991565+0000 mgr.smithi124.bgylrn (mgr.14180) 240 : 2023-11-17T05:54:41.561 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:41 smithi124 conmon[83794]: audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:41.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:41 smithi139 conmon[88685]: audit 2023-11-17T05:54:39.991565+0000 mgr.smithi124.bgylrn (mgr.14180) 240 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:41.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:41 smithi139 conmon[88685]: 2023-11-17T05:54:42.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:42 smithi139 conmon[88685]: cluster 2023-11-17T05:54:41.214695+0000 mgr.smithi124.bgylrn (mgr.14180) 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:42 smithi124 conmon[83794]: cluster 2023-11-17T05:54:41.214695+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:54:42.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:42 smithi124 conmon[83794]: 14180) 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:43.387 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:43.387 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:43.996 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:44.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:44 smithi124 conmon[83794]: cluster 2023-11-17T05:54:43.215411+0000 mgr.smithi124.bgylrn (mgr.14180) 242 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:44.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:44 smithi124 conmon[83794]: audit 2023-11-17T05:54:43.383644+0000 mgr.smithi124.bgylrn (mgr.14180) 243 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:44 smithi139 conmon[88685]: cluster 2023-11-17T05:54:43.215411+0000 mgr.smithi124.bgylrn (mgr.14180) 242 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:44 smithi139 conmon[88685]: 2023-11-17T05:54:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:44 smithi139 conmon[88685]: audit 2023-11-17T05:54:43.383644+0000 mgr.smithi124.bgylrn (mgr.14180) 243 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:44.997 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:46.488 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:46 smithi124 conmon[83794]: cluster 2023-11-17T05:54:45.215762+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:54:46.488 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:46 smithi124 conmon[83794]: 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:46.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:46 smithi139 conmon[88685]: cluster 2023-11-17T05:54:45.215762+0000 mgr.smithi124.bgylrn (mgr.14180) 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:46.881 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:54:46.881 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:54:47.455 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:54:48.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:47 smithi124 conmon[83794]: audit 2023-11-17T05:54:46.877127+0000 mgr.smithi124.bgylrn (mgr.14180) 245 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:47 smithi124 conmon[83794]: cluster 2023-11-17T05:54:47.216175+0000 mgr.smithi124.bgylrn (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:47 smithi139 conmon[88685]: audit 2023-11-17T05:54:46.877127+0000 mgr.smithi124.bgylrn (mgr.14180) 245 : audit [DBG] 2023-11-17T05:54:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:47 smithi139 conmon[88685]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:54:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:47 smithi139 conmon[88685]: cluster 2023-11-17T05:54:47.216175+0000 mgr.smithi124.bgylrn (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:54:48.458 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:54:50.342 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:01.168 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:01.174 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:50 smithi124 conmon[83794]: cluster 2023-11-17T05:54:49.216819+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:55:01.174 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:50 smithi124 conmon[83794]: 14180) 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:50 smithi139 conmon[88685]: cluster 2023-11-17T05:54:49.216819+0000 mgr.smithi124.bgylrn (mgr.14180) 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:51 smithi139 conmon[88685]: audit 2023-11-17T05:54:50.338563+0000 mgr.smithi124.bgylrn (mgr.14180) 248 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:51 smithi139 conmon[88685]: 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:52 smithi139 conmon[88685]: cluster 2023-11-17T05:54:51.217167+0000 mgr.smithi124.bgylrn (mgr.14180) 249 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:54 smithi139 conmon[88685]: cluster 2023-11-17T05:54:53.217944+0000 mgr.smithi124.bgylrn (mgr.14180) 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.176 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:54 smithi139 conmon[88685]: 2023-11-17T05:55:01.217 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:56 smithi139 conmon[88685]: cluster 2023-11-17T05:54:55.218317+0000 mgr.smithi124.bgylrn (mgr.14180) 251 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.254 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:56 smithi139 conmon[88685]: 2023-11-17T05:55:01.254 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:54:57 smithi139 conmon[88685]: cluster 2023-11-17T05:54:57.218800+0000 mgr.smithi124.bgylrn (mgr.14180) 252 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.255 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:00 smithi139 conmon[88685]: cluster 2023-11-17T05:54:59.219437+0000 mgr.smithi124.bgylrn (mgr.14180) 253 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.255 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:01.256 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:51 smithi124 conmon[83794]: audit 2023-11-17T05:54:50.338563+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:51 smithi124 conmon[83794]: mgr.14180) 248 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:52 smithi124 conmon[83794]: cluster 2023-11-17T05:54:51.217167+0000 mgr.smithi124.bgylrn (mgr.14180) 249 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:54 smithi124 conmon[83794]: cluster 2023-11-17T05:54:53.217944+0000 mgr.smithi124.bgylrn (mgr.14180) 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:54 smithi124 conmon[83794]: 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:56 smithi124 conmon[83794]: cluster 2023-11-17T05:54:55.218317+0000 mgr.smithi124.bgylrn (mgr.14180) 251 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.327 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:54:57 smithi124 conmon[83794]: cluster 2023-11-17T05:54:57.218800+0000 mgr.smithi124.bgylrn (mgr.14180) 252 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:01.328 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:00 smithi124 conmon[83794]: cluster 2023-11-17T05:54:59.219437+0000 mgr.smithi124.bgylrn (mgr.14180) 253 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:02.256 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:02.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:02 smithi124 conmon[83794]: cluster 2023-11-17T05:55:01.219872+0000 mgr.smithi124.bgylrn (mgr.14180) 254 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:02.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:02 smithi139 conmon[88685]: cluster 2023-11-17T05:55:01.219872+0000 mgr.smithi124.bgylrn (mgr.14180) 254 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:04.107 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:04.107 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:04 smithi124 conmon[83794]: cluster 2023-11-17T05:55:03.220710+0000 mgr.smithi124.bgylrn (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-11-17T05:55:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:04 smithi139 conmon[88685]: cluster 2023-11-17T05:55:03.220710+0000 mgr.smithi124.bgylrn (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-11-17T05:55:04.675 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:05.677 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:05.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:05 smithi124 conmon[83794]: audit 2023-11-17T05:55:04.103200+0000 mgr.smithi124.bgylrn (mgr.14180) 256 : 2023-11-17T05:55:05.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:05 smithi124 conmon[83794]: audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:05.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:05 smithi139 conmon[88685]: audit 2023-11-17T05:55:04.103200+0000 mgr.smithi124.bgylrn (mgr.14180) 256 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:06.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:06 smithi124 conmon[83794]: cluster 2023-11-17T05:55:05.221245+0000 mgr.smithi124.bgylrn (mgr.14180) 257 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:06.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:06 smithi139 conmon[88685]: cluster 2023-11-17T05:55:05.221245+0000 mgr.smithi124.bgylrn (mgr.14180) 257 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:07.611 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:07.611 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:08.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:07 smithi124 conmon[83794]: cluster 2023-11-17T05:55:07.221912+0000 2023-11-17T05:55:08.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:07 smithi124 conmon[83794]: mgr.smithi124.bgylrn (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-11-17T05:55:08.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:07 smithi124 conmon[83794]: audit 2023-11-17T05:55:07.607113+0000 mgr.smithi124.bgylrn (mgr.14180) 259 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:08.164 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:07 smithi139 conmon[88685]: cluster 2023-11-17T05:55:07.221912+0000 mgr.smithi124.bgylrn (mgr.14180) 258 : cluster [DBG] 2023-11-17T05:55:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:07 smithi139 conmon[88685]: pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:08.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:07 smithi139 conmon[88685]: audit 2023-11-17T05:55:07.607113+0000 mgr.smithi124.bgylrn (mgr.14180) 259 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:09.166 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:10.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:10 smithi139 conmon[88685]: cluster 2023-11-17T05:55:09.222542+0000 mgr.smithi124.bgylrn (mgr.14180) 260 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:10.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:10 smithi124 conmon[83794]: cluster 2023-11-17T05:55:09.222542+0000 mgr.smithi124.bgylrn (mgr.14180) 260 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:11.034 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:11.034 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:11.613 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:12.615 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:12.646 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:12 smithi124 conmon[83794]: audit 2023-11-17T05:55:11.029555+0000 2023-11-17T05:55:12.723 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:12 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 261 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:12.723 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:12 smithi124 conmon[83794]: cluster 2023-11-17T05:55:11.222866+0000 mgr.smithi124.bgylrn (mgr.14180) 262 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:12.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:12 smithi139 conmon[88685]: audit 2023-11-17T05:55:11.029555+0000 mgr.smithi124.bgylrn (mgr.14180) 261 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:12.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:12 smithi139 conmon[88685]: cluster 2023-11-17T05:55:11.222866+0000 mgr.smithi124.bgylrn (mgr.14180) 262 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:14.482 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:14.482 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:14.505 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:14 smithi124 conmon[83794]: cluster 2023-11-17T05:55:13.223613+0000 mgr.smithi124.bgylrn (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-11-17T05:55:14.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:14 smithi139 conmon[88685]: cluster 2023-11-17T05:55:13.223613+0000 mgr.smithi124.bgylrn (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-11-17T05:55:15.089 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:15.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:15 smithi124 conmon[83794]: audit 2023-11-17T05:55:14.477846+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:55:15.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:15 smithi124 conmon[83794]: mgr.14180) 264 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:15.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:15 smithi139 conmon[88685]: audit 2023-11-17T05:55:14.477846+0000 mgr.smithi124.bgylrn (mgr.14180) 264 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:16.090 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:16.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:16 smithi124 conmon[83794]: cluster 2023-11-17T05:55:15.223989+0000 mgr.smithi124.bgylrn (mgr.14180) 265 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:16.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:16 smithi124 conmon[83794]: 2023-11-17T05:55:16.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:16 smithi139 conmon[88685]: cluster 2023-11-17T05:55:15.223989+0000 mgr.smithi124.bgylrn (mgr.14180) 265 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:16.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:16 smithi139 conmon[88685]: 2023-11-17T05:55:18.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:17 smithi124 conmon[83794]: cluster 2023-11-17T05:55:17.224527+0000 mgr.smithi124.bgylrn (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-11-17T05:55:18.039 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:18.039 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:17 smithi139 conmon[88685]: cluster 2023-11-17T05:55:17.224527+0000 mgr.smithi124.bgylrn (mgr.14180) 266 : cluster [DBG] 2023-11-17T05:55:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:17 smithi139 conmon[88685]: pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:18.613 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:19.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:18 smithi124 conmon[83794]: audit 2023-11-17T05:55:18.035560+0000 mgr.smithi124.bgylrn 2023-11-17T05:55:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:18 smithi124 conmon[83794]: (mgr.14180) 267 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:18 smithi139 conmon[88685]: audit 2023-11-17T05:55:18.035560+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:55:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:18 smithi139 conmon[88685]: ) 267 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:19.614 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:20.154 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:19 smithi124 conmon[83794]: cluster 2023-11-17T05:55:19.225224+0000 mgr.smithi124.bgylrn (mgr.14180) 268 : cluster 2023-11-17T05:55:20.154 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:19 smithi124 conmon[83794]: [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:19 smithi139 conmon[88685]: cluster 2023-11-17T05:55:19.225224+0000 mgr.smithi124.bgylrn (mgr.14180) 268 2023-11-17T05:55:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:19 smithi139 conmon[88685]: : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:21.562 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:21.562 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:22.088 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:22.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:22 smithi124 conmon[83794]: cluster 2023-11-17T05:55:21.225607+0000 mgr.smithi124.bgylrn (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-11-17T05:55:22.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:22 smithi124 conmon[83794]: audit 2023-11-17T05:55:21.555714+0000 mgr.smithi124.bgylrn (mgr.14180) 270 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:22.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:22 smithi139 conmon[88685]: cluster 2023-11-17T05:55:21.225607+0000 mgr.smithi124.bgylrn (mgr.14180) 269 : cluster 2023-11-17T05:55:22.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:22 smithi139 conmon[88685]: [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:22.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:22 smithi139 conmon[88685]: audit 2023-11-17T05:55:21.555714+0000 mgr.smithi124.bgylrn (mgr.14180) 270 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:23.089 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:24.548 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:24 smithi124 conmon[83794]: cluster 2023-11-17T05:55:23.226397+0000 mgr.smithi124.bgylrn (mgr.14180) 271 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:24 smithi139 conmon[88685]: cluster 2023-11-17T05:55:23. 2023-11-17T05:55:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:24 smithi139 conmon[88685]: 226397+0000 mgr.smithi124.bgylrn (mgr.14180) 271 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:24.945 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:24.945 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:25.546 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:26.547 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:26.574 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:26 smithi124 conmon[83794]: audit 2023-11-17T05:55:24.941572+0000 mgr.smithi124.bgylrn (mgr.14180) 272 2023-11-17T05:55:26.574 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:26 smithi124 conmon[83794]: : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:26.574 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:26 smithi124 conmon[83794]: cluster 2023-11-17T05:55:25.227012+0000 mgr.smithi124.bgylrn (mgr.14180) 273 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:26.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:26 smithi139 conmon[88685]: audit 2023-11-17T05:55:24.941572+0000 mgr.smithi124.bgylrn (mgr.14180) 272 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:26.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:26 smithi139 conmon[88685]: 2023-11-17T05:55:26.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:26 smithi139 conmon[88685]: cluster 2023-11-17T05:55:25.227012+0000 mgr.smithi124.bgylrn (mgr.14180) 273 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:27.990 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:27 smithi124 conmon[83794]: cluster 2023-11-17T05:55:27.227517+0000 mgr.smithi124.bgylrn (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-11-17T05:55:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:27 smithi139 conmon[88685]: cluster 2023-11-17T05:55:27.227517+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:55:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:27 smithi139 conmon[88685]: 274 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:28.371 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:28.372 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:28.896 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:28 smithi124 conmon[83794]: audit 2023-11-17T05:55:28.367490+0000 mgr.smithi124.bgylrn (mgr.14180) 275 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:28 smithi139 conmon[88685]: audit 2023-11-17T05:55:28.367490+0000 mgr.smithi124.bgylrn (mgr.14180) 275 2023-11-17T05:55:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:28 smithi139 conmon[88685]: : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:29.897 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:29 smithi124 conmon[83794]: cluster 2023-11-17T05:55:29.228040+0000 mgr.smithi124.bgylrn (mgr.14180) 276 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:29 smithi124 conmon[83794]: 2023-11-17T05:55:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:29 smithi139 conmon[88685]: cluster 2023-11-17T05:55:29.228040+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:55:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:29 smithi139 conmon[88685]: ) 276 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:31.753 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:31.753 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:32.328 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:32 smithi124 conmon[83794]: cluster 2023-11-17T05:55:31.228363+0000 mgr.smithi124.bgylrn (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-11-17T05:55:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:32 smithi124 conmon[83794]: audit 2023-11-17T05:55:31.749931+0000 mgr.smithi124.bgylrn (mgr.14180) 278 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:32 smithi139 conmon[88685]: cluster 2023-11-17T05:55:31.228363+0000 mgr.smithi124.bgylrn (mgr.14180) 277 : cluster 2023-11-17T05:55:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:32 smithi139 conmon[88685]: [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:32 smithi139 conmon[88685]: audit 2023-11-17T05:55:31.749931+0000 mgr.smithi124.bgylrn (mgr.14180) 278 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:33.329 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:34.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:34 smithi124 conmon[83794]: cluster 2023-11-17T05:55:33.228939+0000 mgr.smithi124.bgylrn (mgr.14180) 279 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:34 smithi139 conmon[88685]: cluster 2023-11-17T05:55:33.228939+0000 mgr.smithi124.bgylrn (mgr.14180) 279 : cluster [DBG] 2023-11-17T05:55:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:34 smithi139 conmon[88685]: pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:35.236 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:35.236 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:35.752 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:36.753 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:36.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:36 smithi124 conmon[83794]: cluster 2023-11-17T05:55:35.229285+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:55:36.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:36 smithi124 conmon[83794]: .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-11-17T05:55:36.780 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:36 smithi124 conmon[83794]: audit 2023-11-17T05:55:35.232630+0000 mgr.smithi124.bgylrn (mgr.14180) 281 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:36.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:36 smithi139 conmon[88685]: cluster 2023-11-17T05:55:35.229285+0000 mgr.smithi124.bgylrn (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-11-17T05:55:36.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:36 smithi139 conmon[88685]: audit 2023-11-17T05: 2023-11-17T05:55:36.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:36 smithi139 conmon[88685]: 55:35.232630+0000 mgr.smithi124.bgylrn (mgr.14180) 281 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:38.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:37 smithi124 conmon[83794]: cluster 2023-11-17T05:55:37.229829+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:55:38.264 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:37 smithi124 conmon[83794]: ) 282 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:37 smithi139 conmon[88685]: cluster 2023-11-17T05:55:37.229829+0000 mgr.smithi124.bgylrn (mgr.14180) 282 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:38.652 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:38.652 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z 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.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:39.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:38 smithi124 conmon[83794]: audit 2023-11-17T05:55:38.648724+0000 mgr.smithi124.bgylrn (mgr.14180) 283 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:39.211 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:38 smithi139 conmon[88685]: audit 2023-11-17T05:55:38.648724+0000 mgr.smithi124.bgylrn (mgr.14180) 283 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:40.212 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:40.238 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: cephadm 2023-11-17T05:55:39.210092+0000 mgr.smithi124.bgylrn (mgr.14180) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: cephadm 2023-11-17T05:55:39.210337+0000 mgr.smithi124.bgylrn (mgr.14180) 285 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: audit 2023-11-17T05:55:39.210701+0000 mon.smithi124 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.dwiicq"}]: dispatch 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: cephadm 2023-11-17T05:55:39.211319+0000 mgr.smithi124.bgylrn (mgr.14180) 286 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: cephadm 2023-11-17T05:55:39.212766+0000 mgr.smithi124.bgylrn (mgr.14180) 287 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.slyaqa on smithi124 2023-11-17T05:55:40.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:39 smithi124 conmon[83794]: cluster 2023-11-17T05:55:39.230421+0000 mgr.smithi124.bgylrn (mgr.14180) 288 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: cephadm 2023-11-17T05:55:39.210092+0000 mgr.smithi124.bgylrn (mgr.14180) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: cephadm 2023-11-17T05:55:39.210337+0000 mgr.smithi124.bgylrn (mgr.14180) 285 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: audit 2023-11-17T05:55:39.210701+0000 mon.smithi124 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.dwiicq"}]: dispatch 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: cephadm 2023-11-17T05:55:39.211319+0000 mgr.smithi124.bgylrn (mgr.14180) 286 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.dwiicq ... 2023-11-17T05:55:40.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:53:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:54:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: cephadm 2023-11-17T05:55:39.212766+0000 mgr.smithi124.bgylrn (mgr.14180) 287 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.slyaqa on smithi124 2023-11-17T05:55:40.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:39 smithi139 conmon[88685]: cluster 2023-11-17T05:55:39.230421+0000 mgr.smithi124.bgylrn (mgr.14180) 288 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:42.142 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:42.142 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:42.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:42 smithi124 conmon[83794]: cluster 2023-11-17T05:55:41.230841+0000 mgr.smithi124.bgylrn (mgr.14180) 289 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:42.726 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:42.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:42 smithi139 conmon[88685]: cluster 2023-11-17T05:55:41.230841+0000 mgr.smithi124.bgylrn (mgr.14180) 289 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:43.727 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:43.755 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:43 smithi124 conmon[83794]: audit 2023-11-17T05:55:42.137992+0000 mgr.smithi124.bgylrn (mgr.14180) 290 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:43.755 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:43 smithi124 conmon[83794]: 2023-11-17T05:55:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:43 smithi139 conmon[88685]: audit 2023-11-17T05:55:42.137992+0000 mgr.smithi124.bgylrn (mgr.14180) 290 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:44.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:44 smithi124 conmon[83794]: cluster 2023-11-17T05:55:43.231362+0000 mgr.smithi124.bgylrn (mgr.14180) 291 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:44 smithi139 conmon[88685]: cluster 2023-11-17T05:55:43.231362+0000 mgr.smithi124.bgylrn (mgr.14180) 291 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:45.669 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:54.944 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:54.947 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:46 smithi139 conmon[88685]: cluster 2023-11-17T05:55:45.231682+0000 mgr.smithi124.bgylrn (mgr.14180) 292 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.947 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:46 smithi139 conmon[88685]: audit 2023-11-17T05:55:45.665267+0000 mgr.smithi124.bgylrn (mgr.14180) 293 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:54.948 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:47 smithi139 conmon[88685]: cluster 2023-11-17T05:55:47.232203+0000 mgr.smithi124.bgylrn (mgr.14180) 294 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.948 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:50 smithi139 conmon[88685]: cluster 2023-11-17T05:55:49.232858+0000 mgr.smithi124.bgylrn (mgr.14180) 295 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.948 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:52 smithi139 conmon[88685]: cluster 2023-11-17T05:55:51.233339+0000 mgr.smithi124.bgylrn (mgr.14180) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.948 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:54 smithi139 conmon[88685]: cluster 2023-11-17T05:55:53.233961+0000 mgr.smithi124.bgylrn (mgr.14180) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.971 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:54.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:46 smithi124 conmon[83794]: cluster 2023-11-17T05:55:45.231682+0000 mgr.smithi124.bgylrn (mgr.14180) 292 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:46 smithi124 conmon[83794]: audit 2023-11-17T05:55:45.665267+0000 mgr.smithi124.bgylrn (mgr.14180) 293 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:54.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:47 smithi124 conmon[83794]: cluster 2023-11-17T05:55:47.232203+0000 mgr.smithi124.bgylrn (mgr.14180) 294 : cluster [DBG] 2023-11-17T05:55:54.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:47 smithi124 conmon[83794]: pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:50 smithi124 conmon[83794]: cluster 2023-11-17T05:55:49.232858+0000 mgr.smithi124.bgylrn (mgr.14180) 295 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:52 smithi124 conmon[83794]: cluster 2023-11-17T05:55:51.233339+0000 mgr.smithi124.bgylrn (mgr.14180) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:54.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:52 smithi124 conmon[83794]: 2023-11-17T05:55:54.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:54 smithi124 conmon[83794]: cluster 2023-11-17T05:55:53.233961+0000 mgr.smithi124.bgylrn (mgr.14180) 297 : cluster 2023-11-17T05:55:54.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:54 smithi124 conmon[83794]: [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:55.972 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:55:56.634 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:56 smithi124 conmon[83794]: cluster 2023-11-17T05:55:55.234463+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:55:56.634 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:56 smithi124 conmon[83794]: ) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:56.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:56 smithi139 conmon[88685]: cluster 2023-11-17T05:55:55.234463+0000 mgr.smithi124.bgylrn (mgr.14180) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:57.956 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:55:57.956 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:55:58.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:57 smithi124 conmon[83794]: cluster 2023-11-17T05:55:57.234880+0000 mgr.smithi124.bgylrn (mgr.14180) 299 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:57 smithi139 conmon[88685]: cluster 2023-11-17T05:55:57.234880+0000 mgr.smithi124.bgylrn (mgr.14180) 299 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:55:58.590 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:55:59.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:58 smithi139 conmon[88685]: audit 2023-11-17T05:55:57.951034+0000 mgr.smithi124.bgylrn (mgr.14180) 300 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:58 smithi124 conmon[83794]: audit 2023-11-17T05:55:57.951034+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:55:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:58 smithi124 conmon[83794]: 14180) 300 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:55:59.591 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:56:00.235 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:59 smithi124 conmon[83794]: cluster 2023-11-17T05:55:59.235658+0000 mgr.smithi124.bgylrn (mgr.14180) 301 : cluster 2023-11-17T05:56:00.235 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:55:59 smithi124 conmon[83794]: [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:55:59 smithi139 conmon[88685]: cluster 2023-11-17T05:55:59.235658+0000 mgr.smithi124.bgylrn (mgr.14180) 301 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:01.492 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:56:01.492 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:56:02.082 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:56:02.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:02 smithi124 conmon[83794]: cluster 2023-11-17T05:56:01.235979+0000 mgr.smithi124.bgylrn (mgr.14180) 302 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:02.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:02 smithi124 conmon[83794]: audit 2023-11-17T05:56:01.488103+0000 mgr.smithi124.bgylrn (mgr.14180) 303 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:02.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:02 smithi139 conmon[88685]: cluster 2023-11-17T05:56:01.235979+0000 mgr.smithi124.bgylrn (mgr.14180) 302 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:02.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:02 smithi139 conmon[88685]: audit 2023-11-17T05:56:01.488103+0000 mgr.smithi124.bgylrn (mgr.14180) 303 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:03.084 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:56:04.602 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:04 smithi124 conmon[83794]: cluster 2023-11-17T05:56:03.236614+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:56:49.879 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:04 smithi124 conmon[83794]: 14180) 304 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.883 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:56:49.883 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:56:49.889 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:56:49.893 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:04 smithi139 conmon[88685]: cluster 2023-11-17T05:56:03.236614+0000 mgr.smithi124.bgylrn (mgr.14180) 304 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.893 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:06 smithi139 conmon[88685]: audit 2023-11-17T05:56:04.987021+0000 mgr.smithi124.bgylrn (mgr.14180) 305 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:06 smithi139 conmon[88685]: cluster 2023-11-17T05:56:05.236944+0000 mgr.smithi124.bgylrn (mgr.14180) 306 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:07 smithi139 conmon[88685]: cluster 2023-11-17T05:56:07.237603+0000 mgr.smithi124.bgylrn (mgr.14180) 307 : cluster 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:07 smithi139 conmon[88685]: [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:10 smithi139 conmon[88685]: cluster 2023-11-17T05:56:09.238273+0000 mgr.smithi124.bgylrn (mgr.14180) 308 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:10 smithi139 conmon[88685]: 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:12 smithi139 conmon[88685]: cluster 2023-11-17T05:56:11.238714+0000 mgr.smithi124.bgylrn (mgr.14180) 309 : cluster [DBG] 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:12 smithi139 conmon[88685]: pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:14 smithi139 conmon[88685]: cluster 2023-11-17T05:56:13.239479+0000 mgr.smithi124.bgylrn (mgr.14180) 310 : cluster [DBG] 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:14 smithi139 conmon[88685]: pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:16 smithi139 conmon[88685]: cluster 2023-11-17T05:56:15.239897+0000 mgr.smithi124.bgylrn (mgr.14180) 311 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:16 smithi139 conmon[88685]: 2023-11-17T05:56:49.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:17 smithi139 conmon[88685]: cluster 2023-11-17T05:56:17.240507+0000 mgr.smithi124.bgylrn (mgr.14180) 312 : cluster [DBG] 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:17 smithi139 conmon[88685]: pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:20 smithi139 conmon[88685]: cluster 2023-11-17T05:56:19.241391+0000 mgr.smithi124.bgylrn (mgr.14180) 313 : cluster [DBG] 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:20 smithi139 conmon[88685]: pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:22 smithi139 conmon[88685]: cluster 2023-11-17T05:56:21.241815+0000 mgr.smithi124.bgylrn (mgr.14180) 314 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:24 smithi139 conmon[88685]: cluster 2023-11-17T05:56:23.242551+0000 mgr.smithi124.bgylrn (mgr.14180) 315 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:26 smithi139 conmon[88685]: cluster 2023-11-17T05:56:25.243020+0000 mgr.smithi124.bgylrn (mgr.14180) 316 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:27 smithi139 conmon[88685]: cluster 2023-11-17T05:56:27.243741+0000 mgr.smithi124.bgylrn (mgr.14180) 317 : cluster 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:27 smithi139 conmon[88685]: [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:30 smithi139 conmon[88685]: cluster 2023-11-17T05:56:29.244472+0000 mgr.smithi124.bgylrn (mgr.14180) 318 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:30 smithi139 conmon[88685]: 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:32 smithi139 conmon[88685]: cluster 2023-11-17T05:56:31.244927+0000 mgr.smithi124.bgylrn (mgr.14180) 319 : cluster [DBG] 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:32 smithi139 conmon[88685]: pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.966 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:34 smithi139 conmon[88685]: cluster 2023-11-17T05:56:33.245630+0000 mgr.smithi124.bgylrn (mgr.14180) 320 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:36 smithi139 conmon[88685]: cluster 2023-11-17T05:56:35.246230+0000 mgr.smithi124.bgylrn (mgr.14180) 321 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:37 smithi139 conmon[88685]: cluster 2023-11-17T05:56:37.246784+0000 mgr.smithi124.bgylrn (mgr.14180) 322 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:40 smithi139 conmon[88685]: cluster 2023-11-17T05:56:39.247428+0000 mgr.smithi124.bgylrn (mgr.14180) 323 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:42 smithi139 conmon[88685]: cluster 2023-11-17T05:56:41.247822+0000 mgr.smithi124.bgylrn (mgr.14180) 324 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:44 smithi139 conmon[88685]: cluster 2023-11-17T05:56:43.248778+0000 mgr.smithi124.bgylrn (mgr.14180) 325 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:46 smithi139 conmon[88685]: cluster 2023-11-17T05:56:45.249294+0000 mgr.smithi124.bgylrn (mgr.14180) 326 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.967 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:47 smithi139 conmon[88685]: cluster 2023-11-17T05:56:47.250041+0000 mgr.smithi124.bgylrn (mgr.14180) 327 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:06 smithi124 conmon[83794]: audit 2023-11-17T05:56:04.987021+0000 mgr.smithi124.bgylrn (mgr.14180) 305 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:06 smithi124 conmon[83794]: : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:06 smithi124 conmon[83794]: cluster 2023-11-17T05:56:05.236944+0000 mgr.smithi124.bgylrn (mgr.14180) 306 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:07 smithi124 conmon[83794]: cluster 2023-11-17T05:56:07.237603+0000 mgr.smithi124.bgylrn (mgr.14180) 307 : cluster [DBG] 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:07 smithi124 conmon[83794]: pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:10 smithi124 conmon[83794]: cluster 2023-11-17T05:56:09.238273+0000 mgr.smithi124.bgylrn (mgr.14180) 308 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:12 smithi124 conmon[83794]: cluster 2023-11-17T05:56:11.238714+0000 mgr.smithi124.bgylrn (mgr.14180) 309 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:14 smithi124 conmon[83794]: cluster 2023-11-17T05:56:13.239479+0000 mgr.smithi124.bgylrn (mgr.14180) 310 : cluster 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:14 smithi124 conmon[83794]: [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.968 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:16 smithi124 conmon[83794]: cluster 2023-11-17T05:56:15.239897+0000 mgr.smithi124.bgylrn (mgr.14180) 311 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:17 smithi124 conmon[83794]: cluster 2023-11-17T05:56:17.240507+0000 mgr.smithi124.bgylrn 2023-11-17T05:56:49.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:17 smithi124 conmon[83794]: (mgr.14180) 312 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:20 smithi124 conmon[83794]: cluster 2023-11-17T05:56:19.241391+0000 mgr.smithi124.bgylrn (mgr.14180) 313 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:49.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:20 smithi124 conmon[83794]: 2023-11-17T05:56:50.001 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:22 smithi124 conmon[83794]: cluster 2023-11-17T05:56:21.241815+0000 mgr.smithi124.bgylrn (mgr.14180) 314 : cluster [DBG] 2023-11-17T05:56:50.001 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:22 smithi124 conmon[83794]: pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:24 smithi124 conmon[83794]: cluster 2023-11-17T05:56:23.242551+0000 mgr.smithi124.bgylrn (mgr.14180) 315 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:24 smithi124 conmon[83794]: 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:26 smithi124 conmon[83794]: cluster 2023-11-17T05:56:25.243020+0000 mgr.smithi124.bgylrn (mgr.14180) 316 : cluster [DBG] 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:26 smithi124 conmon[83794]: pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:27 smithi124 conmon[83794]: cluster 2023-11-17T05:56:27.243741+0000 mgr.smithi124.bgylrn (mgr.14180) 317 : cluster [DBG] 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:27 smithi124 conmon[83794]: pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:30 smithi124 conmon[83794]: cluster 2023-11-17T05:56:29.244472+0000 mgr.smithi124.bgylrn (mgr.14180) 318 : cluster 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:30 smithi124 conmon[83794]: [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:32 smithi124 conmon[83794]: cluster 2023-11-17T05:56:31.244927+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:32 smithi124 conmon[83794]: ) 319 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:34 smithi124 conmon[83794]: cluster 2023-11-17T05:56:33.245630+0000 mgr.smithi124.bgylrn (mgr.14180) 320 : cluster 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:34 smithi124 conmon[83794]: [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.002 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:36 smithi124 conmon[83794]: cluster 2023-11-17T05:56:35.246230+0000 mgr.smithi124.bgylrn (mgr.14180) 321 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:37 smithi124 conmon[83794]: cluster 2023-11-17T05:56:37.246784+0000 mgr.smithi124.bgylrn (mgr.14180) 322 : cluster [DBG] 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:37 smithi124 conmon[83794]: pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:40 smithi124 conmon[83794]: cluster 2023-11-17T05:56:39.247428+0000 mgr.smithi124.bgylrn (mgr.14180) 323 : cluster [DBG] 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:40 smithi124 conmon[83794]: pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:42 smithi124 conmon[83794]: cluster 2023-11-17T05:56:41.247822+0000 mgr.smithi124.bgylrn (mgr.14180) 324 : cluster 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:42 smithi124 conmon[83794]: [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:44 smithi124 conmon[83794]: cluster 2023-11-17T05:56:43.248778+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:44 smithi124 conmon[83794]: 325 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:46 smithi124 conmon[83794]: cluster 2023-11-17T05:56:45.249294+0000 mgr.smithi124.bgylrn (mgr.14180) 326 : cluster [DBG] 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:46 smithi124 conmon[83794]: pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:47 smithi124 conmon[83794]: cluster 2023-11-17T05:56:47.250041+0000 mgr.smithi124.bgylrn (mgr.14180) 327 : cluster 2023-11-17T05:56:50.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:47 smithi124 conmon[83794]: [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:50 smithi124 conmon[83794]: cluster 2023-11-17T05:56:49.250777+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:56:50.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:50 smithi124 conmon[83794]: 14180) 328 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:50 smithi139 conmon[88685]: cluster 2023-11-17T05:56:49.250777+0000 mgr.smithi124.bgylrn (mgr.14180) 328 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:50.891 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:56:52.387 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:52 smithi124 conmon[83794]: cluster 2023-11-17T05:56:51.251302+0000 mgr.smithi124.bgylrn (mgr.14180) 329 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:52.777 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:56:52.777 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:56:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:52 smithi139 conmon[88685]: cluster 2023-11-17T05:56:51.251302+0000 mgr.smithi124.bgylrn (mgr.14180) 329 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:53.308 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:56:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:53 smithi124 conmon[83794]: audit 2023-11-17T05:56:52.773468+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:56:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:53 smithi124 conmon[83794]: 330 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:53 smithi139 conmon[88685]: audit 2023-11-17T05:56:52.773468+0000 mgr.smithi124.bgylrn (mgr.14180) 330 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:53 smithi139 conmon[88685]: 2023-11-17T05:56:54.309 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:56:54.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:54 smithi124 conmon[83794]: cluster 2023-11-17T05:56:53.252158+0000 mgr.smithi124.bgylrn (mgr.14180) 331 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:54 smithi139 conmon[88685]: cluster 2023-11-17T05:56:53.252158+0000 mgr.smithi124.bgylrn (mgr.14180) 331 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:54 smithi139 conmon[88685]: 2023-11-17T05:56:56.159 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:56:56.160 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:56:56.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:56 smithi124 conmon[83794]: cluster 2023-11-17T05:56:55.252527+0000 mgr.smithi124.bgylrn (mgr.14180) 332 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:56.742 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:56:56.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:56 smithi139 conmon[88685]: cluster 2023-11-17T05:56:55.252527+0000 mgr.smithi124.bgylrn (mgr.14180) 332 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:57.744 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:56:57.773 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:57 smithi124 conmon[83794]: audit 2023-11-17T05:56:56.155814+0000 mgr.smithi124.bgylrn (mgr.14180) 333 : audit 2023-11-17T05:56:57.773 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:57 smithi124 conmon[83794]: [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:57.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:57 smithi139 conmon[88685]: audit 2023-11-17T05:56:56.155814+0000 mgr.smithi124.bgylrn (mgr.14180) 333 : audit 2023-11-17T05:56:57.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:57 smithi139 conmon[88685]: [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:56:58.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:58 smithi124 conmon[83794]: cluster 2023-11-17T05:56:57.253196+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:56:58.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:56:58 smithi124 conmon[83794]: mgr.14180) 334 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:58.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:56:58 smithi139 conmon[88685]: cluster 2023-11-17T05:56:57.253196+0000 mgr.smithi124.bgylrn (mgr.14180) 334 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:56:59.618 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:56:59.619 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:00.132 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:00.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:00 smithi124 conmon[83794]: cluster 2023-11-17T05:56:59.253749+0000 mgr.smithi124.bgylrn (mgr.14180) 335 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:00.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:00 smithi124 conmon[83794]: audit 2023-11-17T05:56:59.613572+0000 mgr.smithi124.bgylrn (mgr.14180) 336 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:00.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:00 smithi139 conmon[88685]: cluster 2023-11-17T05:56:59.253749+0000 mgr.smithi124.bgylrn (mgr.14180) 335 : cluster 2023-11-17T05:57:00.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:00 smithi139 conmon[88685]: [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:00.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:00 smithi139 conmon[88685]: audit 2023-11-17T05:56:59.613572+0000 mgr.smithi124.bgylrn (mgr.14180) 336 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:01.133 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:02.603 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:02 smithi124 conmon[83794]: cluster 2023-11-17T05:57:01.254075+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:57:02.603 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:02 smithi124 conmon[83794]: mgr.14180) 337 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:02.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:02 smithi139 conmon[88685]: cluster 2023-11-17T05:57:01.254075+0000 mgr.smithi124.bgylrn (mgr.14180) 337 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:02.994 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:02.995 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:03.540 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:04.541 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:04.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:04 smithi124 conmon[83794]: audit 2023-11-17T05:57:02.989512+0000 mgr.smithi124.bgylrn (mgr.14180) 338 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:04.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:04 smithi124 conmon[83794]: cluster 2023-11-17T05:57:03.254996+0000 mgr.smithi124.bgylrn (mgr.14180) 339 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:04 smithi139 conmon[88685]: audit 2023-11-17T05:57:02.989512+0000 mgr.smithi124.bgylrn (mgr.14180) 338 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:04 smithi139 conmon[88685]: cluster 2023-11-17T05:57:03.254996+0000 mgr.smithi124.bgylrn (mgr.14180) 339 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:06.410 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:06.410 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:06.650 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:06 smithi124 conmon[83794]: cluster 2023-11-17T05:57:05.255589+0000 mgr.smithi124.bgylrn (mgr.14180) 340 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:06.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:06 smithi139 conmon[88685]: cluster 2023-11-17T05:57:05.255589+0000 mgr.smithi124.bgylrn (mgr.14180) 340 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:07.006 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:07 smithi139 conmon[88685]: audit 2023-11-17T05:57:06.406623+0000 mgr.smithi124.bgylrn (mgr.14180) 341 : audit 2023-11-17T05:57:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:07 smithi139 conmon[88685]: [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:07 smithi124 conmon[83794]: audit 2023-11-17T05:57:06.406623+0000 mgr.smithi124.bgylrn (mgr.14180) 341 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:07 smithi124 conmon[83794]: 2023-11-17T05:57:08.008 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:08.712 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:08 smithi124 conmon[83794]: cluster 2023-11-17T05:57:07.255981+0000 mgr.smithi124.bgylrn (mgr.14180) 342 : 2023-11-17T05:57:08.712 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:08 smithi124 conmon[83794]: cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:08.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:08 smithi139 conmon[88685]: cluster 2023-11-17T05:57:07.255981+0000 mgr.smithi124.bgylrn (mgr.14180) 342 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:09.906 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:09.907 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:10.433 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:10.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:10 smithi124 conmon[83794]: cluster 2023-11-17T05:57:09.256529+0000 mgr.smithi124.bgylrn (mgr.14180) 343 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:10.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:10 smithi139 conmon[88685]: cluster 2023-11-17T05:57:09.256529+0000 mgr.smithi124.bgylrn (mgr.14180) 343 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:11.434 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:11.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:11 smithi124 conmon[83794]: audit 2023-11-17T05:57:09.903045+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:57:11.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:11 smithi124 conmon[83794]: 344 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:11.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:11 smithi139 conmon[88685]: audit 2023-11-17T05:57:09.903045+0000 mgr.smithi124.bgylrn (mgr.14180) 344 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:12.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:12 smithi124 conmon[83794]: cluster 2023-11-17T05:57:11.257094+0000 mgr.smithi124.bgylrn (mgr.14180) 345 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:12.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:12 smithi139 conmon[88685]: cluster 2023-11-17T05:57:11.257094+0000 mgr.smithi124.bgylrn (mgr.14180) 345 : cluster [DBG] 2023-11-17T05:57:12.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:12 smithi139 conmon[88685]: pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:13.315 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:13.316 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:13.865 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:14.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:14 smithi124 conmon[83794]: cluster 2023-11-17T05:57:13.257692+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:57:14.894 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:14 smithi124 conmon[83794]: 346 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:14.894 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:14 smithi124 conmon[83794]: audit 2023-11-17T05:57:13.311241+0000 mgr.smithi124.bgylrn (mgr.14180) 347 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:14.894 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:14.895 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:14 smithi139 conmon[88685]: cluster 2023-11-17T05:57:13.257692+0000 mgr.smithi124.bgylrn (mgr.14180) 346 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:14.895 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:14 smithi139 conmon[88685]: audit 2023-11-17T05:57:13.311241+0000 mgr.smithi124.bgylrn (mgr.14180) 347 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:16.397 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:16 smithi124 conmon[83794]: cluster 2023-11-17T05:57:15.258075+0000 mgr.smithi124.bgylrn (mgr.14180) 348 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:16.756 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:16.756 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:16.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:16 smithi139 conmon[88685]: cluster 2023-11-17T05:57:15.258075+0000 mgr.smithi124.bgylrn (mgr.14180) 348 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:17.339 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:17.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:17 smithi139 conmon[88685]: audit 2023-11-17T05:57:16.752213+0000 mgr.smithi124.bgylrn (mgr.14180) 349 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:17.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:17 smithi124 conmon[83794]: audit 2023-11-17T05:57:16.752213+0000 mgr.smithi124.bgylrn (mgr.14180) 349 2023-11-17T05:57:17.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:17 smithi124 conmon[83794]: : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:18.340 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:18.782 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:18 smithi124 conmon[83794]: cluster 2023-11-17T05:57:17.258594+0000 mgr.smithi124.bgylrn (mgr.14180) 350 : cluster 2023-11-17T05:57:18.782 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:18 smithi124 conmon[83794]: [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:18 smithi139 conmon[88685]: cluster 2023-11-17T05:57:17.258594+0000 mgr.smithi124.bgylrn (mgr.14180) 350 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:20.168 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:20.168 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:20.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:20 smithi124 conmon[83794]: cluster 2023-11-17T05:57:19.259168+0000 mgr.smithi124.bgylrn (mgr.14180) 351 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:20.738 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:20 smithi139 conmon[88685]: cluster 2023-11-17T05:57:19.259168+0000 mgr.smithi124.bgylrn (mgr.14180) 351 : cluster [DBG] 2023-11-17T05:57:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:20 smithi139 conmon[88685]: pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:21.740 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:21.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:21 smithi124 conmon[83794]: audit 2023-11-17T05:57:20.164687+0000 mgr.smithi124.bgylrn (mgr.14180) 352 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:21.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:21 smithi124 conmon[83794]: 2023-11-17T05:57:21.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:21 smithi139 conmon[88685]: audit 2023-11-17T05:57:20.164687+0000 mgr.smithi124.bgylrn (mgr.14180) 352 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:22.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:22 smithi124 conmon[83794]: cluster 2023-11-17T05:57:21.259639+0000 mgr.smithi124.bgylrn (mgr.14180) 353 2023-11-17T05:57:22.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:22 smithi124 conmon[83794]: : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:22.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:22 smithi139 conmon[88685]: cluster 2023-11-17T05:57:21.259639+0000 mgr.smithi124.bgylrn (mgr.14180) 353 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:23.625 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:23.626 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:24.205 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:24.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:24 smithi124 conmon[83794]: cluster 2023-11-17T05:57:23.260459+0000 mgr.smithi124.bgylrn (mgr.14180) 354 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:24.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:24 smithi124 conmon[83794]: audit 2023-11-17T05:57:23.620489+0000 mgr.smithi124.bgylrn (mgr.14180) 355 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:24 smithi139 conmon[88685]: cluster 2023-11-17T05:57:23.260459+0000 mgr.smithi124.bgylrn (mgr.14180) 354 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:24 smithi139 conmon[88685]: audit 2023-11-17T05:57: 2023-11-17T05:57:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:24 smithi139 conmon[88685]: 23.620489+0000 mgr.smithi124.bgylrn (mgr.14180) 355 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:25.207 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:26.700 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:26 smithi124 conmon[83794]: cluster 2023-11-17T05:57:25.260806+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:57:26.700 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:26 smithi124 conmon[83794]: 356 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:26.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:26 smithi139 conmon[88685]: cluster 2023-11-17T05:57:25.260806+0000 mgr.smithi124.bgylrn (mgr.14180) 356 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:27.080 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:27.080 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:27.687 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:28.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:27 smithi124 conmon[83794]: audit 2023-11-17T05:57:27.076611+0000 mgr.smithi124.bgylrn (mgr.14180) 357 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:27 smithi124 conmon[83794]: cluster 2023-11-17T05:57:27.261329+0000 mgr.smithi124.bgylrn (mgr.14180) 358 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:27 smithi139 conmon[88685]: audit 2023-11-17T05:57:27.076611+0000 mgr.smithi124.bgylrn (mgr.14180) 357 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:27 smithi139 conmon[88685]: cluster 2023-11-17T05:57:27.261329+0000 mgr.smithi124.bgylrn (mgr.14180) 358 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:28.688 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:30.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:30 smithi124 conmon[83794]: cluster 2023-11-17T05:57:29.261855+0000 mgr.smithi124.bgylrn (mgr.14180) 359 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:30.558 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:30.558 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:30.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:30 smithi139 conmon[88685]: cluster 2023-11-17T05:57:29.261855+0000 mgr.smithi124.bgylrn (mgr.14180) 359 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:31.146 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:31.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:31 smithi124 conmon[83794]: audit 2023-11-17T05:57:30.554519+0000 mgr.smithi124.bgylrn (mgr.14180) 360 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:31.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:31 smithi139 conmon[88685]: audit 2023-11-17T05:57:30.554519+0000 mgr.smithi124.bgylrn (mgr.14180) 360 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:32.147 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:32 smithi124 conmon[83794]: cluster 2023-11-17T05:57:31.262343+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:57:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:32 smithi124 conmon[83794]: 361 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:32.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:32 smithi139 conmon[88685]: cluster 2023-11-17T05:57:31.262343+0000 mgr.smithi124.bgylrn (mgr.14180) 361 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:33.981 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:33.981 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:34.512 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:34 smithi139 conmon[88685]: cluster 2023-11-17T05:57:33.263125+0000 mgr.smithi124.bgylrn (mgr.14180) 362 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:34.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:34 smithi124 conmon[83794]: cluster 2023-11-17T05:57:33.263125+0000 mgr.smithi124.bgylrn (mgr.14180) 362 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:35.513 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:35.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:35 smithi124 conmon[83794]: audit 2023-11-17T05:57:33.976894+0000 mgr.smithi124.bgylrn (mgr.14180) 363 : audit [DBG] 2023-11-17T05:57:35.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:35 smithi124 conmon[83794]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:35.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:35 smithi139 conmon[88685]: audit 2023-11-17T05:57:33.976894+0000 mgr.smithi124.bgylrn (mgr.14180) 363 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:36.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:36 smithi139 conmon[88685]: cluster 2023-11-17T05:57:35.263473+0000 mgr.smithi124.bgylrn (mgr.14180) 364 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:36.791 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:36 smithi124 conmon[83794]: cluster 2023-11-17T05:57:35.263473+0000 mgr.smithi124.bgylrn (mgr.14180) 364 : 2023-11-17T05:57:36.791 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:36 smithi124 conmon[83794]: cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:37.442 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:37.442 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:38.012 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:37 smithi124 conmon[83794]: cluster 2023-11-17T05:57:37.263860+0000 mgr.smithi124.bgylrn (mgr.14180) 365 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:37 smithi124 conmon[83794]: audit 2023-11-17T05:57:37.438476+0000 mgr.smithi124.bgylrn (mgr.14180) 366 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:37 smithi139 conmon[88685]: cluster 2023-11-17T05:57:37.263860+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:57:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:37 smithi139 conmon[88685]: ) 365 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:37 smithi139 conmon[88685]: audit 2023-11-17T05:57:37.438476+0000 mgr.smithi124.bgylrn (mgr.14180) 366 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:39.013 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:40.479 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:40 smithi124 conmon[83794]: cluster 2023-11-17T05:57:39.264406+0000 mgr.smithi124.bgylrn (mgr.14180) 367 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:40.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:40 smithi139 conmon[88685]: cluster 2023-11-17T05:57:39.264406+0000 mgr.smithi124.bgylrn (mgr.14180) 367 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:40.844 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:40.844 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:41.427 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:42.429 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:42.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:42 smithi124 conmon[83794]: audit 2023-11-17T05:57:40.840858+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:57:42.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:42 smithi124 conmon[83794]: .14180) 368 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:42.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:42 smithi124 conmon[83794]: cluster 2023-11-17T05:57:41.264821+0000 mgr.smithi124.bgylrn (mgr.14180) 369 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:42.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:42 smithi139 conmon[88685]: audit 2023-11-17T05:57:40.840858+0000 mgr.smithi124.bgylrn (mgr.14180) 368 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:42.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:42 smithi139 conmon[88685]: cluster 2023-11-17T05:57:41.264821+0000 2023-11-17T05:57:42.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:42 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 369 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:44.288 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:44.288 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:44.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:44 smithi124 conmon[83794]: cluster 2023-11-17T05:57:43.265557+0000 mgr.smithi124.bgylrn (mgr.14180) 370 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:44 smithi139 conmon[88685]: cluster 2023-11-17T05:57:43.265557+0000 mgr.smithi124.bgylrn (mgr.14180) 370 : cluster [DBG] 2023-11-17T05:57:44.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:44 smithi139 conmon[88685]: pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:44.835 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:45.789 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:45 smithi124 conmon[83794]: audit 2023-11-17T05:57:44.283828+0000 mgr.smithi124.bgylrn (mgr.14180) 371 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:45.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:45 smithi139 conmon[88685]: audit 2023-11-17T05:57:44.283828+0000 mgr.smithi124.bgylrn (mgr.14180) 371 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:45.836 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:46.694 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:46 smithi124 conmon[83794]: cluster 2023-11-17T05:57:45.265867+0000 mgr.smithi124.bgylrn (mgr.14180) 372 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:48.192 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:46 smithi139 conmon[88685]: cluster 2023-11-17T05:57:45.265867+0000 mgr.smithi124.bgylrn (mgr.14180) 372 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:48.192 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:48.193 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:48.193 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:47 smithi124 conmon[83794]: cluster 2023-11-17T05:57:47.266430+0000 mgr.smithi124.bgylrn (mgr.14180) 373 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:48.194 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:47 smithi124 conmon[83794]: audit 2023-11-17T05:57:47.667666+0000 mgr.smithi124.bgylrn (mgr.14180) 374 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:48.219 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:47 smithi139 conmon[88685]: cluster 2023-11-17T05:57:47.266430+0000 mgr.smithi124.bgylrn (mgr.14180) 373 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:47 smithi139 conmon[88685]: audit 2023-11-17T05:57:47.667666+0000 mgr.smithi124.bgylrn (mgr.14180) 374 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:49.220 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:50.704 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:50 smithi124 conmon[83794]: cluster 2023-11-17T05:57:49.267043+0000 mgr.smithi124.bgylrn (mgr.14180) 375 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:50.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:50 smithi139 conmon[88685]: cluster 2023-11-17T05:57:49.267043+0000 mgr.smithi124.bgylrn (mgr.14180) 375 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:51.092 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:51.092 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:51.709 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:52.710 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:52.736 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:52 smithi124 conmon[83794]: audit 2023-11-17T05:57:51.088599+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:57:52.736 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:52 smithi124 conmon[83794]: 376 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:52.736 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:52 smithi124 conmon[83794]: cluster 2023-11-17T05:57:51.267536+0000 mgr.smithi124.bgylrn (mgr.14180) 377 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:52.783 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:52 smithi139 conmon[88685]: audit 2023-11-17T05:57:51.088599+0000 mgr.smithi124.bgylrn (mgr.14180) 376 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:52 smithi139 conmon[88685]: cluster 2023-11-17T05:57:51.267536 2023-11-17T05:57:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:52 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 377 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:54.480 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:54.480 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:54.668 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:54 smithi124 conmon[83794]: cluster 2023-11-17T05:57:53.268139+0000 mgr.smithi124.bgylrn (mgr.14180) 378 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:54 smithi139 conmon[88685]: cluster 2023-11-17T05:57:53.268139+0000 mgr.smithi124.bgylrn (mgr.14180) 378 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:54 smithi139 conmon[88685]: 2023-11-17T05:57:55.126 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:55.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:55 smithi124 conmon[83794]: audit 2023-11-17T05:57:54.476639+0000 mgr.smithi124.bgylrn (mgr.14180) 379 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:55.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:55 smithi139 conmon[88685]: audit 2023-11-17T05:57:54.476639+0000 mgr.smithi124.bgylrn (mgr.14180) 379 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:56.127 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:57:56.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:56 smithi124 conmon[83794]: cluster 2023-11-17T05:57:55. 2023-11-17T05:57:56.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:56 smithi124 conmon[83794]: 268563+0000 mgr.smithi124.bgylrn (mgr.14180) 380 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:56.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:56 smithi139 conmon[88685]: cluster 2023-11-17T05:57:55.268563+0000 mgr.smithi124.bgylrn (mgr.14180) 380 : cluster [DBG] 2023-11-17T05:57:56.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:56 smithi139 conmon[88685]: pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:58.010 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:57:58.011 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:57:58.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:57 smithi124 conmon[83794]: cluster 2023-11-17T05:57:57.268977+0000 mgr.smithi124.bgylrn (mgr.14180) 381 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:57 smithi139 conmon[88685]: cluster 2023-11-17T05:57:57.268977+0000 mgr.smithi124.bgylrn (mgr.14180) 381 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:57:58.645 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:57:59.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:58 smithi139 conmon[88685]: audit 2023-11-17T05:57:58.006832+0000 mgr.smithi124.bgylrn (mgr.14180) 382 : audit 2023-11-17T05:57:59.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:58 smithi139 conmon[88685]: [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:59.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:58 smithi124 conmon[83794]: audit 2023-11-17T05:57:58.006832+0000 mgr.smithi124.bgylrn (mgr.14180) 382 : audit 2023-11-17T05:57:59.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:58 smithi124 conmon[83794]: [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:57:59.647 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:59 smithi124 conmon[83794]: cluster 2023-11-17T05:57:59.269739+0000 mgr.smithi124.bgylrn 2023-11-17T05:58:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:57:59 smithi124 conmon[83794]: (mgr.14180) 383 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:57:59 smithi139 conmon[88685]: cluster 2023-11-17T05:57:59.269739+0000 mgr.smithi124.bgylrn (mgr.14180) 383 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:01.559 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:01.559 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:58:02.159 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:58:02.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:02 smithi124 conmon[83794]: cluster 2023-11-17T05:58:01.270194+0000 mgr.smithi124.bgylrn (mgr.14180) 384 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:02.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:02 smithi124 conmon[83794]: audit 2023-11-17T05:58:01.555467+0000 mgr.smithi124.bgylrn (mgr.14180) 385 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:02.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:02 smithi139 conmon[88685]: cluster 2023-11-17T05:58:01.270194+0000 mgr.smithi124.bgylrn (mgr.14180) 384 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:02.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:02 smithi139 conmon[88685]: audit 2023-11-17T05:58:01.555467+0000 mgr.smithi124.bgylrn (mgr.14180) 385 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:03.160 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:04.603 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:04 smithi124 conmon[83794]: cluster 2023-11-17T05:58:03.270811+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:58:04.603 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:04 smithi124 conmon[83794]: ) 386 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:04.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:04 smithi139 conmon[88685]: cluster 2023-11-17T05:58:03.270811+0000 mgr.smithi124.bgylrn (mgr.14180) 386 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:04.985 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:04.985 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:58:05.541 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:58:06.542 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:06.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:06 smithi139 conmon[88685]: audit 2023-11-17T05:58:04.981796+0000 mgr.smithi124.bgylrn (mgr.14180) 387 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:06.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:06 smithi139 conmon[88685]: cluster 2023-11-17T05:58:05.271140+0000 mgr.smithi124.bgylrn (mgr.14180) 388 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:06.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:06 smithi124 conmon[83794]: audit 2023-11-17T05:58:04.981796+0000 mgr.smithi124.bgylrn (mgr.14180) 387 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:06.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:06 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T05:58:06.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:06 smithi124 conmon[83794]: T05:58:05.271140+0000 mgr.smithi124.bgylrn (mgr.14180) 388 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:08.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:07 smithi124 conmon[83794]: cluster 2023-11-17T05:58:07.271575+0000 mgr.smithi124.bgylrn (mgr.14180) 389 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:07 smithi139 conmon[88685]: cluster 2023-11-17T05:58:07.271575+0000 mgr.smithi124.bgylrn (mgr.14180) 389 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:08.391 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:08.391 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:58:08.950 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:58:09.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:08 smithi124 conmon[83794]: audit 2023-11-17T05:58:08.387311+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:58:09.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:08 smithi124 conmon[83794]: ) 390 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:08 smithi139 conmon[88685]: audit 2023-11-17T05:58:08.387311+0000 mgr.smithi124.bgylrn (mgr.14180) 390 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:09.951 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:10.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:09 smithi124 conmon[83794]: cluster 2023-11-17T05:58:09.272236+0000 mgr.smithi124.bgylrn 2023-11-17T05:58:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:09 smithi124 conmon[83794]: (mgr.14180) 391 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:09 smithi139 conmon[88685]: cluster 2023-11-17T05:58:09.272236+0000 mgr.smithi124.bgylrn (mgr.14180) 391 : cluster 2023-11-17T05:58:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:09 smithi139 conmon[88685]: [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:11.844 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:11.845 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:46.851620Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:46.851758Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:46.851830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:46.851894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:46.851967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-17T05:58:12.473 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-17T05:58:12.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:12 smithi124 conmon[83794]: cluster 2023-11-17T05:58:11.272649+0000 mgr.smithi124.bgylrn (mgr.14180) 392 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:12.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:12 smithi139 conmon[88685]: cluster 2023-11-17T05:58:11.272649+0000 mgr.smithi124.bgylrn (mgr.14180) 392 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:13.475 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:13.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: audit 2023-11-17T05:58:11.840753+0000 mgr.smithi124.bgylrn (mgr.14180) 393 2023-11-17T05:58:13.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:13.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:12.540058+0000 mgr.smithi124.bgylrn (mgr.14180) 394 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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/ha 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: proxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:12.540238+0000 mgr.smithi124.bgylrn (mgr.14180) 395 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: audit 2023-11-17T05:58:12.540550+0000 mon.smithi124 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.slyaqa"}]: dispatch 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:12.541133+0000 mgr.smithi124.bgylrn (mgr.14180) 396 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.787 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: audit 2023-11-17T05:58:12.547323+0000 mon.smithi124 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:12.547584+0000 mgr.smithi124.bgylrn (mgr.14180) 397 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:12.548595+0000 mgr.smithi124.bgylrn (mgr.14180) 398 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: audit 2023-11-17T05:58:12.549273+0000 mon.smithi124 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:58:13.788 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:13 smithi124 conmon[83794]: cluster 2023-11-17T05:58:12.549409+0000 mgr.smithi124.bgylrn (mgr.14180) 399 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: audit 2023-11-17T05:58:11.840753 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 393 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:12.540058+0000 mgr.smithi124.bgylrn (mgr.14180) 394 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.791 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.794 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.794 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.794 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.794 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T05:58:13.794 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.795 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.796 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.796 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.796 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.796 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect 2023-11-17T05:58:13.798 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.799 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.799 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:12.540238+0000 mgr.smithi124.bgylrn (mgr.14180) 395 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.800 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: audit 2023-11-17T05:58:12.540550+0000 mon.smithi124 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.slyaqa"}]: dispatch 2023-11-17T05:58:13.800 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:12.541133+0000 mgr.smithi124.bgylrn (mgr.14180) 396 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.800 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa 2023-11-17T05:58:13.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa 2023-11-17T05:58:13.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.slyaqa ... 2023-11-17T05:58:13.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T05:58:13.803 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.803 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:56:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.803 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:57:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T05:58:13.804 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.804 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T05:58:13.805 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T05:58:13.805 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: audit 2023-11-17T05:58:12.547323+0000 mon.smithi124 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:13.805 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:12.547584+0000 mgr.smithi124.bgylrn (mgr.14180) 397 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T05:58:13.806 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:12.548595+0000 mgr.smithi124.bgylrn (mgr.14180) 398 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T05:58:13.806 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: audit 2023-11-17T05:58:12.549273+0000 mon.smithi124 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T05:58:13.806 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:13 smithi139 conmon[88685]: cluster 2023-11-17T05:58:12.549409+0000 mgr.smithi124.bgylrn (mgr.14180) 399 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:14.483 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:14 smithi124 conmon[83794]: cluster 2023-11-17T05:58:13.545548+0000 mon.smithi124 (mon.0) 631 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T05:58:14.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:14 smithi139 conmon[88685]: cluster 2023-11-17T05:58:13 2023-11-17T05:58:14.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:14 smithi139 conmon[88685]: .545548+0000 mon.smithi124 (mon.0) 631 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T05:58:15.435 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:15 smithi124 conmon[83794]: audit 2023-11-17T05:58:14.418481+0000 mon.smithi124 (mon.0) 2023-11-17T05:58:15.435 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:15 smithi124 conmon[83794]: 632 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:15.435 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:15 smithi124 conmon[83794]: cluster 2023-11-17T05:58:14.550037+0000 mgr.smithi124.bgylrn (mgr.14180) 400 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:15.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:15 smithi139 conmon[88685]: audit 2023-11-17T05:58:14.418481+0000 mon.smithi124 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:15.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:15 smithi139 conmon[88685]: cluster 2023-11-17T05:58:14.550037+0000 mgr.smithi124.bgylrn (mgr.14180) 400 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:15.878 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:15.879 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:52:50.495523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:52:50.495590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:52:50.495652Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:52:50.495419Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:52:50.495266Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:52:50.495712Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:52:50.495833Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:52:50.495773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-17T05:58:16.607 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-17T05:58:17.607 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:17.775 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:17 smithi124 conmon[83794]: audit 2023-11-17T05:58:15.873120+0000 mgr.smithi124.bgylrn (mgr.14180) 401 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:17.775 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:17 smithi124 conmon[83794]: audit 2023-11-17T05:58:16.466072+0000 mon.smithi124 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:17.775 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:17 smithi124 conmon[83794]: cluster 2023-11-17T05:58:16.550579+0000 mgr.smithi124.bgylrn (mgr.14180) 402 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:17.775 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:17 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.189642+0000 mon.smithi124 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:17.783 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:17 smithi139 conmon[88685]: audit 2023-11-17T05:58:15.873120+0000 mgr.smithi124.bgylrn (mgr.14180) 401 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:17.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:17 smithi139 conmon[88685]: audit 2023-11-17T05:58:16.466072+0000 mon.smithi124 (mon 2023-11-17T05:58:17.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:17 smithi139 conmon[88685]: .0) 633 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:17.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:17 smithi139 conmon[88685]: cluster 2023-11-17T05:58:16.550579+0000 mgr.smithi124.bgylrn (mgr.14180) 402 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:17.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:17 smithi139 conmon[88685]: audit 2023-11-17T05:58:17.189642+0000 mon.smithi124 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.504960+0000 mon.smithi124 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.505621+0000 mon.smithi124 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:17.508734+0000 mgr.smithi124.bgylrn (mgr.14180) 403 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.767037+0000 mon.smithi124 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.772578+0000 mon.smithi124 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.777512+0000 mon.smithi124 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: cluster 2023-11-17T05:58:17.778531+0000 mgr.smithi124.bgylrn (mgr.14180) 404 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: audit 2023-11-17T05:58:17.783468+0000 mon.smithi124 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:18 smithi124 conmon[83794]: cephadm 2023-11-17T05:58:17.792680+0000 mgr.smithi124.bgylrn (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.mulzjg on smithi139 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11-17T05:58:17.504960+0000 mon.smithi124 (mon.0) 635 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11-17T05:58:17.505621+0000 mon.smithi124 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: cephadm 2023-11-17T05:58:18.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: 2023-11-17T05:58:17.508734+0000 mgr.smithi124.bgylrn (mgr.14180) 403 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: 17T05:58:17.767037+0000 mon.smithi124 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11-17T05:58:17. 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: 772578+0000 mon.smithi124 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11-17T05:58:17 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: .777512+0000 mon.smithi124 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: cluster 2023-11-17T05:58: 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: 17.778531+0000 mgr.smithi124.bgylrn (mgr.14180) 404 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: audit 2023-11-17T05 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: :58:17.783468+0000 mon.smithi124 (mon.0) 640 : audit 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T05:58:18.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: cephadm 2023 2023-11-17T05:58:18.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:18 smithi139 conmon[88685]: -11-17T05:58:17.792680+0000 mgr.smithi124.bgylrn (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.mulzjg on smithi139 2023-11-17T05:58:19.494 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:19.495 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:19 smithi124 conmon[83794]: cluster 2023-11-17T05:58:18.775745+0000 mon.smithi124 (mon.0) 641 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:19 smithi124 conmon[83794]: cluster 2023-11 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:19 smithi124 conmon[83794]: -17T05:58:18.775803+0000 mon.smithi124 (mon.0) 642 : cluster [INF] Cluster is now healthy 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:19 smithi139 conmon[88685]: cluster 2023-11-17T05:58:18.775745+0000 mon.smithi124 (mon.0) 641 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:19 smithi139 conmon[88685]: 2023-11-17T05:58:19.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:19 smithi139 conmon[88685]: cluster 2023-11-17T05:58:18.775803+0000 mon.smithi124 (mon.0) 642 : cluster [INF] Cluster is now healthy 2023-11-17T05:58:20.014 INFO:tasks.cephadm:rgw.foo has 4/4 2023-11-17T05:58:20.014 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T05:58:20.024 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-11-17T05:58:20.025 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:20.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:20 smithi124 conmon[83794]: audit 2023-11-17T05:58:19.490471+0000 mgr.smithi124.bgylrn (mgr.14180) 406 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:20.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:20 smithi124 conmon[83794]: cluster 2023-11-17T05:58:19.779146+0000 mgr.smithi124.bgylrn (mgr.14180) 407 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 97 B/s wr, 2 op/s 2023-11-17T05:58:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:20 smithi139 conmon[88685]: audit 2023-11-17T05:58:19.490471+0000 mgr.smithi124.bgylrn (mgr.14180) 406 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:20 smithi139 conmon[88685]: 2023-11-17T05:58:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:20 smithi139 conmon[88685]: cluster 2023-11-17T05:58:19.779146+0000 mgr.smithi124.bgylrn (mgr.14180) 407 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 97 B/s wr, 2 op/s 2023-11-17T05:58:21.935 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:21.935 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:22.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:21 smithi124 conmon[83794]: cluster 2023-11-17T05:58:21.779514+0000 mgr.smithi124.bgylrn (mgr.14180) 408 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 97 B/s wr, 2 op/s 2023-11-17T05:58:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:21 smithi139 conmon[88685]: cluster 2023-11-17T05:58:21.779514+0000 mgr.smithi124.bgylrn (mgr.14180) 408 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 97 B/s wr, 2 op/s 2023-11-17T05:58:22.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:23.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:22 smithi124 conmon[83794]: audit 2023-11-17T05:58:21.930905+0000 mgr.smithi124.bgylrn (mgr.14180) 409 2023-11-17T05:58:23.570 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:22 smithi124 conmon[83794]: : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:23.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:22 smithi139 conmon[88685]: audit 2023-11-17T05:58:21.930905+0000 mgr.smithi124.bgylrn (mgr.14180) 409 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:23.570 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:22 smithi139 conmon[88685]: 2023-11-17T05:58:23.582 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:24.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:23 smithi124 conmon[83794]: cluster 2023-11-17T05:58:23.780079+0000 mgr.smithi124.bgylrn (mgr.14180) 410 2023-11-17T05:58:24.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:23 smithi124 conmon[83794]: : cluster [DBG] pgmap v304: 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-11-17T05:58:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:23 smithi139 conmon[88685]: cluster 2023-11-17T05:58:23.780079+0000 mgr.smithi124.bgylrn (mgr.14180) 410 : cluster [DBG] pgmap v304: 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-11-17T05:58:25.482 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:25.482 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:26.022 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:25 smithi124 conmon[83794]: audit 2023-11-17T05:58:25.477871+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:58:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:25 smithi124 conmon[83794]: ) 411 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:25 smithi124 conmon[83794]: cluster 2023-11-17T05:58:25.780658+0000 mgr.smithi124.bgylrn (mgr.14180) 412 : cluster [DBG] pgmap v305: 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-11-17T05:58:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:25 smithi139 conmon[88685]: audit 2023-11-17T05:58:25.477871+0000 mgr.smithi124.bgylrn (mgr.14180) 411 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:25 smithi139 conmon[88685]: 2023-11-17T05:58:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:25 smithi139 conmon[88685]: cluster 2023-11-17T05:58:25.780658+0000 mgr.smithi124.bgylrn (mgr.14180) 412 : cluster [DBG] pgmap v305: 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-11-17T05:58:27.026 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:28.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:27 smithi124 conmon[83794]: cluster 2023-11-17T05:58:27.781114+0000 mgr.smithi124.bgylrn (mgr.14180) 413 : cluster [DBG] pgmap v306: 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-11-17T05:58:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:27 smithi139 conmon[88685]: cluster 2023-11-17T05:58:27.781114+0000 mgr.smithi124.bgylrn (mgr.14180) 413 : cluster [DBG] pgmap v306: 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-11-17T05:58:28.847 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:28.847 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:29.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:29 smithi139 conmon[88685]: audit 2023-11-17T05:58:28.843278+0000 mgr.smithi124.bgylrn (mgr.14180) 414 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:29 smithi139 conmon[88685]: cluster 2023-11-17T05:58:29.781776+0000 mgr.smithi124.bgylrn (mgr.14180) 415 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-17T05:58:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:29 smithi124 conmon[83794]: audit 2023-11-17T05:58:28.843278+0000 mgr.smithi124.bgylrn (mgr.14180) 414 2023-11-17T05:58:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:29 smithi124 conmon[83794]: : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:29 smithi124 conmon[83794]: cluster 2023-11-17T05:58:29.781776+0000 mgr.smithi124.bgylrn (mgr.14180) 415 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-17T05:58:30.466 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:31.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:31 smithi124 conmon[83794]: cluster 2023-11-17T05:58:31.782148+0000 mgr.smithi124.bgylrn (mgr.14180) 416 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2023-11-17T05:58:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:31 smithi139 conmon[88685]: cluster 2023-11-17T05:58:31.782148+0000 mgr.smithi124.bgylrn (mgr.14180) 416 : cluster [DBG] 2023-11-17T05:58:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:31 smithi139 conmon[88685]: pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2023-11-17T05:58:32.380 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:32.380 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:32.930 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:32 smithi124 conmon[83794]: audit 2023-11-17T05:58:32.376121+0000 mgr.smithi124.bgylrn (mgr.14180) 417 : audit 2023-11-17T05:58:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:32 smithi124 conmon[83794]: [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:32 smithi139 conmon[88685]: audit 2023-11-17T05:58:32.376121+0000 mgr.smithi124.bgylrn (mgr.14180) 417 : audit 2023-11-17T05:58:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:32 smithi139 conmon[88685]: [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:33.931 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:33 smithi124 conmon[83794]: cluster 2023-11-17T05:58:33.783144+0000 mgr.smithi124.bgylrn (mgr.14180) 418 : cluster 2023-11-17T05:58:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:33 smithi124 conmon[83794]: [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2023-11-17T05:58:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:33 smithi139 conmon[88685]: cluster 2023-11-17T05:58:33.783144+0000 mgr.smithi124.bgylrn (mgr.14180) 418 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2023-11-17T05:58:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:33 smithi139 conmon[88685]: 2023-11-17T05:58:35.784 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:35.784 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:35 smithi124 conmon[83794]: audit 2023-11-17T05:58:35.779453+0000 mgr.smithi124.bgylrn (mgr.14180) 419 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:35 smithi124 conmon[83794]: cluster 2023-11-17T05:58:35.783513+0000 mgr.smithi124.bgylrn (mgr.14180) 420 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:35 smithi139 conmon[88685]: audit 2023-11-17T05:58:35.779453+0000 mgr.smithi124.bgylrn (mgr.14180) 419 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:35 smithi139 conmon[88685]: 2023-11-17T05:58:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:35 smithi139 conmon[88685]: cluster 2023-11-17T05:58:35.783513+0000 mgr.smithi124.bgylrn (mgr.14180) 420 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:36.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:37.390 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:38.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:37 smithi124 conmon[83794]: cluster 2023-11-17T05:58:37.784290+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:58:38.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:37 smithi124 conmon[83794]: 421 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:37 smithi139 conmon[88685]: cluster 2023-11-17T05:58:37.784290+0000 mgr.smithi124.bgylrn (mgr.14180) 421 : cluster [DBG] 2023-11-17T05:58:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:37 smithi139 conmon[88685]: pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:39.259 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:39.259 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:39.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:39 smithi124 conmon[83794]: audit 2023-11-17T05:58:39.249374+0000 mgr.smithi124.bgylrn (mgr.14180) 422 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:39 smithi124 conmon[83794]: cluster 2023-11-17T05:58:39.784908+0000 mgr.smithi124.bgylrn (mgr.14180) 423 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:39 smithi139 conmon[88685]: audit 2023-11-17T05:58:39.249374+0000 mgr.smithi124.bgylrn (mgr.14180) 422 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:39 smithi139 conmon[88685]: 2023-11-17T05:58:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:39 smithi139 conmon[88685]: cluster 2023-11-17T05:58:39.784908+0000 mgr.smithi124.bgylrn (mgr.14180) 423 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:40.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:42.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:41 smithi124 conmon[83794]: cluster 2023-11-17T05:58:41.785450+0000 mgr.smithi124.bgylrn (mgr.14180) 424 : cluster 2023-11-17T05:58:42.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:41 smithi124 conmon[83794]: [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:41 smithi139 conmon[88685]: cluster 2023-11-17T05:58:41.785450+0000 mgr.smithi124.bgylrn (mgr.14180) 424 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:42.685 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:42.686 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:43.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:42 smithi124 conmon[83794]: audit 2023-11-17T05:58:42.681132+0000 mgr.smithi124.bgylrn (mgr.14180) 425 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:43.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:42 smithi139 conmon[88685]: audit 2023-11-17T05:58:42.681132+0000 mgr.smithi124.bgylrn (mgr.14180) 425 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:44.232 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:44.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:43 smithi124 conmon[83794]: cluster 2023-11-17T05:58:43.786199+0000 mgr.smithi124.bgylrn (mgr.14180) 426 2023-11-17T05:58:44.263 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:43 smithi124 conmon[83794]: : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:43 smithi139 conmon[88685]: cluster 2023-11-17T05:58:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:43 smithi139 conmon[88685]: 2023-11-17T05:58:43.786199+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:58:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:43 smithi139 conmon[88685]: .14180) 426 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:45 smithi124 conmon[83794]: cluster 2023-11-17T05 2023-11-17T05:58:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:45 smithi124 conmon[83794]: :58:45.786614+0000 mgr.smithi124.bgylrn (mgr.14180) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:46.125 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:46.126 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:45 smithi139 conmon[88685]: cluster 2023-11-17T05:58:45.786614+0000 mgr.smithi124.bgylrn (mgr.14180) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:46.713 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:47.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:46 smithi124 conmon[83794]: audit 2023-11-17T05:58:46.121726+0000 mgr.smithi124.bgylrn (mgr.14180) 428 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:46 smithi139 conmon[88685]: audit 2023-11-17T05:58:46.121726+0000 mgr.smithi124.bgylrn (mgr.14180) 428 : audit 2023-11-17T05:58:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:46 smithi139 conmon[88685]: [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:47.714 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:58:48.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:47 smithi124 conmon[83794]: cluster 2023-11-17T05:58:47.787193 2023-11-17T05:58:48.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:47 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 429 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:47 smithi139 conmon[88685]: cluster 2023-11-17T05:58:47.787193+0000 mgr.smithi124.bgylrn (mgr.14180) 429 : cluster 2023-11-17T05:58:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:47 smithi139 conmon[88685]: [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:49.568 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:58:49.568 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:58:50.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:49 smithi124 conmon[83794]: audit 2023-11-17T05:58:49.562860+0000 mgr.smithi124.bgylrn (mgr.14180) 430 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:50.189 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:49 smithi124 conmon[83794]: cluster 2023-11-17T05:58:49.787617+0000 mgr.smithi124.bgylrn (mgr.14180) 431 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:50.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:58:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:49 smithi139 conmon[88685]: audit 2023-11-17T05:58:49.562860+0000 mgr.smithi124.bgylrn (mgr.14180) 430 : audit [DBG] 2023-11-17T05:58:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:49 smithi139 conmon[88685]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:58:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:49 smithi139 conmon[88685]: cluster 2023-11-17T05:58:49.787617+0000 mgr.smithi124.bgylrn (mgr.14180) 431 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:58:51.203 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:09.800 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:51 smithi139 conmon[88685]: cluster 2023-11-17T05:58:51.788118+0000 mgr.smithi124.bgylrn (mgr.14180) 432 : cluster [DBG] 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:51 smithi139 conmon[88685]: pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:53 smithi139 conmon[88685]: cluster 2023-11-17T05:58:53.789052+0000 mgr.smithi124.bgylrn (mgr.14180) 433 : cluster [DBG] 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:53 smithi139 conmon[88685]: pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:55 smithi139 conmon[88685]: cluster 2023-11-17T05:58:55.789533+0000 mgr.smithi124.bgylrn (mgr.14180) 434 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:55 smithi139 conmon[88685]: : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:57 smithi139 conmon[88685]: cluster 2023-11-17T05:58:57.790127+0000 mgr.smithi124.bgylrn (mgr.14180) 435 : cluster 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:57 smithi139 conmon[88685]: [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:59 smithi139 conmon[88685]: cluster 2023-11-17T05:58:59.790649+0000 mgr.smithi124.bgylrn (mgr.14180) 436 : cluster 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:58:59 smithi139 conmon[88685]: [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:01 smithi139 conmon[88685]: cluster 2023-11-17T05:59:01.791332+0000 mgr.smithi124.bgylrn (mgr.14180) 437 : cluster [DBG] 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:01 smithi139 conmon[88685]: pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:03 smithi139 conmon[88685]: cluster 2023-11-17T05:59:03.792025+0000 mgr.smithi124.bgylrn (mgr.14180) 438 : cluster 2023-11-17T05:59:09.801 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:03 smithi139 conmon[88685]: [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:05 smithi139 conmon[88685]: cluster 2023-11-17T05:59:05.792421+0000 mgr.smithi124.bgylrn (mgr.14180) 439 : cluster 2023-11-17T05:59:09.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:05 smithi139 conmon[88685]: [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:07 smithi139 conmon[88685]: cluster 2023-11-17T05:59:07.792949+0000 mgr.smithi124.bgylrn (mgr.14180) 440 : cluster [DBG] 2023-11-17T05:59:09.802 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:07 smithi139 conmon[88685]: pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.836 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:51 smithi124 conmon[83794]: cluster 2023-11-17T05:58:51.788118+0000 mgr.smithi124.bgylrn (mgr.14180) 432 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:53 smithi124 conmon[83794]: cluster 2023-11-17T05:58:53.789052+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:53 smithi124 conmon[83794]: .14180) 433 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:55 smithi124 conmon[83794]: cluster 2023-11-17T05:58:55.789533+0000 mgr.smithi124.bgylrn (mgr.14180) 434 : cluster 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:55 smithi124 conmon[83794]: [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:57 smithi124 conmon[83794]: cluster 2023-11-17T05:58:57.790127+0000 mgr.smithi124.bgylrn (mgr.14180) 435 : cluster [DBG] 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:57 smithi124 conmon[83794]: pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:59 smithi124 conmon[83794]: cluster 2023-11-17T05:58:59.790649+0000 mgr.smithi124.bgylrn (mgr.14180) 436 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:58:59 smithi124 conmon[83794]: 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:01 smithi124 conmon[83794]: cluster 2023-11-17T05:59:01.791332+0000 mgr.smithi124.bgylrn (mgr.14180) 437 : cluster 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:01 smithi124 conmon[83794]: [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:03 smithi124 conmon[83794]: cluster 2023-11-17T05:59:03.792025+0000 mgr.smithi124.bgylrn (mgr.14180) 438 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.837 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:05 smithi124 conmon[83794]: cluster 2023-11-17T05:59:05.792421+0000 mgr.smithi124.bgylrn (mgr.14180) 439 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:09.838 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:07 smithi124 conmon[83794]: cluster 2023-11-17T05:59:07.792949+0000 mgr.smithi124.bgylrn (mgr.14180) 440 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:09 smithi124 conmon[83794]: cluster 2023-11-17T05:59:09.793453+0000 mgr.smithi124.bgylrn (mgr.14180) 441 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:09 smithi124 conmon[83794]: 2023-11-17T05:59:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:09 smithi139 conmon[88685]: cluster 2023-11-17T05:59:09.793453+0000 mgr.smithi124.bgylrn (mgr.14180) 441 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:11.730 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:11.730 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:12.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:11 smithi124 conmon[83794]: audit 2023-11-17T05:59:11.725671+0000 mgr.smithi124.bgylrn (mgr.14180) 442 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:12.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:11 smithi124 conmon[83794]: cluster 2023-11-17T05:59:11.793761+0000 mgr.smithi124.bgylrn (mgr.14180) 443 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:11 smithi139 conmon[88685]: audit 2023-11-17T05:59:11.725671+0000 mgr.smithi124.bgylrn (mgr.14180) 442 2023-11-17T05:59:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:11 smithi139 conmon[88685]: : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:11 smithi139 conmon[88685]: cluster 2023-11-17T05:59:11.793761+0000 mgr.smithi124.bgylrn (mgr.14180) 443 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:12.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:13.299 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:14.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:13 smithi124 conmon[83794]: cluster 2023-11-17T05:59:13.794335+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T05:59:14.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:13 smithi124 conmon[83794]: .14180) 444 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:14.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:13 smithi139 conmon[88685]: cluster 2023-11-17T05:59:13.794335+0000 mgr.smithi124.bgylrn (mgr.14180) 444 : 2023-11-17T05:59:14.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:13 smithi139 conmon[88685]: cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:15.131 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:15.131 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:15.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:15 smithi124 conmon[83794]: audit 2023-11-17T05:59:15.126548+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:59:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:15 smithi124 conmon[83794]: 14180) 445 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:15 smithi124 conmon[83794]: cluster 2023-11-17T05:59:15.794698+0000 mgr.smithi124.bgylrn (mgr.14180) 446 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:15 smithi139 conmon[88685]: audit 2023-11-17T05:59:15.126548+0000 mgr.smithi124.bgylrn (mgr.14180) 445 : audit [DBG] 2023-11-17T05:59:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:15 smithi139 conmon[88685]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:15 smithi139 conmon[88685]: cluster 2023-11-17T05:59:15.794698+0000 mgr.smithi124.bgylrn (mgr.14180) 446 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:16.749 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:18.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:17 smithi124 conmon[83794]: cluster 2023-11-17T05:59:17.795172+0000 mgr.smithi124.bgylrn (mgr.14180) 447 2023-11-17T05:59:18.228 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:17 smithi124 conmon[83794]: : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:17 smithi139 conmon[88685]: cluster 2023-11-17T05:59:17.795172+0000 mgr.smithi124.bgylrn (mgr.14180) 447 : cluster 2023-11-17T05:59:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:17 smithi139 conmon[88685]: [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:18.621 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:18.621 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:19.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:18 smithi124 conmon[83794]: audit 2023-11-17T05:59:18.616979+0000 mgr.smithi124.bgylrn (mgr.14180) 448 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:18 smithi139 conmon[88685]: audit 2023-11-17T05:59:18.616979+0000 mgr.smithi124.bgylrn (mgr.14180) 448 2023-11-17T05:59:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:18 smithi139 conmon[88685]: : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:20.202 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:20.227 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:19 smithi124 conmon[83794]: cluster 2023-11-17T05:59:19.795864+0000 mgr.smithi124.bgylrn (mgr.14180) 449 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:19 smithi139 conmon[88685]: cluster 2023-11-17T05:59:19.795864+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T05:59:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:19 smithi139 conmon[88685]: ) 449 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:22.095 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:22.095 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:22.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:21 smithi124 conmon[83794]: cluster 2023-11-17T05:59:21.796174 2023-11-17T05:59:22.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:21 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 450 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:21 smithi139 conmon[88685]: cluster 2023-11-17T05:59:21.796174+0000 mgr.smithi124.bgylrn (mgr.14180) 450 : cluster [DBG] 2023-11-17T05:59:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:21 smithi139 conmon[88685]: pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:22.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:22 smithi139 conmon[88685]: audit 2023-11-17T05:59:22. 2023-11-17T05:59:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:22 smithi139 conmon[88685]: 090766+0000 mgr.smithi124.bgylrn (mgr.14180) 451 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:23.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:22 smithi124 conmon[83794]: audit 2023-11-17T05:59:22.090766+0000 mgr.smithi124.bgylrn (mgr.14180) 451 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:23.666 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:24.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:23 smithi124 conmon[83794]: cluster 2023-11-17T05:59:23. 2023-11-17T05:59:24.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:23 smithi124 conmon[83794]: 796762+0000 mgr.smithi124.bgylrn (mgr.14180) 452 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:23 smithi139 conmon[88685]: cluster 2023-11-17T05:59:23.796762+0000 mgr.smithi124.bgylrn (mgr.14180) 452 : 2023-11-17T05:59:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:23 smithi139 conmon[88685]: cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:25.544 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:25.544 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:26.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:25 smithi124 conmon[83794]: audit 2023-11-17T05:59:25.539937+0000 mgr.smithi124.bgylrn (mgr.14180) 453 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:26.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:25 smithi124 conmon[83794]: cluster 2023-11-17T05:59:25.797087+0000 mgr.smithi124.bgylrn (mgr.14180) 454 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:26.152 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:25 smithi139 conmon[88685]: audit 2023-11-17T05:59:25.539937+0000 mgr.smithi124.bgylrn (mgr.14180) 453 : audit [DBG] 2023-11-17T05:59:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:25 smithi139 conmon[88685]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:25 smithi139 conmon[88685]: cluster 2023-11-17T05:59:25.797087+0000 mgr.smithi124.bgylrn (mgr.14180) 454 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:27.153 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:27 smithi139 conmon[88685]: cluster 2023-11-17T05:59:27.797588+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:59:28.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:27 smithi139 conmon[88685]: 14180) 455 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:28.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:27 smithi124 conmon[83794]: cluster 2023-11-17T05:59:27.797588+0000 mgr.smithi124.bgylrn (mgr.14180) 455 : cluster 2023-11-17T05:59:28.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:27 smithi124 conmon[83794]: [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:28.957 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:28.957 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:29.582 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:30.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:29 smithi124 conmon[83794]: audit 2023-11-17T05:59:28.952158+0000 mgr.smithi124.bgylrn (mgr.14180) 456 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:29 smithi124 conmon[83794]: cluster 2023-11-17T05:59:29.798128+0000 mgr.smithi124.bgylrn (mgr.14180) 457 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:29 smithi139 conmon[88685]: audit 2023-11-17T05:59:28.952158+0000 mgr.smithi124.bgylrn (mgr.14180) 456 : audit 2023-11-17T05:59:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:29 smithi139 conmon[88685]: [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:29 smithi139 conmon[88685]: cluster 2023-11-17T05:59:29.798128+0000 mgr.smithi124.bgylrn (mgr.14180) 457 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:30.583 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:32.057 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:31 smithi124 conmon[83794]: cluster 2023-11-17T05:59:31.798467+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T05:59:32.057 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:31 smithi124 conmon[83794]: 14180) 458 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:31 smithi139 conmon[88685]: cluster 2023-11-17T05:59:31.798467+0000 mgr.smithi124.bgylrn (mgr.14180) 458 : cluster 2023-11-17T05:59:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:31 smithi139 conmon[88685]: [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:32.421 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:32.421 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:32.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:32 smithi124 conmon[83794]: audit 2023-11-17T05:59:32.417088+0000 mgr.smithi124.bgylrn (mgr.14180) 459 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:32 smithi139 conmon[88685]: audit 2023-11-17T05:59:32.417088+0000 mgr.smithi124.bgylrn (mgr.14180) 459 : audit [DBG] 2023-11-17T05:59:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:32 smithi139 conmon[88685]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:33.939 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:34.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:33 smithi124 conmon[83794]: cluster 2023-11-17T05:59:33.799170+0000 mgr.smithi124.bgylrn (mgr.14180) 460 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:34.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:33 smithi139 conmon[88685]: cluster 2023-11-17T05:59:33.799170+0000 mgr.smithi124.bgylrn (mgr.14180) 460 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:35.873 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:35.873 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:36.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:35 smithi124 conmon[83794]: cluster 2023-11-17T05:59:35.799533+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:59:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:35 smithi124 conmon[83794]: 461 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:35 smithi139 conmon[88685]: cluster 2023-11-17T05:59:35.799533+0000 mgr.smithi124.bgylrn (mgr.14180) 461 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:36.396 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:36 smithi124 conmon[83794]: audit 2023-11-17T05:59:35.868895+0000 mgr.smithi124.bgylrn (mgr.14180) 462 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:36 smithi139 conmon[88685]: audit 2023-11-17T05:59:35.868895+0000 mgr.smithi124.bgylrn (mgr.14180) 462 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:37.396 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:38.247 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:37 smithi124 conmon[83794]: cluster 2023-11-17T05:59:37.800113+0000 mgr.smithi124.bgylrn (mgr.14180) 463 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:37 smithi139 conmon[88685]: cluster 2023-11-17T05:59:37.800113+0000 mgr.smithi124.bgylrn (mgr.14180) 463 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:39.285 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:39.285 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:39.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:39 smithi124 conmon[83794]: audit 2023-11-17T05:59:39.280590+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:59:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:39 smithi124 conmon[83794]: 464 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:39 smithi124 conmon[83794]: cluster 2023-11-17T05:59:39.800806+0000 mgr.smithi124.bgylrn (mgr.14180) 465 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:39 smithi139 conmon[88685]: audit 2023-11-17T05:59:39.280590+0000 mgr.smithi124.bgylrn (mgr.14180) 464 : audit [DBG] 2023-11-17T05:59:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:39 smithi139 conmon[88685]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:39 smithi139 conmon[88685]: cluster 2023-11-17T05:59:39.800806+0000 mgr.smithi124.bgylrn (mgr.14180) 465 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:40.898 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:42.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:41 smithi124 conmon[83794]: cluster 2023-11-17T05:59:41.801189+0000 mgr.smithi124.bgylrn (mgr.14180) 466 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:42.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:41 smithi139 conmon[88685]: cluster 2023-11-17T05:59:41.801189+0000 mgr.smithi124.bgylrn (mgr.14180) 466 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:42.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:41 smithi139 conmon[88685]: 2023-11-17T05:59:42.763 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:42.763 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:43.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:42 smithi124 conmon[83794]: audit 2023-11-17T05:59:42.758399+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:59:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:42 smithi124 conmon[83794]: 467 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:42 smithi139 conmon[88685]: audit 2023-11-17T05:59:42.758399+0000 mgr.smithi124.bgylrn (mgr.14180) 467 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:43.320 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:44.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:43 smithi124 conmon[83794]: cluster 2023-11-17T05:59:43.801997+0000 mgr.smithi124.bgylrn (mgr.14180) 468 : cluster 2023-11-17T05:59:44.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:43 smithi124 conmon[83794]: [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:43 smithi139 conmon[88685]: cluster 2023-11-17T05:59:43.801997+0000 mgr.smithi124.bgylrn (mgr.14180) 468 : cluster [DBG] 2023-11-17T05:59:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:43 smithi139 conmon[88685]: pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:44.322 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:46.233 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:46.233 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:46.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:45 smithi124 conmon[83794]: cluster 2023-11-17T05:59:45.802472+0000 mgr.smithi124.bgylrn ( 2023-11-17T05:59:46.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:45 smithi124 conmon[83794]: mgr.14180) 469 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:45 smithi139 conmon[88685]: cluster 2023-11-17T05:59:45.802472+0000 mgr.smithi124.bgylrn (mgr.14180) 469 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:45 smithi139 conmon[88685]: 2023-11-17T05:59:46.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:47.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:46 smithi124 conmon[83794]: audit 2023-11-17T05:59:46.229159+0000 mgr.smithi124.bgylrn (mgr.14180) 470 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:46 smithi139 conmon[88685]: audit 2023-11-17T05:59:46.229159+0000 mgr.smithi124.bgylrn (mgr.14180) 470 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:47.780 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:48.272 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:47 smithi124 conmon[83794]: cluster 2023-11-17T05:59:47.803227+0000 mgr.smithi124.bgylrn (mgr.14180) 471 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:47 smithi139 conmon[88685]: cluster 2023-11-17T05:59:47.803227+0000 mgr.smithi124.bgylrn (mgr.14180) 471 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:47 smithi139 conmon[88685]: 2023-11-17T05:59:49.668 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T05:59:57.237 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T05:59:57.238 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:49 smithi124 conmon[83794]: audit 2023-11-17T05:59:49.664314+0000 mgr.smithi124.bgylrn (mgr.14180) 472 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:57.238 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:49 smithi124 conmon[83794]: cluster 2023-11-17T05:59:49.803684+0000 mgr.smithi124.bgylrn (mgr.14180) 473 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:49 smithi139 conmon[88685]: audit 2023-11-17T05:59:49.664314+0000 mgr.smithi124.bgylrn (mgr.14180) 472 : audit [DBG] 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:49 smithi139 conmon[88685]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:49 smithi139 conmon[88685]: cluster 2023-11-17T05:59:49.803684+0000 mgr.smithi124.bgylrn (mgr.14180) 473 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:51 smithi139 conmon[88685]: cluster 2023-11-17T05:59:51.804070+0000 mgr.smithi124.bgylrn (mgr.14180) 474 : cluster [DBG] 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:51 smithi139 conmon[88685]: pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:53 smithi139 conmon[88685]: cluster 2023-11-17T05:59:53.804745+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:53 smithi139 conmon[88685]: 475 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:55 smithi139 conmon[88685]: cluster 2023-11-17T05:59:55.805263+0000 mgr.smithi124.bgylrn (mgr.14180) 476 : cluster 2023-11-17T05:59:57.239 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:55 smithi139 conmon[88685]: [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.240 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T05:59:57.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:51 smithi124 conmon[83794]: cluster 2023-11-17T05:59:51.804070+0000 mgr.smithi124.bgylrn (mgr.14180) 474 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:53 smithi124 conmon[83794]: cluster 2023-11-17T05:59:53.804745+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T05:59:57.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:53 smithi124 conmon[83794]: 475 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:57.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:55 smithi124 conmon[83794]: cluster 2023-11-17T05:59:55.805263+0000 2023-11-17T05:59:57.282 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:55 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 476 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:58.244 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:59:58.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:57 smithi124 conmon[83794]: cluster 2023-11-17T05:59:57.805860+0000 mgr.smithi124.bgylrn (mgr.14180) 477 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T05:59:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:57 smithi139 conmon[88685]: cluster 2023-11-17T05:59:57.805860+0000 mgr.smithi124.bgylrn (mgr.14180) 477 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:00.179 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:00.179 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:00.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 05:59:59 smithi124 conmon[83794]: cluster 2023-11-17T05:59:59.806419+0000 mgr.smithi124.bgylrn (mgr.14180) 478 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 05:59:59 smithi139 conmon[88685]: cluster 2023-11-17T05:59:59.806419+0000 mgr.smithi124.bgylrn (mgr.14180) 478 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:00.768 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:01.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:00 smithi124 conmon[83794]: cluster 2023-11-17T06:00:00.003227+0000 mon.smithi124 (mon.0) 643 : cluster [INF] overall HEALTH_OK 2023-11-17T06:00:01.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:00 smithi124 conmon[83794]: 2023-11-17T06:00:01.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:00 smithi124 conmon[83794]: audit 2023-11-17T06:00:00.174841+0000 mgr.smithi124.bgylrn (mgr.14180) 479 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:00 smithi139 conmon[88685]: cluster 2023-11-17T06:00:00.003227+0000 mon.smithi124 (mon.0) 643 : cluster [INF] overall HEALTH_OK 2023-11-17T06:00:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:00 smithi139 conmon[88685]: audit 2023-11-17T 2023-11-17T06:00:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:00 smithi139 conmon[88685]: 06:00:00.174841+0000 mgr.smithi124.bgylrn (mgr.14180) 479 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:01.770 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:02.252 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:01 smithi124 conmon[83794]: cluster 2023-11-17T06:00:01.806821+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:00:02.252 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:01 smithi124 conmon[83794]: 480 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:01 smithi139 conmon[88685]: cluster 2023-11-17T06:00:01.806821+0000 mgr.smithi124.bgylrn (mgr.14180) 480 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:03.564 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:03.564 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:04.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:03 smithi124 conmon[83794]: audit 2023-11-17T06:00:03.560223+0000 mgr.smithi124.bgylrn (mgr.14180) 481 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:04.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:03 smithi124 conmon[83794]: cluster 2023-11-17T06:00:03.807461+0000 mgr.smithi124.bgylrn (mgr.14180) 482 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:04.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:04.283 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:03 smithi139 conmon[88685]: audit 2023-11-17T06:00:03.560223+0000 mgr.smithi124.bgylrn (mgr.14180) 481 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:04.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:03 smithi139 conmon[88685]: cluster 2023-11-17T06:00:03.807461+0000 mgr.smithi124.bgylrn (mgr.14180) 482 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:05.182 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:06.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:05 smithi124 conmon[83794]: cluster 2023-11-17T06:00:05.808028+0000 mgr.smithi124.bgylrn (mgr.14180) 483 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:05 smithi139 conmon[88685]: cluster 2023-11-17T06:00:05.808028+0000 mgr.smithi124.bgylrn (mgr.14180) 483 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:07.047 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:07.047 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:07.641 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:07 smithi124 conmon[83794]: audit 2023-11-17T06:00:07.042662+0000 mgr.smithi124.bgylrn (mgr.14180) 484 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:07 smithi124 conmon[83794]: cluster 2023-11-17T06:00:07.808700+0000 mgr.smithi124.bgylrn (mgr.14180) 485 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:07 smithi139 conmon[88685]: audit 2023-11-17T06:00:07.042662+0000 mgr.smithi124.bgylrn (mgr.14180) 484 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:07 smithi139 conmon[88685]: cluster 2023-11-17T06:00:07.808700+0000 mgr.smithi124.bgylrn (mgr.14180) 485 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:08.643 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:10.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:09 smithi124 conmon[83794]: cluster 2023-11-17T06:00:09.809347+0000 mgr.smithi124.bgylrn (mgr.14180) 486 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:09 smithi139 conmon[88685]: cluster 2023-11-17T06:00:09.809347+0000 mgr.smithi124.bgylrn (mgr.14180) 486 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:10.445 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:10.445 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:10.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:11.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:10 smithi124 conmon[83794]: audit 2023-11-17T06:00:10.441116+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:00:11.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:10 smithi124 conmon[83794]: 14180) 487 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:11.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:10 smithi139 conmon[88685]: audit 2023-11-17T06:00:10.441116+0000 mgr.smithi124.bgylrn (mgr.14180) 487 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:11.992 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:11 smithi124 conmon[83794]: cluster 2023-11-17T06:00:11.809791+0000 mgr.smithi124.bgylrn (mgr.14180) 488 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:11 smithi139 conmon[88685]: cluster 2023-11-17T06:00:11.809791+0000 mgr.smithi124.bgylrn (mgr.14180) 488 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:13.887 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:13.888 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:14.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:13 smithi124 conmon[83794]: cluster 2023-11-17T06:00:13.810412+0000 mgr.smithi124.bgylrn (mgr.14180) 489 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:14.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:13 smithi139 conmon[88685]: cluster 2023-11-17T06:00:13.810412+0000 mgr.smithi124.bgylrn (mgr.14180) 489 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:14.499 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:14 smithi124 conmon[83794]: audit 2023-11-17T06:00:13.882919+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:00:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:14 smithi124 conmon[83794]: mgr.14180) 490 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:15.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:14 smithi139 conmon[88685]: audit 2023-11-17T06:00:13.882919+0000 mgr.smithi124.bgylrn (mgr.14180) 490 : audit [DBG] 2023-11-17T06:00:15.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:14 smithi139 conmon[88685]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:15.500 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:16.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:15 smithi124 conmon[83794]: cluster 2023-11-17T06 2023-11-17T06:00:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:15 smithi124 conmon[83794]: :00:15.810884+0000 mgr.smithi124.bgylrn (mgr.14180) 491 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:15 smithi139 conmon[88685]: cluster 2023-11-17T06:00:15.810884+0000 mgr.smithi124.bgylrn (mgr.14180) 491 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:17.390 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:17.391 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:17.966 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:20.241 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:17 smithi139 conmon[88685]: audit 2023-11-17T06:00:17.386472+0000 mgr.smithi124.bgylrn (mgr.14180) 492 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:20.242 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:17 smithi139 conmon[88685]: cluster 2023-11-17T06:00:17.811426+0000 mgr.smithi124.bgylrn (mgr.14180) 493 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:20.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:17 smithi124 conmon[83794]: audit 2023-11-17T06:00:17.386472+0000 mgr.smithi124.bgylrn (mgr.14180) 492 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:20.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:17 smithi124 conmon[83794]: cluster 2023-11-17T06:00:17.811426+0000 mgr.smithi124.bgylrn (mgr.14180) 493 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:20.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:19 smithi139 conmon[88685]: cluster 2023-11-17T06:00:19.811974+0000 mgr.smithi124.bgylrn (mgr.14180) 494 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:20.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:19 smithi124 conmon[83794]: cluster 2023-11-17T06:00:19.811974+0000 mgr.smithi124.bgylrn (mgr.14180) 494 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:21.241 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:21 smithi124 conmon[83794]: cluster 2023-11-17T06:00:21 2023-11-17T06:00:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:21 smithi124 conmon[83794]: .812369+0000 mgr.smithi124.bgylrn (mgr.14180) 495 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:21 smithi139 conmon[88685]: cluster 2023-11-17T06:00:21.812369+0000 mgr.smithi124.bgylrn (mgr.14180) 495 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:23.071 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:23.071 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:23.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:24.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:23 smithi124 conmon[83794]: audit 2023-11-17T06:00:23.066801+0000 mgr.smithi124.bgylrn (mgr.14180) 496 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:24.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:23 smithi124 conmon[83794]: cluster 2023-11-17T06:00:23.812956+0000 mgr.smithi124.bgylrn (mgr.14180) 497 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:24.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:23 smithi139 conmon[88685]: audit 2023-11-17T06:00:23.066801+0000 mgr.smithi124.bgylrn (mgr.14180) 496 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:24.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:23 smithi139 conmon[88685]: 2023-11-17T06:00:24.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:23 smithi139 conmon[88685]: cluster 2023-11-17T06:00:23.812956+0000 mgr.smithi124.bgylrn (mgr.14180) 497 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:24.625 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:26.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:25 smithi124 conmon[83794]: cluster 2023-11-17T06:00:25.813341+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:00:44.934 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:25 smithi124 conmon[83794]: mgr.14180) 498 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.937 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:44.937 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:44.937 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:44.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:25 smithi139 conmon[88685]: cluster 2023-11-17T06:00:25.813341+0000 mgr.smithi124.bgylrn (mgr.14180) 498 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:26 smithi139 conmon[88685]: audit 2023-11-17T06:00:26.477467+0000 mgr.smithi124.bgylrn (mgr.14180) 499 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:44.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:27 smithi139 conmon[88685]: cluster 2023-11-17T06:00:27.813902+0000 mgr.smithi124.bgylrn (mgr.14180) 500 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:29 smithi139 conmon[88685]: cluster 2023-11-17T06:00:29.814609+0000 mgr.smithi124.bgylrn (mgr.14180) 501 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:31 smithi139 conmon[88685]: cluster 2023-11-17T06:00:31.815004+0000 mgr.smithi124.bgylrn (mgr.14180) 502 : cluster 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:31 smithi139 conmon[88685]: [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:33 smithi139 conmon[88685]: cluster 2023-11-17T06:00:33.815871+0000 mgr.smithi124.bgylrn (mgr.14180) 503 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:35 smithi139 conmon[88685]: cluster 2023-11-17T06:00:35.816289+0000 mgr.smithi124.bgylrn (mgr.14180) 504 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:37 smithi139 conmon[88685]: cluster 2023-11-17T06:00:37.816936+0000 mgr.smithi124.bgylrn (mgr.14180) 505 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:37 smithi139 conmon[88685]: 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:39 smithi139 conmon[88685]: cluster 2023-11-17T06:00:39.817557+0000 mgr.smithi124.bgylrn (mgr.14180) 506 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:41 smithi139 conmon[88685]: cluster 2023-11-17T06:00:41.818188+0000 mgr.smithi124.bgylrn (mgr.14180) 507 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:43 smithi139 conmon[88685]: cluster 2023-11-17T06:00:43.818998+0000 mgr.smithi124.bgylrn (mgr.14180) 508 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:26 smithi124 conmon[83794]: audit 2023-11-17T06:00:26.477467+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:26 smithi124 conmon[83794]: .14180) 499 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:27 smithi124 conmon[83794]: cluster 2023-11-17T06:00:27.813902+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:27 smithi124 conmon[83794]: 500 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:29 smithi124 conmon[83794]: cluster 2023-11-17T06:00:29.814609+0000 mgr.smithi124.bgylrn (mgr.14180) 501 : cluster [DBG] 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:29 smithi124 conmon[83794]: pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:31 smithi124 conmon[83794]: cluster 2023-11-17T06:00:31.815004+0000 mgr.smithi124.bgylrn (mgr.14180) 502 : cluster 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:31 smithi124 conmon[83794]: [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.940 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:33 smithi124 conmon[83794]: cluster 2023-11-17T06:00:33.815871+0000 mgr.smithi124.bgylrn (mgr.14180) 503 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:35 smithi124 conmon[83794]: cluster 2023-11-17T06:00:35.816289+0000 mgr.smithi124.bgylrn (mgr.14180) 504 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:35 smithi124 conmon[83794]: 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:37 smithi124 conmon[83794]: cluster 2023-11-17T06:00:37.816936+0000 mgr.smithi124.bgylrn (mgr.14180) 505 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:37 smithi124 conmon[83794]: 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:39 smithi124 conmon[83794]: cluster 2023-11-17T06:00:39.817557+0000 mgr.smithi124.bgylrn (mgr.14180) 506 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:41 smithi124 conmon[83794]: cluster 2023-11-17T06:00:41.818188+0000 mgr.smithi124.bgylrn (mgr.14180) 507 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:44.941 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:43 smithi124 conmon[83794]: cluster 2023-11-17T06:00:43.818998+0000 mgr.smithi124.bgylrn (mgr.14180) 508 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:45.938 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:46.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:45 smithi124 conmon[83794]: cluster 2023-11-17T06:00:45.819404+0000 mgr.smithi124.bgylrn (mgr.14180) 509 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:45 smithi139 conmon[88685]: cluster 2023-11-17T06:00:45.819404+0000 mgr.smithi124.bgylrn (mgr.14180) 509 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:45 smithi139 conmon[88685]: 2023-11-17T06:00:47.842 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:47.842 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.964795Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:48.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:47 smithi124 conmon[83794]: cluster 2023-11-17T06:00:47.819975+0000 mgr.smithi124.bgylrn (mgr.14180) 510 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:48.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:47 smithi124 conmon[83794]: audit 2023-11-17T06:00:47.837954+0000 mgr.smithi124.bgylrn (mgr.14180) 511 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:47 smithi139 conmon[88685]: cluster 2023-11-17T06:00:47.819975+0000 mgr.smithi124.bgylrn (mgr.14180) 510 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:47 smithi139 conmon[88685]: audit 2023-11-17T06:00:47.837954+0000 mgr.smithi124.bgylrn (mgr.14180) 511 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:48.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:49.454 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:49 smithi124 conmon[83794]: cluster 2023-11-17T06:00:49.820500+0000 mgr.smithi124.bgylrn (mgr.14180) 512 : cluster 2023-11-17T06:00:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:49 smithi124 conmon[83794]: [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:49 smithi139 conmon[88685]: cluster 2023-11-17T06:00:49.820500+0000 mgr.smithi124.bgylrn (mgr.14180) 512 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:50.971 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: cephadm 2023-11-17T06:00:50.827428+0000 mgr.smithi124.bgylrn (mgr.14180) 513 : cephadm [ERR] 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:50.973 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: ERROR: 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: cephadm 2023-11-17T06:00:50.827609+0000 mgr.smithi124.bgylrn (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: audit 2023-11-17T06:00:50.827941+0000 mon.smithi124 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.mulzjg"}]: dispatch 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: cephadm 2023-11-17T06:00:50.828538+0000 mgr.smithi124.bgylrn (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.974 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:50.975 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.018 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.018 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.018 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.018 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:50 smithi124 conmon[83794]: cephadm 2023-11-17T06:00:50.829920+0000 mgr.smithi124.bgylrn (mgr.14180) 516 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.oifjxh on smithi124 2023-11-17T06:00:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: cephadm 2023-11-17T06:00:50.827428+0000 mgr.smithi124.bgylrn (mgr.14180) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:00:51.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: cephadm 2023-11-17T06:00:50.827609+0000 mgr.smithi124.bgylrn (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: audit 2023-11-17T06:00:50.827941+0000 mon.smithi124 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.mulzjg"}]: dispatch 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: cephadm 2023-11-17T06:00:50.828538+0000 mgr.smithi124.bgylrn (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.mulzjg ... 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:00:51.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:58:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T05:59:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:00:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:00:51.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:50 smithi139 conmon[88685]: cephadm 2023-11-17T06:00:50.829920+0000 mgr.smithi124.bgylrn (mgr.14180) 516 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.oifjxh on smithi124 2023-11-17T06:00:51.403 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:51.403 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:51.979 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:52.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:51 smithi124 conmon[83794]: audit 2023-11-17T06:00:51.396122+0000 mgr.smithi124.bgylrn (mgr.14180) 517 : 2023-11-17T06:00:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:51 smithi124 conmon[83794]: audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:51 smithi124 conmon[83794]: cluster 2023-11-17T06:00:51.821056+0000 mgr.smithi124.bgylrn (mgr.14180) 518 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:51 smithi139 conmon[88685]: audit 2023-11-17T06:00:51.396122+0000 mgr.smithi124.bgylrn (mgr.14180) 517 : audit [DBG] 2023-11-17T06:00:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:51 smithi139 conmon[88685]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:51 smithi139 conmon[88685]: cluster 2023-11-17T06:00:51.821056+0000 mgr.smithi124.bgylrn (mgr.14180) 518 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:52.980 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:54.142 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:53 smithi124 conmon[83794]: cluster 2023-11-17T06:00:53.821723+0000 mgr.smithi124.bgylrn (mgr.14180) 519 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:53 smithi139 conmon[88685]: cluster 2023-11-17T06:00:53.821723+0000 mgr.smithi124.bgylrn (mgr.14180) 519 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:54.776 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:54.777 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:55.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:54 smithi124 conmon[83794]: audit 2023-11-17T06:00:54.772346+0000 mgr.smithi124.bgylrn 2023-11-17T06:00:55.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:54 smithi124 conmon[83794]: (mgr.14180) 520 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:55.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:54 smithi139 conmon[88685]: audit 2023-11-17T06:00:54.772346+0000 mgr.smithi124.bgylrn (mgr.14180) 520 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:55.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:55 smithi124 conmon[83794]: cluster 2023-11-17T06:00:55.822257+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:00:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:55 smithi124 conmon[83794]: 521 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:55 smithi139 conmon[88685]: cluster 2023-11-17T06:00:55.822257+0000 mgr.smithi124.bgylrn (mgr.14180) 521 : cluster 2023-11-17T06:00:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:55 smithi139 conmon[88685]: [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:56.363 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:00:58.228 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:00:58.228 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:00:58.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:57 smithi124 conmon[83794]: cluster 2023-11-17T06:00:57.822911+0000 mgr.smithi124.bgylrn (mgr.14180) 522 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:57 smithi139 conmon[88685]: cluster 2023-11-17T06:00:57.822911+0000 mgr.smithi124.bgylrn (mgr.14180) 522 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:00:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:57 smithi139 conmon[88685]: 2023-11-17T06:00:58.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:00:59.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:58 smithi124 conmon[83794]: audit 2023-11-17T06:00:58.224528+0000 mgr.smithi124.bgylrn (mgr.14180) 523 : audit 2023-11-17T06:00:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:58 smithi124 conmon[83794]: [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:59.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:58 smithi139 conmon[88685]: audit 2023-11-17T06:00:58.224528+0000 mgr.smithi124.bgylrn (mgr.14180) 523 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:00:59.828 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:00.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:59 smithi124 conmon[83794]: cluster 2023-11-17T06:00:59.823501+0000 mgr.smithi124.bgylrn (mgr.14180) 524 : cluster 2023-11-17T06:01:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:00:59 smithi124 conmon[83794]: [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:59 smithi139 conmon[88685]: cluster 2023-11-17T06:00:59.823501+0000 mgr.smithi124.bgylrn (mgr.14180) 524 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:00:59 smithi139 conmon[88685]: 2023-11-17T06:01:01.607 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:01.607 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:02.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:01 smithi124 conmon[83794]: audit 2023-11-17T06:01:01.602586+0000 mgr.smithi124.bgylrn (mgr.14180) 525 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:02.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:01 smithi124 conmon[83794]: cluster 2023-11-17T06:01:01.823890+0000 mgr.smithi124.bgylrn (mgr.14180) 526 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:02.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:01 smithi139 conmon[88685]: audit 2023-11-17T06:01:01.602586+0000 mgr.smithi124.bgylrn (mgr.14180) 525 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:01 smithi139 conmon[88685]: cluster 2023-11-17T06:01:01 2023-11-17T06:01:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:01 smithi139 conmon[88685]: .823890+0000 mgr.smithi124.bgylrn (mgr.14180) 526 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:03.220 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:04.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:03 smithi124 conmon[83794]: cluster 2023-11-17T06:01:03.824505+0000 mgr.smithi124.bgylrn (mgr.14180) 527 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:04.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:03 smithi139 conmon[88685]: cluster 2023-11-17T06:01:03.824505+0000 mgr.smithi124.bgylrn (mgr.14180) 527 : cluster 2023-11-17T06:01:04.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:03 smithi139 conmon[88685]: [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:05.021 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:05.021 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:05.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:06.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:05 smithi124 conmon[83794]: audit 2023-11-17T06:01:05. 2023-11-17T06:01:06.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:05 smithi124 conmon[83794]: 016928+0000 mgr.smithi124.bgylrn (mgr.14180) 528 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:06.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:05 smithi124 conmon[83794]: cluster 2023-11-17T06:01:05.824815+0000 mgr.smithi124.bgylrn (mgr.14180) 529 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:05 smithi139 conmon[88685]: audit 2023-11-17T06:01:05.016928+0000 mgr.smithi124.bgylrn (mgr.14180) 528 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:05 smithi139 conmon[88685]: cluster 2023-11-17T06:01:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:05 smithi139 conmon[88685]: 2023-11-17T06:01:05.824815+0000 mgr.smithi124.bgylrn (mgr.14180) 529 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:06.610 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:08.100 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:07 smithi124 conmon[83794]: cluster 2023-11-17T06:01:07.825362+0000 mgr.smithi124.bgylrn (mgr.14180) 530 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:07 smithi139 conmon[88685]: cluster 2023-11-17T06:01:07.825362+0000 mgr.smithi124.bgylrn (mgr.14180) 530 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:08.472 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:08.472 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:09.017 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:09.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:08 smithi124 conmon[83794]: audit 2023-11-17T06:01:08.467579+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:01:09.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:08 smithi124 conmon[83794]: 14180) 531 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:08 smithi139 conmon[88685]: audit 2023-11-17T06:01:08.467579+0000 mgr.smithi124.bgylrn (mgr.14180) 531 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:10.018 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:09 smithi124 conmon[83794]: cluster 2023-11-17T06:01:09.825809+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:01:26.344 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:09 smithi124 conmon[83794]: mgr.14180) 532 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.363 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:26.363 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:26.384 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:11 smithi124 conmon[83794]: cluster 2023-11-17T06:01:11.826178+0000 mgr.smithi124.bgylrn (mgr.14180) 533 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:09 smithi139 conmon[88685]: cluster 2023-11-17T06:01:09.825809+0000 mgr.smithi124.bgylrn (mgr.14180) 532 : cluster [DBG] 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:09 smithi139 conmon[88685]: pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:11 smithi139 conmon[88685]: cluster 2023-11-17T06:01:11.826178+0000 mgr.smithi124.bgylrn (mgr.14180) 533 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:12 smithi139 conmon[88685]: audit 2023-11-17T06:01:11.861571+0000 mgr.smithi124.bgylrn (mgr.14180) 534 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:13 smithi139 conmon[88685]: cluster 2023-11-17T06:01:13.827072+0000 mgr.smithi124.bgylrn (mgr.14180) 535 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:15 smithi139 conmon[88685]: cluster 2023-11-17T06:01:15.827598+0000 mgr.smithi124.bgylrn (mgr.14180) 536 : 2023-11-17T06:01:26.412 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:15 smithi139 conmon[88685]: cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:17 smithi139 conmon[88685]: cluster 2023-11-17T06:01:17.828219+0000 mgr.smithi124.bgylrn (mgr.14180) 537 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:17 smithi139 conmon[88685]: 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:19 smithi139 conmon[88685]: cluster 2023-11-17T06:01:19.828618+0000 mgr.smithi124.bgylrn (mgr.14180) 538 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:21 smithi139 conmon[88685]: cluster 2023-11-17T06:01:21.828982+0000 mgr.smithi124.bgylrn (mgr.14180) 539 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:23 smithi139 conmon[88685]: cluster 2023-11-17T06:01:23.829946+0000 mgr.smithi124.bgylrn (mgr.14180) 540 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:25 smithi139 conmon[88685]: cluster 2023-11-17T06:01:25.830341+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:01:26.413 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:25 smithi139 conmon[88685]: ) 541 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.566 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:12 smithi124 conmon[83794]: audit 2023-11-17T06:01:11.861571+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:12 smithi124 conmon[83794]: .14180) 534 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:13 smithi124 conmon[83794]: cluster 2023-11-17T06:01:13.827072+0000 mgr.smithi124.bgylrn (mgr.14180) 535 : cluster 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:13 smithi124 conmon[83794]: [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:15 smithi124 conmon[83794]: cluster 2023-11-17T06:01:15.827598 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:15 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 536 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:17 smithi124 conmon[83794]: cluster 2023-11-17T06:01:17.828219+0000 mgr.smithi124.bgylrn (mgr.14180) 537 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:17 smithi124 conmon[83794]: 2023-11-17T06:01:26.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:19 smithi124 conmon[83794]: cluster 2023-11-17T06:01:19.828618+0000 mgr.smithi124.bgylrn (mgr.14180) 538 : 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:19 smithi124 conmon[83794]: cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:21 smithi124 conmon[83794]: cluster 2023-11-17T06:01:21.828982+0000 mgr.smithi124.bgylrn (mgr.14180) 539 : cluster 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:21 smithi124 conmon[83794]: [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:23 smithi124 conmon[83794]: cluster 2023-11-17T06:01:23.829946+0000 mgr.smithi124.bgylrn (mgr.14180) 540 : 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:23 smithi124 conmon[83794]: cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:25 smithi124 conmon[83794]: cluster 2023-11-17T06:01:25.830341+0000 mgr.smithi124.bgylrn (mgr.14180) 541 : 2023-11-17T06:01:26.568 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:25 smithi124 conmon[83794]: cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:27.567 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:28.248 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:27 smithi124 conmon[83794]: cluster 2023-11-17T06:01:27.830953+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:01:28.248 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:27 smithi124 conmon[83794]: mgr.14180) 542 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:27 smithi139 conmon[88685]: cluster 2023-11-17T06:01:27.830953+0000 mgr.smithi124.bgylrn (mgr.14180) 542 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:29.456 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:29.456 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:30.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:29 smithi124 conmon[83794]: audit 2023-11-17T06:01:29.451775+0000 mgr.smithi124.bgylrn (mgr.14180) 543 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:29 smithi124 conmon[83794]: cluster 2023-11-17T06:01:29.831472+0000 mgr.smithi124.bgylrn (mgr.14180) 544 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:29 smithi139 conmon[88685]: audit 2023-11-17T06:01:29.451775+0000 mgr.smithi124.bgylrn (mgr.14180) 543 : audit 2023-11-17T06:01:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:29 smithi139 conmon[88685]: [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:29 smithi139 conmon[88685]: cluster 2023-11-17T06:01:29.831472+0000 mgr.smithi124.bgylrn (mgr.14180) 544 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:31.090 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:31 smithi124 conmon[83794]: cluster 2023-11-17T06:01:31.831788+0000 2023-11-17T06:01:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:31 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 545 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:31 smithi139 conmon[88685]: cluster 2023-11-17T06:01:31.831788+0000 mgr.smithi124.bgylrn (mgr.14180) 545 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:32.987 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:32.987 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:33.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:33 smithi124 conmon[83794]: audit 2023-11-17T06:01:32.982847+0000 mgr.smithi124.bgylrn (mgr.14180) 546 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:33 smithi124 conmon[83794]: cluster 2023-11-17T06:01:33.832583+0000 mgr.smithi124.bgylrn (mgr.14180) 547 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:33 smithi139 conmon[88685]: audit 2023-11-17T06:01:32.982847+0000 mgr.smithi124.bgylrn (mgr.14180) 546 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:33 smithi139 conmon[88685]: cluster 2023-11-17T06:01:33.832583+0000 mgr.smithi124.bgylrn (mgr.14180) 547 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:34.600 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:36.147 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:35 smithi124 conmon[83794]: cluster 2023-11-17T06:01:35.832922+0000 mgr.smithi124.bgylrn (mgr.14180) 548 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:35 smithi139 conmon[88685]: cluster 2023-11-17T06:01:35.832922+0000 mgr.smithi124.bgylrn (mgr.14180) 548 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:36.525 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:36.526 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:37.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:36 smithi124 conmon[83794]: audit 2023-11-17T06:01:36.520891+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:01:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:36 smithi124 conmon[83794]: 549 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:36 smithi139 conmon[88685]: audit 2023-11-17T06:01:36.520891+0000 mgr.smithi124.bgylrn (mgr.14180) 549 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:38.124 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:38.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:37 smithi124 conmon[83794]: cluster 2023-11-17T06:01:37.833565+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:01:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:37 smithi124 conmon[83794]: ) 550 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:37 smithi139 conmon[88685]: cluster 2023-11-17T06:01:37.833565+0000 mgr.smithi124.bgylrn (mgr.14180) 550 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:37 smithi139 conmon[88685]: 2023-11-17T06:01:39.954 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:39.955 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:39 smithi139 conmon[88685]: cluster 2023-11-17T06:01:39.833918+0000 mgr.smithi124.bgylrn (mgr.14180) 551 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:39 smithi124 conmon[83794]: cluster 2023-11-17T06:01:39.833918+0000 mgr.smithi124.bgylrn (mgr.14180) 551 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:40.497 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:41.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:40 smithi124 conmon[83794]: audit 2023-11-17T06:01:39.949806+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:01:41.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:40 smithi124 conmon[83794]: ) 552 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:40 smithi139 conmon[88685]: audit 2023-11-17T06:01:39.949806+0000 mgr.smithi124.bgylrn (mgr.14180) 552 : audit [DBG] 2023-11-17T06:01:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:40 smithi139 conmon[88685]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:41.498 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:42.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:41 smithi124 conmon[83794]: cluster 2023-11-17T06:01:41.834225+0000 mgr.smithi124.bgylrn (mgr.14180) 553 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:41 smithi139 conmon[88685]: cluster 2023-11-17T06:01:41.834225+0000 mgr.smithi124.bgylrn (mgr.14180) 553 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:43.364 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:43.364 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:43.898 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:43 smithi139 conmon[88685]: audit 2023-11-17T06:01:43.359745+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:01:44.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:43 smithi139 conmon[88685]: .14180) 554 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:44.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:43 smithi139 conmon[88685]: cluster 2023-11-17T06:01:43.834832+0000 mgr.smithi124.bgylrn (mgr.14180) 555 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:44.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:43 smithi124 conmon[83794]: audit 2023-11-17T06:01:43.359745+0000 mgr.smithi124.bgylrn (mgr.14180) 554 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:44.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:43 smithi124 conmon[83794]: cluster 2023-11-17T06:01:43.834832+0000 mgr.smithi124.bgylrn (mgr.14180) 555 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:44.899 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:45 smithi124 conmon[83794]: cluster 2023-11-17T06:01:45.835178+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:01:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:45 smithi124 conmon[83794]: 556 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:45 smithi139 conmon[88685]: cluster 2023-11-17T06:01:45.835178+0000 mgr.smithi124.bgylrn (mgr.14180) 556 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:46.777 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:46.777 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:47.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:46 smithi124 conmon[83794]: audit 2023-11-17T06:01:46.772269+0000 mgr.smithi124.bgylrn (mgr.14180) 557 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:46 smithi139 conmon[88685]: audit 2023-11-17T06:01:46.772269+0000 mgr.smithi124.bgylrn (mgr.14180) 557 2023-11-17T06:01:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:46 smithi139 conmon[88685]: : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:47.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:47 smithi124 conmon[83794]: cluster 2023-11-17T06:01:47.836006+0000 mgr.smithi124.bgylrn (mgr.14180) 558 : cluster 2023-11-17T06:01:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:47 smithi124 conmon[83794]: [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:47 smithi139 conmon[88685]: cluster 2023-11- 2023-11-17T06:01:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:47 smithi139 conmon[88685]: 17T06:01:47.836006+0000 mgr.smithi124.bgylrn (mgr.14180) 558 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:48.314 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:50.215 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:50.215 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:50.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:49 smithi124 conmon[83794]: cluster 2023-11-17T06:01:49.836493+0000 2023-11-17T06:01:50.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:49 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 559 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:49 smithi139 conmon[88685]: cluster 2023-11-17T06:01:49.836493+0000 mgr.smithi124.bgylrn (mgr.14180) 559 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:49 smithi139 conmon[88685]: 2023-11-17T06:01:50.746 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:51.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:50 smithi124 conmon[83794]: audit 2023-11-17T06:01:50.210683+0000 mgr.smithi124.bgylrn (mgr.14180) 560 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:50 smithi139 conmon[88685]: audit 2023-11-17T06:01:50.210683+0000 mgr.smithi124.bgylrn (mgr.14180) 560 : audit [DBG] 2023-11-17T06:01:51.395 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:50 smithi139 conmon[88685]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:51.747 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:52.238 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:51 smithi124 conmon[83794]: cluster 2023-11-17T06:01:51.836867+0000 mgr.smithi124.bgylrn (mgr.14180) 561 2023-11-17T06:01:52.238 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:51 smithi124 conmon[83794]: : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:51 smithi139 conmon[88685]: cluster 2023-11-17T06:01:51.836867+0000 mgr.smithi124.bgylrn (mgr.14180) 561 : cluster 2023-11-17T06:01:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:51 smithi139 conmon[88685]: [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:53.651 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:01:53.651 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:01:54.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:53 smithi124 conmon[83794]: audit 2023-11-17T06:01:53.646642+0000 mgr.smithi124.bgylrn (mgr.14180) 562 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:54.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:53 smithi124 conmon[83794]: cluster 2023-11-17T06:01:53.837613+0000 mgr.smithi124.bgylrn (mgr.14180) 563 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:54.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:01:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:53 smithi139 conmon[88685]: audit 2023-11-17T06:01:53.646642+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:01:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:53 smithi139 conmon[88685]: ) 562 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:01:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:53 smithi139 conmon[88685]: cluster 2023-11-17T06:01:53.837613+0000 mgr.smithi124.bgylrn (mgr.14180) 563 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:55.238 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:01:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:55 smithi124 conmon[83794]: cluster 2023-11-17T06:01:55.838065+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:01:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:55 smithi124 conmon[83794]: mgr.14180) 564 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:55 smithi139 conmon[88685]: cluster 2023-11-17T06:01:55.838065+0000 mgr.smithi124.bgylrn (mgr.14180) 564 : cluster 2023-11-17T06:01:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:55 smithi139 conmon[88685]: [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:01:57.165 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:07.941 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:07.956 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:07.962 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:58 smithi139 conmon[88685]: audit 2023-11-17T06:01:57.161058+0000 mgr.smithi124.bgylrn (mgr.14180) 565 : audit 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:58 smithi139 conmon[88685]: [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:58 smithi139 conmon[88685]: cluster 2023-11-17T06:01:57.838731+0000 mgr.smithi124.bgylrn (mgr.14180) 566 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:01:59 smithi139 conmon[88685]: cluster 2023-11-17T06:01:59.839315+0000 mgr.smithi124.bgylrn (mgr.14180) 567 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:01 smithi139 conmon[88685]: cluster 2023-11-17T06:02:01.839941+0000 mgr.smithi124.bgylrn (mgr.14180) 568 : cluster [DBG] 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:01 smithi139 conmon[88685]: pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:03 smithi139 conmon[88685]: cluster 2023-11-17T06:02:03.840846+0000 mgr.smithi124.bgylrn (mgr.14180) 569 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:05 smithi139 conmon[88685]: cluster 2023-11-17T06:02:05.841421+0000 mgr.smithi124.bgylrn (mgr.14180) 570 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:05 smithi139 conmon[88685]: 2023-11-17T06:03:07.997 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:08 smithi139 conmon[88685]: cluster 2023-11-17T06:02:07.842047+0000 mgr.smithi124.bgylrn (mgr.14180) 571 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:08 smithi139 conmon[88685]: 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:09 smithi139 conmon[88685]: cluster 2023-11-17T06:02:09.842633+0000 mgr.smithi124.bgylrn (mgr.14180) 572 : cluster [DBG] 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:09 smithi139 conmon[88685]: pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:11 smithi139 conmon[88685]: cluster 2023-11-17T06:02:11.843173+0000 mgr.smithi124.bgylrn (mgr.14180) 573 : cluster 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:11 smithi139 conmon[88685]: [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:13 smithi139 conmon[88685]: cluster 2023-11-17T06:02:13.844011+0000 mgr.smithi124.bgylrn (mgr.14180) 574 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:07.998 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:15 smithi139 conmon[88685]: cluster 2023-11-17T06:02:15.844488+0000 mgr.smithi124.bgylrn (mgr.14180) 575 : cluster [DBG] 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:15 smithi139 conmon[88685]: pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:18 smithi139 conmon[88685]: cluster 2023-11-17T06:02:17.845131+0000 mgr.smithi124.bgylrn (mgr.14180) 576 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:19 smithi139 conmon[88685]: cluster 2023-11-17T06:02:19.845560+0000 mgr.smithi124.bgylrn (mgr.14180) 577 : cluster [DBG] 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:19 smithi139 conmon[88685]: pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:21 smithi139 conmon[88685]: cluster 2023-11-17T06:02:21.845945+0000 mgr.smithi124.bgylrn (mgr.14180) 578 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:23 smithi139 conmon[88685]: cluster 2023-11-17T06:02:23.846669+0000 mgr.smithi124.bgylrn (mgr.14180) 579 : cluster [DBG] 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:23 smithi139 conmon[88685]: pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.001 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:25 smithi139 conmon[88685]: cluster 2023-11-17T06:02:25.847121+0000 mgr.smithi124.bgylrn (mgr.14180) 580 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:28 smithi139 conmon[88685]: cluster 2023-11-17T06:02:27.847981+0000 mgr.smithi124.bgylrn (mgr.14180) 581 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:29 smithi139 conmon[88685]: cluster 2023-11-17T06:02:29.848591+0000 mgr.smithi124.bgylrn (mgr.14180) 582 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:29 smithi139 conmon[88685]: 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:31 smithi139 conmon[88685]: cluster 2023-11-17T06:02:31.848895+0000 mgr.smithi124.bgylrn (mgr.14180) 583 : cluster 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:31 smithi139 conmon[88685]: [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:33 smithi139 conmon[88685]: cluster 2023-11-17T06:02:33.849752+0000 mgr.smithi124.bgylrn (mgr.14180) 584 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:35 smithi139 conmon[88685]: cluster 2023-11-17T06:02:35.850384+0000 mgr.smithi124.bgylrn (mgr.14180) 585 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:38 smithi139 conmon[88685]: cluster 2023-11-17T06:02:37.851115+0000 mgr.smithi124.bgylrn (mgr.14180) 586 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:39 smithi139 conmon[88685]: cluster 2023-11-17T06:02:39.851537+0000 mgr.smithi124.bgylrn (mgr.14180) 587 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:41 smithi139 conmon[88685]: cluster 2023-11-17T06:02:41.852148+0000 mgr.smithi124.bgylrn (mgr.14180) 588 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:43 smithi139 conmon[88685]: cluster 2023-11-17T06:02:43.853072+0000 mgr.smithi124.bgylrn (mgr.14180) 589 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:45 smithi139 conmon[88685]: cluster 2023-11-17T06:02:45.853506+0000 mgr.smithi124.bgylrn (mgr.14180) 590 : cluster [DBG] 2023-11-17T06:03:08.002 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:45 smithi139 conmon[88685]: pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:48 smithi139 conmon[88685]: cluster 2023-11-17T06:02:47.854317+0000 mgr.smithi124.bgylrn (mgr.14180) 591 : cluster 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:48 smithi139 conmon[88685]: [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:49 smithi139 conmon[88685]: cluster 2023-11-17T06:02:49.854796+0000 mgr.smithi124.bgylrn (mgr.14180) 592 : cluster 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:49 smithi139 conmon[88685]: [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:51 smithi139 conmon[88685]: cluster 2023-11-17T06:02:51.855349+0000 mgr.smithi124.bgylrn (mgr.14180) 593 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:53 smithi139 conmon[88685]: cluster 2023-11-17T06:02:53.856020+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:53 smithi139 conmon[88685]: ) 594 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:55 smithi139 conmon[88685]: cluster 2023-11-17T06:02:55.856542+0000 mgr.smithi124.bgylrn (mgr.14180) 595 : 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:55 smithi139 conmon[88685]: cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:58 smithi139 conmon[88685]: cluster 2023-11-17T06:02:57.857219+0000 mgr.smithi124.bgylrn (mgr.14180) 596 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:02:59 smithi139 conmon[88685]: cluster 2023-11-17T06:02:59.857641+0000 mgr.smithi124.bgylrn (mgr.14180) 597 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:01 smithi139 conmon[88685]: cluster 2023-11-17T06:03:01.858176+0000 mgr.smithi124.bgylrn (mgr.14180) 598 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.003 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:03 smithi139 conmon[88685]: cluster 2023-11-17T06:03:03.858978+0000 mgr.smithi124.bgylrn (mgr.14180) 599 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.004 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:05 smithi139 conmon[88685]: cluster 2023-11-17T06:03:05.859562+0000 mgr.smithi124.bgylrn (mgr.14180) 600 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.004 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:58 smithi124 conmon[83794]: audit 2023-11-17T06:01:57.161058+0000 mgr.smithi124.bgylrn (mgr.14180) 565 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:08.004 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:58 smithi124 conmon[83794]: cluster 2023-11-17T06:01:57.838731+0000 mgr.smithi124.bgylrn (mgr.14180) 566 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.004 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:01:59 smithi124 conmon[83794]: cluster 2023-11-17T06:01:59.839315+0000 mgr.smithi124.bgylrn (mgr.14180) 567 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.004 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:01 smithi124 conmon[83794]: cluster 2023-11-17T06:02:01.839941+0000 mgr.smithi124.bgylrn (mgr.14180) 568 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:03 smithi124 conmon[83794]: cluster 2023-11-17T06:02:03.840846+0000 mgr.smithi124.bgylrn (mgr.14180) 569 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:05 smithi124 conmon[83794]: cluster 2023-11-17T06:02:05.841421+0000 mgr.smithi124.bgylrn (mgr.14180) 570 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:08 smithi124 conmon[83794]: cluster 2023-11-17T06:02:07.842047+0000 mgr.smithi124.bgylrn (mgr.14180) 571 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:09 smithi124 conmon[83794]: cluster 2023-11-17T06:02:09.842633+0000 mgr.smithi124.bgylrn (mgr.14180) 572 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:11 smithi124 conmon[83794]: cluster 2023-11-17T06:02:11.843173+0000 mgr.smithi124.bgylrn (mgr.14180) 573 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:13 smithi124 conmon[83794]: cluster 2023-11-17T06:02:13.844011+0000 mgr.smithi124.bgylrn (mgr.14180) 574 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:15 smithi124 conmon[83794]: cluster 2023-11-17T06:02:15.844488+0000 mgr.smithi124.bgylrn (mgr.14180) 575 : cluster [DBG] 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:15 smithi124 conmon[83794]: pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.005 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:18 smithi124 conmon[83794]: cluster 2023-11-17T06:02:17.845131+0000 mgr.smithi124.bgylrn (mgr.14180) 576 : cluster [DBG] 2023-11-17T06:03:08.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:18 smithi124 conmon[83794]: pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:19 smithi124 conmon[83794]: cluster 2023-11-17T06:02:19.845560+0000 mgr.smithi124.bgylrn (mgr.14180) 577 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:19 smithi124 conmon[83794]: 2023-11-17T06:03:08.079 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:21 smithi124 conmon[83794]: cluster 2023-11-17T06:02:21.845945+0000 mgr.smithi124.bgylrn (mgr.14180) 578 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.079 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:21 smithi124 conmon[83794]: 2023-11-17T06:03:08.079 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:23 smithi124 conmon[83794]: cluster 2023-11-17T06:02:23.846669+0000 mgr.smithi124.bgylrn (mgr.14180) 579 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:25 smithi124 conmon[83794]: cluster 2023-11-17T06:02:25.847121+0000 mgr.smithi124.bgylrn (mgr.14180) 580 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:25 smithi124 conmon[83794]: 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:28 smithi124 conmon[83794]: cluster 2023-11-17T06:02:27.847981+0000 mgr.smithi124.bgylrn (mgr.14180) 581 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:29 smithi124 conmon[83794]: cluster 2023-11-17T06:02:29.848591+0000 mgr.smithi124.bgylrn (mgr.14180) 582 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:29 smithi124 conmon[83794]: 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:31 smithi124 conmon[83794]: cluster 2023-11-17T06:02:31.848895+0000 mgr.smithi124.bgylrn (mgr.14180) 583 : cluster [DBG] 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:31 smithi124 conmon[83794]: pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:33 smithi124 conmon[83794]: cluster 2023-11-17T06:02:33.849752+0000 mgr.smithi124.bgylrn (mgr.14180) 584 : cluster 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:33 smithi124 conmon[83794]: [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:35 smithi124 conmon[83794]: cluster 2023-11-17T06:02:35.850384+0000 mgr.smithi124.bgylrn (mgr.14180) 585 : cluster 2023-11-17T06:03:08.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:35 smithi124 conmon[83794]: [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:38 smithi124 conmon[83794]: cluster 2023-11-17T06:02:37.851115 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:38 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 586 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:39 smithi124 conmon[83794]: cluster 2023-11-17T06:02:39.851537+0000 mgr.smithi124.bgylrn (mgr.14180) 587 : 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:39 smithi124 conmon[83794]: cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:41 smithi124 conmon[83794]: cluster 2023-11-17T06:02:41.852148+0000 mgr.smithi124.bgylrn (mgr.14180) 588 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:41 smithi124 conmon[83794]: 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:43 smithi124 conmon[83794]: cluster 2023-11-17T06:02:43 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:43 smithi124 conmon[83794]: .853072+0000 mgr.smithi124.bgylrn (mgr.14180) 589 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:45 smithi124 conmon[83794]: cluster 2023-11-17T06:02:45.853506+0000 mgr.smithi124.bgylrn (mgr.14180) 590 : cluster 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:45 smithi124 conmon[83794]: [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:48 smithi124 conmon[83794]: cluster 2023-11-17T06:02:47.854317+0000 mgr.smithi124.bgylrn (mgr.14180) 591 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:48 smithi124 conmon[83794]: 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:49 smithi124 conmon[83794]: cluster 2023-11-17T06:02:49.854796+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:49 smithi124 conmon[83794]: 592 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:51 smithi124 conmon[83794]: cluster 2023-11-17T06:02:51.855349+0000 mgr.smithi124.bgylrn (mgr.14180) 593 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:51 smithi124 conmon[83794]: 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:53 smithi124 conmon[83794]: cluster 2023-11-17T06:02:53.856020+0000 mgr.smithi124.bgylrn (mgr.14180) 594 : cluster 2023-11-17T06:03:08.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:53 smithi124 conmon[83794]: [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.086 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:55 smithi124 conmon[83794]: cluster 2023-11-17T06:02:55.856542+0000 mgr.smithi124.bgylrn (mgr.14180) 595 : cluster 2023-11-17T06:03:08.086 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:55 smithi124 conmon[83794]: [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.086 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:58 smithi124 conmon[83794]: cluster 2023-11-17T06:02:57.857219+0000 mgr.smithi124.bgylrn (mgr.14180) 596 : cluster 2023-11-17T06:03:08.086 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:58 smithi124 conmon[83794]: [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.087 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:59 smithi124 conmon[83794]: cluster 2023-11-17T06:02:59.857641+0000 mgr.smithi124.bgylrn (mgr.14180) 597 : cluster 2023-11-17T06:03:08.087 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:02:59 smithi124 conmon[83794]: [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.087 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:01 smithi124 conmon[83794]: cluster 2023-11-17T06:03:01.858176+0000 mgr.smithi124.bgylrn (mgr.14180) 598 : cluster 2023-11-17T06:03:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:01 smithi124 conmon[83794]: [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:03 smithi124 conmon[83794]: cluster 2023-11-17T06:03:03.858978+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:03:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:03 smithi124 conmon[83794]: 14180) 599 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:05 smithi124 conmon[83794]: cluster 2023-11-17T06:03:05.859562+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:03:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:05 smithi124 conmon[83794]: ) 600 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:08 smithi139 conmon[88685]: cluster 2023-11-17T06:03:07.860181+0000 mgr.smithi124.bgylrn (mgr.14180) 601 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:08 smithi124 conmon[83794]: cluster 2023-11-17T06:03:07.860181+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:03:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:08 smithi124 conmon[83794]: 601 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:08.956 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:10.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:09 smithi124 conmon[83794]: cluster 2023-11-17T06:03:09.860702+0000 mgr.smithi124.bgylrn (mgr.14180) 602 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:09 smithi139 conmon[88685]: cluster 2023-11-17T06:03:09.860702+0000 mgr.smithi124.bgylrn (mgr.14180) 602 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:11.035 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:11.035 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:11.592 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:11 smithi124 conmon[83794]: audit 2023-11-17T06:03:11.031386+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:03:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:11 smithi124 conmon[83794]: 14180) 603 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:11 smithi124 conmon[83794]: cluster 2023-11-17T06:03:11.861143+0000 mgr.smithi124.bgylrn (mgr.14180) 604 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:11 smithi139 conmon[88685]: audit 2023-11-17T06:03:11.031386+0000 mgr.smithi124.bgylrn (mgr.14180) 603 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:11 smithi139 conmon[88685]: cluster 2023-11-17T06:03:11.861143+0000 2023-11-17T06:03:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:11 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 604 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:12.594 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:14.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:13 smithi124 conmon[83794]: cluster 2023-11-17T06:03:13.861782+0000 mgr.smithi124.bgylrn (mgr.14180) 605 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:14.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:13 smithi139 conmon[88685]: cluster 2023-11-17T06:03:13.861782+0000 mgr.smithi124.bgylrn (mgr.14180) 605 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:14.403 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:14.403 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:15.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:14 smithi124 conmon[83794]: audit 2023-11-17T06:03:14.398157+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:03:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:14 smithi124 conmon[83794]: ) 606 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:15.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:14 smithi139 conmon[88685]: audit 2023-11-17T06:03:14.398157+0000 mgr.smithi124.bgylrn (mgr.14180) 606 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:16.003 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:16.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:15 smithi124 conmon[83794]: cluster 2023-11-17T06:03:15.862311+0000 mgr.smithi124.bgylrn (mgr.14180) 607 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:15 smithi124 conmon[83794]: 2023-11-17T06:03:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:15 smithi139 conmon[88685]: cluster 2023-11-17T06:03:15.862311+0000 mgr.smithi124.bgylrn (mgr.14180) 607 : cluster [DBG] 2023-11-17T06:03:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:15 smithi139 conmon[88685]: pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:17.787 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:17.788 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:18.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:18 smithi124 conmon[83794]: audit 2023-11-17T06:03:17.783174+0000 mgr.smithi124.bgylrn (mgr.14180) 608 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:18 smithi124 conmon[83794]: cluster 2023-11-17T06:03:17.863019+0000 mgr.smithi124.bgylrn (mgr.14180) 609 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:18 smithi139 conmon[88685]: audit 2023-11-17T06:03:17.783174+0000 mgr.smithi124.bgylrn (mgr.14180) 608 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:18 smithi139 conmon[88685]: cluster 2023-11-17T06:03:17.863019+0000 mgr.smithi124.bgylrn (mgr.14180) 609 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:03:18.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:19.402 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:20.122 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:19 smithi124 conmon[83794]: cluster 2023-11-17T06:03:19.863317+0000 mgr.smithi124.bgylrn (mgr.14180) 610 2023-11-17T06:03:20.122 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:19 smithi124 conmon[83794]: : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:19 smithi139 conmon[88685]: cluster 2023-11-17T06:03:19.863317+0000 mgr.smithi124.bgylrn (mgr.14180) 610 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:21.376 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:21.376 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:55:39.211236Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.dwiicq on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-dwiicq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.dwiicq\nDeploy daemon haproxy.rgw.foo.smithi139.dwiicq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:53:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:54:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.541047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.slyaqa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-slyaqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.slyaqa\nDeploy daemon haproxy.rgw.foo.smithi124.slyaqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:56:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:56:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:57:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T05:58:12.547499Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pojeri on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:21.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:21 smithi124 conmon[83794]: audit 2023-11-17T06:03:21.372207+0000 mgr.smithi124.bgylrn (mgr.14180) 611 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:21 smithi124 conmon[83794]: cluster 2023-11-17T06:03:21.863933+0000 mgr.smithi124.bgylrn (mgr.14180) 612 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:21 smithi139 conmon[88685]: audit 2023-11-17T06:03:21.372207+0000 mgr.smithi124.bgylrn (mgr.14180) 611 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:21 smithi139 conmon[88685]: cluster 2023-11-17T06:03:21.863933+0000 2023-11-17T06:03:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:21 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 612 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:22.961 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:24.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:23 smithi124 conmon[83794]: cluster 2023-11-17T06:03:23.864773+0000 mgr.smithi124.bgylrn (mgr.14180) 613 2023-11-17T06:03:24.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:23 smithi124 conmon[83794]: : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:23 smithi139 conmon[88685]: cluster 2023-11-17T06:03:23.864773+0000 mgr.smithi124.bgylrn (mgr.14180) 613 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:24.795 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:24.795 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T05:58:17.183244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T05:58:14.412347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T05:58:17.183362Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T05:58:14.412498Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T05:58:14.412569Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T05:58:14.412632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T05:58:14.412694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T05:58:17.183506Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T05:58:14.412934Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:23.960627+0000 mgr.smithi124.bgylrn (mgr.14180) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:23.960804+0000 mgr.smithi124.bgylrn (mgr.14180) 615 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: audit 2023-11-17T06:03:23.961089+0000 mon.smithi124 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.oifjxh"}]: dispatch 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:23.961611+0000 mgr.smithi124.bgylrn (mgr.14180) 616 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:23.962756+0000 mgr.smithi124.bgylrn (mgr.14180) 617 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:23.963749+0000 mgr.smithi124.bgylrn (mgr.14180) 618 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: cluster 2023-11-17T06:03:23.964412+0000 mgr.smithi124.bgylrn (mgr.14180) 619 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: audit 2023-11-17T06:03:23.967981+0000 mon.smithi124 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: audit 2023-11-17T06:03:24.244283+0000 mon.smithi124 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: audit 2023-11-17T06:03:24.247775+0000 mon.smithi124 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:24 smithi139 conmon[88685]: audit 2023-11-17T06:03:24.790842+0000 mgr.smithi124.bgylrn (mgr.14180) 620 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:23.960627+0000 mgr.smithi124.bgylrn (mgr.14180) 614 : cephadm 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:03:25.307 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.308 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: ER 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:23.960804+0000 mgr.smithi124.bgylrn (mgr.14180) 615 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: audit 2023-11-17T06:03:23.961089+0000 mon.smithi124 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.oifjxh"}]: dispatch 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:23.961611+0000 mgr.smithi124.bgylrn (mgr.14180) 616 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.oifjxh ... 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:01:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.309 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:02:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:23.962756+0000 mgr.smithi124.bgylrn (mgr.14180) 617 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:23.963749+0000 mgr.smithi124.bgylrn (mgr.14180) 618 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: cluster 2023-11-17T06:03:23.964412+0000 mgr.smithi124.bgylrn (mgr.14180) 619 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: audit 2023-11-17T06:03:23.967981+0000 mon.smithi124 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: audit 2023-11-17T06:03:24.244283+0000 mon.smithi124 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: audit 2023-11-17T06:03:24.247775+0000 mon.smithi124 (mon. 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: 0) 648 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: audit 2023-11 2023-11-17T06:03:25.310 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: -17T06:03:24.790842+0000 mgr.smithi124.bgylrn (mgr.14180) 620 2023-11-17T06:03:25.311 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:24 smithi124 conmon[83794]: : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:25.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:26.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:25 smithi124 conmon[83794]: cluster 2023-11-17T06:03:24.921042+0000 mon.smithi124 (mon.0) 649 : 2023-11-17T06:03:26.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:25 smithi124 conmon[83794]: cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:03:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:25 smithi139 conmon[88685]: cluster 2023-11-17T06:03:24.921042+0000 mon.smithi124 (mon.0) 649 : cluster [WRN] 2023-11-17T06:03:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:25 smithi139 conmon[88685]: Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:03:26.693 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: cluster 2023-11-17T06:03:25.964961+0000 mgr.smithi124.bgylrn (mgr.14180) 621 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06:03:26.123784+0000 mon.smithi124 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06:03:26.428121 2023-11-17T06:03:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: +0000 mon.smithi124 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06:03:26. 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 428842+0000 mon.smithi124 (mon.0) 652 : audit [INF] 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 2023-11-17T06:03:26.429420+0000 mon.smithi124 (mon. 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 0) 653 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06: 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 03:26.430035+0000 mon.smithi124 (mon.0) 654 : 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: cephadm 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 2023-11-17T06:03: 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 26.430535+0000 mgr.smithi124.bgylrn (mgr.14180) 622 : 2023-11-17T06:03:27.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: cephadm [INF] Adjusting osd_memory_target on smithi139 to 3492M 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 17T06:03:26.434655+0000 mon.smithi124 (mon 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: .0) 655 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: audit 2023-11-17T06:03:26. 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 568750+0000 mon.smithi124 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:27 smithi139 conmon[88685]: 2023-11-17T06:03:27.418 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: cluster 2023-11-17T06:03:25.964961 2023-11-17T06:03:27.418 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 621 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:27.418 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03:26.123784+0000 mon.smithi124 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:27.419 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03:26.428121+0000 mon.smithi124 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.420 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03:26.428842+0000 mon.smithi124 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.420 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03:27.420 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: 2023-11-17T06:03:26.429420+0000 mon.smithi124 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.421 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11 2023-11-17T06:03:27.421 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: -17T06:03:26.430035+0000 mon.smithi124 (mon.0) 654 : 2023-11-17T06:03:27.421 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:27.422 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: cephadm 2023-11-17T06:03: 2023-11-17T06:03:27.422 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: 26.430535+0000 mgr.smithi124.bgylrn (mgr.14180) 622 : 2023-11-17T06:03:27.422 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: cephadm [INF] Adjusting osd_memory_target on smithi139 to 3492M 2023-11-17T06:03:27.423 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03: 2023-11-17T06:03:27.423 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: 26.434655+0000 mon.smithi124 (mon.0) 655 : 2023-11-17T06:03:27.423 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:27.424 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: audit 2023-11-17T06:03:26 2023-11-17T06:03:27.424 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: .568750+0000 mon.smithi124 (mon.0) 656 : audit 2023-11-17T06:03:27.424 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:27 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:29.163 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:29.163 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:29.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:29 smithi139 conmon[88685]: cluster 2023-11-17T06:03:27.965682+0000 mgr.smithi124.bgylrn (mgr.14180) 623 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:29.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:29 smithi139 conmon[88685]: audit 2023-11-17T06:03:28.950739+0000 mon.smithi124 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:29.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:29 smithi124 conmon[83794]: cluster 2023-11-17T06:03:27.965682+0000 mgr.smithi124.bgylrn (mgr.14180) 623 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:29.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:29 smithi124 conmon[83794]: audit 2023-11-17T06:03:28.950739+0000 mon.smithi124 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:29.707 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:30.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.158255+0000 mgr.smithi124.bgylrn (mgr.14180) 624 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:30.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.266411+0000 mon.smithi124 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.267067+0000 mon.smithi124 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.267606+0000 mon.smithi124 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.268156+0000 mon.smithi124 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:29.268564+0000 mgr.smithi124.bgylrn (mgr.14180) 625 : cephadm [INF] Adjusting osd_memory_target on smithi124 to 2724M 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.272537+0000 mon.smithi124 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.273231+0000 mon.smithi124 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.273872+0000 mon.smithi124 (mon.0) 664 : audit 2023-11-17T06:03:30.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:03:30.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:29.277051+0000 mgr.smithi124.bgylrn (mgr.14180) 626 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:03:30.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.437676+0000 mon.smithi124 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:30.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: cluster 2023-11-17T06:03:29.438209+0000 mgr.smithi124.bgylrn (mgr.14180) 627 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:30.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: audit 2023-11-17T06:03:29.441992+0000 mon.smithi124 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:03:30.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:30 smithi124 conmon[83794]: cephadm 2023-11-17T06:03:29.447758+0000 mgr.smithi124.bgylrn (mgr.14180) 628 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.lufiqc on smithi139 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06:03:29.158255+0000 mgr.smithi124.bgylrn (mgr.14180) 624 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06:03 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: :29.266411+0000 mon.smithi124 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06:03:29.267067+0000 mon.smithi124 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06:03:29 2023-11-17T06:03:30.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: .267606+0000 mon.smithi124 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06:03:30.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 2023-11-17T06:03:29.268156+0000 mon.smithi124 (mon. 2023-11-17T06:03:30.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 0) 661 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:03:30.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: cephadm 2023-11-17T 2023-11-17T06:03:30.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 06:03:29.268564+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:03:30.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 14180) 625 : cephadm [INF] Adjusting osd_memory_target on smithi124 to 2724M 2023-11-17T06:03:30.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T06:03:30.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: T06:03:29.272537+0000 mon.smithi124 (mon. 2023-11-17T06:03:30.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 0) 662 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: :03:29.273231+0000 mon.smithi124 (mon.0) 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 663 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17T06: 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 03:29.273872+0000 mon.smithi124 (mon.0) 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 664 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: cephadm 2023-11 2023-11-17T06:03:30.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: -17T06:03:29.277051+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: mgr.14180) 626 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11- 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 17T06:03:29.437676+0000 mon.smithi124 (mon 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: .0) 665 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: cluster 2023-11- 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: 17T06:03:29.438209+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: .14180) 627 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T06:03:30.541 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: T06:03:29.441992+0000 mon.smithi124 (mon 2023-11-17T06:03:30.542 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: .0) 666 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:03:30.542 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: cephadm 2023-11-17 2023-11-17T06:03:30.542 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: T06:03:29.447758+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:03:30.542 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:30 smithi139 conmon[88685]: .14180) 628 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.lufiqc on smithi139 2023-11-17T06:03:30.708 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:31.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:31 smithi124 conmon[83794]: cluster 2023-11-17T06:03:30.435923+0000 mon.smithi124 (mon.0 2023-11-17T06:03:31.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:31 smithi124 conmon[83794]: ) 667 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:03:31.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:31 smithi124 conmon[83794]: cluster 2023-11-17T06:03:30.435954+0000 mon.smithi124 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-11-17T06:03:31.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:31 smithi139 conmon[88685]: cluster 2023-11-17T06:03:30.435923+0000 mon.smithi124 (mon.0) 667 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:03:31.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:31 smithi139 conmon[88685]: cluster 2023-11-17T06:03:30.435954+0000 mon.smithi124 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-11-17T06:03:32.235 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:32 smithi124 conmon[83794]: cluster 2023-11-17T06:03:31.438581+0000 mgr.smithi124.bgylrn (mgr.14180) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:32 smithi139 conmon[88685]: cluster 2023-11-17T06:03:31.438581+0000 mgr.smithi124.bgylrn (mgr.14180) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:03:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:32 smithi139 conmon[88685]: 2023-11-17T06:03:32.622 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:32.622 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:33.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:33.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:33 smithi124 conmon[83794]: audit 2023-11-17T06:03:32.617372+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:03:33.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:33 smithi124 conmon[83794]: ) 630 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:33.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:33 smithi139 conmon[88685]: audit 2023-11-17T06:03:32.617372+0000 mgr.smithi124.bgylrn (mgr.14180) 630 : audit [DBG] 2023-11-17T06:03:33.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:33 smithi139 conmon[88685]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:34.226 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:34.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:34 smithi124 conmon[83794]: cluster 2023-11-17T06:03:33.439410+0000 mgr.smithi124.bgylrn (mgr.14180) 631 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-17T06:03:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:34 smithi139 conmon[88685]: cluster 2023-11-17T06:03:33.439410+0000 mgr.smithi124.bgylrn (mgr.14180) 631 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-17T06:03:34.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:34 smithi139 conmon[88685]: 2023-11-17T06:03:36.124 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:03:36.124 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:03:36.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:03:36.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:36 smithi124 conmon[83794]: cluster 2023-11-17T06:03:35.439795+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:03:36.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:36 smithi124 conmon[83794]: .14180) 632 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:03:36.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:36 smithi139 conmon[88685]: cluster 2023-11-17T06:03:35.439795+0000 mgr.smithi124.bgylrn (mgr.14180) 632 : cluster [DBG] 2023-11-17T06:03:36.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:36 smithi139 conmon[88685]: pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:03:37.741 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:03:37.770 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:37 smithi124 conmon[83794]: audit 2023-11-17T06:03:36.119168+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:03:37.770 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:37 smithi124 conmon[83794]: 633 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:37.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:37 smithi139 conmon[88685]: audit 2023-11-17T06:03:36.119168+0000 mgr.smithi124.bgylrn (mgr.14180) 633 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:03:38.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:38 smithi124 conmon[83794]: cluster 2023-11-17T06:03:37.440438+0000 mgr.smithi124.bgylrn (mgr.14180) 634 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:03:38.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:38 smithi139 conmon[88685]: cluster 2023-11-17T06:03:37.440438+0000 mgr.smithi124.bgylrn (mgr.14180) 634 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:03:38.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:38 smithi139 conmon[88685]: 2023-11-17T06:03:39.642 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:14.063 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:14.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:14.127 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:40 smithi139 conmon[88685]: cluster 2023-11-17T06:03:39.440994+0000 mgr.smithi124.bgylrn (mgr.14180) 635 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:40 smithi139 conmon[88685]: audit 2023-11-17T06:03:39.637519+0000 mgr.smithi124.bgylrn (mgr.14180) 636 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:42 smithi139 conmon[88685]: cluster 2023-11-17T06:03:41.441553+0000 mgr.smithi124.bgylrn (mgr.14180) 637 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:44 smithi139 conmon[88685]: cluster 2023-11-17T06:03:43.442509+0000 mgr.smithi124.bgylrn (mgr.14180) 638 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:46 smithi139 conmon[88685]: cluster 2023-11-17T06:03:45.442855+0000 mgr.smithi124.bgylrn (mgr.14180) 639 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:48 smithi139 conmon[88685]: cluster 2023-11-17T06:03:47.443434+0000 mgr.smithi124.bgylrn (mgr.14180) 640 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:50 smithi139 conmon[88685]: cluster 2023-11-17T06:03:49.444040+0000 mgr.smithi124.bgylrn (mgr.14180) 641 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:52 smithi139 conmon[88685]: cluster 2023-11-17T06:03:51.444551+0000 mgr.smithi124.bgylrn (mgr.14180) 642 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:54 smithi139 conmon[88685]: cluster 2023-11-17T06:03:53.445199+0000 mgr.smithi124.bgylrn (mgr.14180) 643 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:56 smithi139 conmon[88685]: cluster 2023-11-17T06:03:55.445626+0000 mgr.smithi124.bgylrn (mgr.14180) 644 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.128 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:03:58 smithi139 conmon[88685]: cluster 2023-11-17T06:03:57.446252+0000 mgr.smithi124.bgylrn (mgr.14180) 645 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:00 smithi139 conmon[88685]: cluster 2023-11-17T06:03:59.446841+0000 mgr.smithi124.bgylrn (mgr.14180) 646 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:02 smithi139 conmon[88685]: cluster 2023-11-17T06:04:01.447409+0000 mgr.smithi124.bgylrn (mgr.14180) 647 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:04 smithi139 conmon[88685]: cluster 2023-11-17T06:04:03.448115+0000 mgr.smithi124.bgylrn (mgr.14180) 648 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:06 smithi139 conmon[88685]: cluster 2023-11-17T06:04:05.448462+0000 mgr.smithi124.bgylrn (mgr.14180) 649 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:06 smithi139 conmon[88685]: 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:08 smithi139 conmon[88685]: cluster 2023-11-17T06:04:07.448967+0000 mgr.smithi124.bgylrn (mgr.14180) 650 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:10 smithi139 conmon[88685]: cluster 2023-11-17T06:04:09.449605+0000 mgr.smithi124.bgylrn (mgr.14180) 651 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.129 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:12 smithi139 conmon[88685]: cluster 2023-11-17T06:04:11.449939+0000 mgr.smithi124.bgylrn (mgr.14180) 652 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.130 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:40 smithi124 conmon[83794]: cluster 2023-11-17T06:03:39.440994+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:04:14.130 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:40 smithi124 conmon[83794]: mgr.14180) 635 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:04:14.130 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:40 smithi124 conmon[83794]: audit 2023-11-17T06:03:39.637519+0000 mgr.smithi124.bgylrn (mgr.14180) 636 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:42 smithi124 conmon[83794]: cluster 2023-11-17T06:03:41.441553+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:42 smithi124 conmon[83794]: .14180) 637 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:44 smithi124 conmon[83794]: cluster 2023-11-17T06:03:43.442509+0000 mgr.smithi124.bgylrn (mgr.14180) 638 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:46 smithi124 conmon[83794]: cluster 2023-11-17T06:03:45.442855+0000 mgr.smithi124.bgylrn (mgr.14180) 639 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:48 smithi124 conmon[83794]: cluster 2023-11-17T06:03:47.443434+0000 mgr.smithi124.bgylrn (mgr.14180) 640 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:50 smithi124 conmon[83794]: cluster 2023-11-17T06:03:49.444040+0000 mgr.smithi124.bgylrn (mgr.14180) 641 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:52 smithi124 conmon[83794]: cluster 2023-11-17T06:03:51.444551+0000 mgr.smithi124.bgylrn (mgr.14180) 642 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:54 smithi124 conmon[83794]: cluster 2023-11-17T06:03:53.445199+0000 mgr.smithi124.bgylrn (mgr.14180) 643 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:56 smithi124 conmon[83794]: cluster 2023-11-17T06:03:55.445626+0000 mgr.smithi124.bgylrn (mgr.14180) 644 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.131 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:03:58 smithi124 conmon[83794]: cluster 2023-11-17T06:03:57.446252+0000 mgr.smithi124.bgylrn (mgr.14180) 645 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:00 smithi124 conmon[83794]: cluster 2023-11-17T06:03:59.446841+0000 mgr.smithi124.bgylrn (mgr.14180) 646 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:00 smithi124 conmon[83794]: : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:02 smithi124 conmon[83794]: cluster 2023-11-17T06:04:01.447409+0000 mgr.smithi124.bgylrn (mgr.14180) 647 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:04 smithi124 conmon[83794]: cluster 2023-11-17T06:04:03.448115+0000 mgr.smithi124.bgylrn (mgr.14180) 648 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:06 smithi124 conmon[83794]: cluster 2023-11-17T06:04:05.448462+0000 mgr.smithi124.bgylrn (mgr.14180) 649 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:06 smithi124 conmon[83794]: 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:08 smithi124 conmon[83794]: cluster 2023-11-17T06:04:07.448967+0000 mgr.smithi124.bgylrn (mgr.14180) 650 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:10 smithi124 conmon[83794]: cluster 2023-11-17T06:04:09.449605+0000 mgr.smithi124.bgylrn (mgr.14180) 651 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.132 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:12 smithi124 conmon[83794]: cluster 2023-11-17T06:04:11.449939+0000 mgr.smithi124.bgylrn (mgr.14180) 652 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:14 smithi124 conmon[83794]: cluster 2023-11-17T06:04:13.450692+0000 mgr.smithi124.bgylrn (mgr.14180) 653 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:14.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:14 smithi139 conmon[88685]: cluster 2023-11-17T06:04:13.450692+0000 mgr.smithi124.bgylrn (mgr.14180) 653 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:15.125 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:16.737 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:16 smithi124 conmon[83794]: cluster 2023-11-17T06:04:15.451265+0000 mgr.smithi124.bgylrn (mgr.14180) 654 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:16.783 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:16 smithi139 conmon[88685]: cluster 2023-11-17T06:04:15.451265+0000 mgr.smithi124.bgylrn (mgr.14180) 654 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:17.079 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:17.079 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:17.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:18 smithi124 conmon[83794]: audit 2023-11-17T06:04:17.075255+0000 mgr.smithi124.bgylrn (mgr.14180) 655 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:18 smithi124 conmon[83794]: cluster 2023-11 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:18 smithi124 conmon[83794]: -17T06:04:17.451814+0000 mgr.smithi124.bgylrn (mgr.14180) 656 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:18 smithi139 conmon[88685]: audit 2023-11-17T06:04:17.075255+0000 mgr.smithi124.bgylrn (mgr.14180) 655 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:18 smithi139 conmon[88685]: cluster 2023-11-17T06:04:17.451814+0000 2023-11-17T06:04:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:18 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 656 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:18.627 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:20.446 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:20.446 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:20.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:20 smithi124 conmon[83794]: cluster 2023-11-17T06:04:19.452314+0000 mgr.smithi124.bgylrn (mgr.14180) 657 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:20 smithi139 conmon[88685]: cluster 2023-11-17T06:04:19.452314+0000 mgr.smithi124.bgylrn (mgr.14180) 657 : cluster 2023-11-17T06:04:20.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:20 smithi139 conmon[88685]: [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:20.983 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:21.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:21 smithi124 conmon[83794]: audit 2023-11-17T06:04:20.441618+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:04:21.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:21 smithi124 conmon[83794]: 14180) 658 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:21.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:21 smithi139 conmon[88685]: audit 2023-11-17T06:04:20.441618+0000 mgr.smithi124.bgylrn (mgr.14180) 658 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:21.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:21 smithi139 conmon[88685]: 2023-11-17T06:04:21.984 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:22.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:22 smithi124 conmon[83794]: cluster 2023-11-17T06:04:21.452617+0000 mgr.smithi124.bgylrn (mgr.14180) 659 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:22.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:22 smithi139 conmon[88685]: cluster 2023-11-17T06:04:21.452617+0000 mgr.smithi124.bgylrn (mgr.14180) 659 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:23.851 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:23.851 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:24.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:24 smithi124 conmon[83794]: cluster 2023-11-17T06:04:23.453406+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:04:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:24 smithi124 conmon[83794]: mgr.14180) 660 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:24 smithi124 conmon[83794]: audit 2023-11-17T06:04:23.846975+0000 mgr.smithi124.bgylrn (mgr.14180) 661 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:24.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:24 smithi139 conmon[88685]: cluster 2023-11-17T06:04:23.453406+0000 mgr.smithi124.bgylrn (mgr.14180) 660 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:24.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:24 smithi139 conmon[88685]: audit 2023-11-17T06:04:23.846975+0000 mgr.smithi124.bgylrn (mgr.14180) 661 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:25.467 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:26.675 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:26 smithi124 conmon[83794]: cluster 2023-11-17T06:04:25.453781+0000 mgr.smithi124.bgylrn (mgr.14180) 662 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:26.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:26 smithi139 conmon[88685]: cluster 2023-11-17T06:04:25.453781+0000 mgr.smithi124.bgylrn (mgr.14180) 662 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:27.319 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:27.319 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:27.900 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:28 smithi124 conmon[83794]: audit 2023-11-17T06:04:27.314699+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:04:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:28 smithi124 conmon[83794]: 663 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:28 smithi124 conmon[83794]: cluster 2023-11-17T06:04:27.454528+0000 mgr.smithi124.bgylrn (mgr.14180) 664 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:28.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:28 smithi139 conmon[88685]: audit 2023-11-17T06:04:27.314699+0000 mgr.smithi124.bgylrn (mgr.14180) 663 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:28.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:28 smithi139 conmon[88685]: 2023-11-17T06:04:28.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:28 smithi139 conmon[88685]: cluster 2023-11-17T06:04:27.454528+0000 mgr.smithi124.bgylrn (mgr.14180) 664 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:28.900 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:30.723 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:30.724 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:30.754 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:30 smithi124 conmon[83794]: cluster 2023-11-17T06:04:29.455076+0000 mgr.smithi124.bgylrn (mgr.14180) 665 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:30.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:30 smithi139 conmon[88685]: cluster 2023-11-17T06:04:29.455076+0000 mgr.smithi124.bgylrn (mgr.14180) 665 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:30.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:30 smithi139 conmon[88685]: 2023-11-17T06:04:31.315 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:31.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:31 smithi124 conmon[83794]: audit 2023-11-17T06:04:30.719631+0000 mgr.smithi124.bgylrn (mgr.14180) 666 : 2023-11-17T06:04:31.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:31 smithi124 conmon[83794]: audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:31.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:31 smithi139 conmon[88685]: audit 2023-11-17T06:04:30.719631+0000 mgr.smithi124.bgylrn (mgr.14180) 666 : audit [DBG] 2023-11-17T06:04:31.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:31 smithi139 conmon[88685]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:32.317 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:32 smithi139 conmon[88685]: cluster 2023-11-17T06:04:31.455450+0000 mgr.smithi124.bgylrn (mgr.14180) 667 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:34 smithi139 conmon[88685]: cluster 2023-11-17T06:04:33.456177+0000 mgr.smithi124.bgylrn (mgr.14180) 668 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:36 smithi139 conmon[88685]: cluster 2023-11-17T06:04:35.456570+0000 mgr.smithi124.bgylrn (mgr.14180) 669 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:38 smithi139 conmon[88685]: cluster 2023-11-17T06:04:37.457264+0000 mgr.smithi124.bgylrn (mgr.14180) 670 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:40 smithi139 conmon[88685]: cluster 2023-11-17T06:04:39.458059+0000 mgr.smithi124.bgylrn (mgr.14180) 671 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.261 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:32 smithi124 conmon[83794]: cluster 2023-11-17T06:04:31.455450+0000 mgr.smithi124.bgylrn (mgr.14180) 667 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.262 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:34 smithi124 conmon[83794]: cluster 2023-11-17T06:04:33.456177+0000 mgr.smithi124.bgylrn (mgr.14180) 668 : cluster 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:34 smithi124 conmon[83794]: [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:36 smithi124 conmon[83794]: cluster 2023-11-17T06:04:35.456570+0000 mgr.smithi124.bgylrn (mgr.14180) 669 : cluster 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:36 smithi124 conmon[83794]: [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:38 smithi124 conmon[83794]: cluster 2023-11-17T06:04:37.457264+0000 mgr.smithi124.bgylrn (mgr.14180) 670 : cluster 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:38 smithi124 conmon[83794]: [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:41.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:40 smithi124 conmon[83794]: cluster 2023-11-17T06:04:39.458059+0000 mgr.smithi124.bgylrn (mgr.14180) 671 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:42.752 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:42 smithi124 conmon[83794]: cluster 2023-11-17T06:04:41.458418+0000 mgr.smithi124.bgylrn (mgr.14180) 672 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:42.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:42 smithi139 conmon[88685]: cluster 2023-11-17T06:04:41.458418+0000 mgr.smithi124.bgylrn (mgr.14180) 672 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:43.136 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:43.136 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:43.706 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:44.707 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:45.354 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:44 smithi139 conmon[88685]: audit 2023-11-17T06:04:43.132579+0000 mgr.smithi124.bgylrn (mgr.14180) 673 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:45.419 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:44 smithi139 conmon[88685]: cluster 2023-11-17T06:04:43.459211+0000 mgr.smithi124.bgylrn (mgr.14180) 674 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:45.419 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:44 smithi124 conmon[83794]: audit 2023-11-17T06:04:43.132579+0000 mgr.smithi124.bgylrn (mgr.14180) 673 : audit 2023-11-17T06:04:45.419 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:44 smithi124 conmon[83794]: [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:45.420 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:44 smithi124 conmon[83794]: cluster 2023-11-17T06:04:43.459211+0000 mgr.smithi124.bgylrn (mgr.14180) 674 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:46.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:46 smithi124 conmon[83794]: cluster 2023-11-17T06:04:45.459608+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:04:46.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:46 smithi124 conmon[83794]: ) 675 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:46.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:46 smithi139 conmon[88685]: cluster 2023-11-17T06:04:45.459608+0000 mgr.smithi124.bgylrn (mgr.14180) 675 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:47.305 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:47.305 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:47.839 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:48.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:48 smithi124 conmon[83794]: audit 2023-11-17T06:04:47.300914+0000 mgr.smithi124.bgylrn (mgr.14180) 676 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:48.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:48 smithi124 conmon[83794]: cluster 2023-11-17T06:04:47.460074+0000 mgr.smithi124.bgylrn (mgr.14180) 677 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:48.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:48 smithi139 conmon[88685]: audit 2023-11-17T06:04:47.300914+0000 mgr.smithi124.bgylrn (mgr.14180) 676 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:48.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:48 smithi139 conmon[88685]: 2023-11-17T06:04:48.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:48 smithi139 conmon[88685]: cluster 2023-11-17T06:04:47.460074+0000 mgr.smithi124.bgylrn (mgr.14180) 677 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:48.840 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:50.686 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:50.686 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:50.707 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:50 smithi124 conmon[83794]: cluster 2023-11-17T06:04:49.460551+0000 mgr.smithi124.bgylrn (mgr.14180) 678 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:50.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:50 smithi139 conmon[88685]: cluster 2023-11-17T06:04:49.460551+0000 mgr.smithi124.bgylrn (mgr.14180) 678 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:50.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:50 smithi139 conmon[88685]: 2023-11-17T06:04:51.239 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:51.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:51 smithi124 conmon[83794]: audit 2023-11-17T06:04:50.682368+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:04:51.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:51 smithi124 conmon[83794]: ) 679 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:51.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:51 smithi139 conmon[88685]: audit 2023-11-17T06:04:50.682368+0000 mgr.smithi124.bgylrn (mgr.14180) 679 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:52.239 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:52 smithi139 conmon[88685]: cluster 2023-11-17T06:04:51.460879+0000 mgr.smithi124.bgylrn (mgr.14180) 680 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:52 smithi124 conmon[83794]: cluster 2023-11-17T06:04:51.460879+0000 2023-11-17T06:04:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:52 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 680 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:54.054 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:54.054 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:54.638 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:54.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:54 smithi124 conmon[83794]: cluster 2023-11-17T06:04:53.461495+0000 mgr.smithi124.bgylrn (mgr.14180) 681 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:54 smithi139 conmon[88685]: cluster 2023-11-17T06:04:53.461495+0000 mgr.smithi124.bgylrn (mgr.14180) 681 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:55.639 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:04:55.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:55 smithi139 conmon[88685]: audit 2023-11-17T06:04:54.050155+0000 mgr.smithi124.bgylrn (mgr.14180) 682 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:55.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:55 smithi124 conmon[83794]: audit 2023-11-17T06:04:54.050155+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:04:55.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:55 smithi124 conmon[83794]: 682 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:56.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:56 smithi124 conmon[83794]: cluster 2023-11-17T06:04:55.461964+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:04:56.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:56 smithi124 conmon[83794]: 683 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:56.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:56 smithi139 conmon[88685]: cluster 2023-11-17T06:04:55.461964+0000 mgr.smithi124.bgylrn (mgr.14180) 683 : cluster [DBG] 2023-11-17T06:04:56.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:56 smithi139 conmon[88685]: pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:57.528 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:04:57.528 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:04:58.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:04:58.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:58 smithi139 conmon[88685]: cluster 2023-11-17T06:04:57.462508+0000 mgr.smithi124.bgylrn (mgr.14180) 684 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:58.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:58 smithi139 conmon[88685]: 2023-11-17T06:04:58.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:04:58 smithi139 conmon[88685]: audit 2023-11-17T06:04:57.523876+0000 mgr.smithi124.bgylrn (mgr.14180) 685 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:58.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:58 smithi124 conmon[83794]: cluster 2023-11-17T06:04:57.462508+0000 mgr.smithi124.bgylrn (mgr.14180) 684 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:04:58.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:04:58 smithi124 conmon[83794]: audit 2023-11-17T06:04:57.523876+0000 mgr.smithi124.bgylrn (mgr.14180) 685 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:04:59.081 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:05:00.563 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:00 smithi124 conmon[83794]: cluster 2023-11-17T06:04:59.462967+0000 mgr.smithi124.bgylrn (mgr.14180) 686 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:00.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:00 smithi139 conmon[88685]: cluster 2023-11-17T06:04:59.462967+0000 mgr.smithi124.bgylrn (mgr.14180) 686 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:00.944 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:05:00.945 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:05:01.480 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:05:02.482 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:05:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:02 smithi124 conmon[83794]: audit 2023-11-17T06:05:00.940788+0000 mgr.smithi124.bgylrn (mgr.14180) 687 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:05:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:02 smithi124 conmon[83794]: cluster 2023-11-17T06:05:01.463387+0000 mgr.smithi124.bgylrn (mgr.14180) 688 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:02.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:02 smithi139 conmon[88685]: audit 2023-11-17T06:05:00.940788+0000 mgr.smithi124.bgylrn (mgr.14180) 687 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:05:02.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:02 smithi139 conmon[88685]: 2023-11-17T06:05:02.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:02 smithi139 conmon[88685]: cluster 2023-11-17T06:05:01.463387+0000 mgr.smithi124.bgylrn (mgr.14180) 688 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:04.329 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:05:04.330 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:05:04.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:04 smithi124 conmon[83794]: cluster 2023-11-17T06:05:03.464177+0000 mgr.smithi124.bgylrn (mgr.14180) 689 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:04 smithi139 conmon[88685]: cluster 2023-11-17T06:05:03.464177+0000 mgr.smithi124.bgylrn (mgr.14180) 689 : cluster [DBG] 2023-11-17T06:05:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:04 smithi139 conmon[88685]: pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:04.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:05:05.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:05 smithi139 conmon[88685]: audit 2023-11-17T06:05:04.324843+0000 mgr.smithi124.bgylrn (mgr.14180) 690 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:05:30.216 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:05 smithi139 conmon[88685]: 2023-11-17T06:05:30.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:05 smithi124 conmon[83794]: audit 2023-11-17T06:05:04.324843+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:05:30.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:05 smithi124 conmon[83794]: 690 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:05:30.216 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:05:30.219 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:06 smithi139 conmon[88685]: cluster 2023-11-17T06:05:05.464546+0000 mgr.smithi124.bgylrn (mgr.14180) 691 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.219 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:06 smithi139 conmon[88685]: 2023-11-17T06:05:30.219 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:08 smithi139 conmon[88685]: cluster 2023-11-17T06:05:07.465182+0000 mgr.smithi124.bgylrn (mgr.14180) 692 : cluster [DBG] 2023-11-17T06:05:30.220 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:08 smithi139 conmon[88685]: pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:10 smithi139 conmon[88685]: cluster 2023-11-17T06:05:09.465821+0000 mgr.smithi124.bgylrn (mgr.14180) 693 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:10 smithi139 conmon[88685]: 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:12 smithi139 conmon[88685]: cluster 2023-11-17T06:05:11.466386+0000 mgr.smithi124.bgylrn (mgr.14180) 694 : cluster [DBG] 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:12 smithi139 conmon[88685]: pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:14 smithi139 conmon[88685]: cluster 2023-11-17T06:05:13.467057+0000 mgr.smithi124.bgylrn (mgr.14180) 695 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:16 smithi139 conmon[88685]: cluster 2023-11-17T06:05:15.467517+0000 mgr.smithi124.bgylrn (mgr.14180) 696 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:18 smithi139 conmon[88685]: cluster 2023-11-17T06:05:17.468098+0000 mgr.smithi124.bgylrn (mgr.14180) 697 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:20 smithi139 conmon[88685]: cluster 2023-11-17T06:05:19.468660+0000 mgr.smithi124.bgylrn (mgr.14180) 698 : cluster [DBG] 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:20 smithi139 conmon[88685]: pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:22 smithi139 conmon[88685]: cluster 2023-11-17T06:05:21.469026+0000 mgr.smithi124.bgylrn (mgr.14180) 699 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:24 smithi139 conmon[88685]: cluster 2023-11-17T06:05:23.469736+0000 mgr.smithi124.bgylrn (mgr.14180) 700 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:26 smithi139 conmon[88685]: cluster 2023-11-17T06:05:25.470284+0000 mgr.smithi124.bgylrn (mgr.14180) 701 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:26 smithi139 conmon[88685]: 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:28 smithi139 conmon[88685]: cluster 2023-11-17T06:05:27.470940+0000 mgr.smithi124.bgylrn (mgr.14180) 702 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:06 smithi124 conmon[83794]: cluster 2023-11-17T06:05:05.464546+0000 mgr.smithi124.bgylrn (mgr.14180) 691 : cluster [DBG] 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:06 smithi124 conmon[83794]: pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:08 smithi124 conmon[83794]: cluster 2023-11-17T06:05:07.465182+0000 mgr.smithi124.bgylrn (mgr.14180) 692 : cluster 2023-11-17T06:05:30.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:08 smithi124 conmon[83794]: [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:10 smithi124 conmon[83794]: cluster 2023-11-17T06:05:09.465821+0000 mgr.smithi124.bgylrn (mgr.14180) 693 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:10 smithi124 conmon[83794]: 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:12 smithi124 conmon[83794]: cluster 2023-11-17T06:05:11.466386+0000 mgr.smithi124.bgylrn (mgr.14180) 694 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:12 smithi124 conmon[83794]: : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:14 smithi124 conmon[83794]: cluster 2023-11-17T06:05:13.467057+0000 mgr.smithi124.bgylrn (mgr.14180) 695 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:16 smithi124 conmon[83794]: cluster 2023-11-17T06:05:15.467517+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:16 smithi124 conmon[83794]: 696 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:18 smithi124 conmon[83794]: cluster 2023-11-17T06:05:17.468098+0000 mgr.smithi124.bgylrn (mgr.14180) 697 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:20 smithi124 conmon[83794]: cluster 2023-11-17T06:05:19.468660+0000 mgr.smithi124.bgylrn (mgr.14180) 698 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:22 smithi124 conmon[83794]: cluster 2023-11-17T06:05:21.469026+0000 mgr.smithi124.bgylrn (mgr.14180) 699 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:22 smithi124 conmon[83794]: 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:24 smithi124 conmon[83794]: cluster 2023-11-17T06:05:23.469736+0000 mgr.smithi124.bgylrn (mgr.14180) 700 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:26 smithi124 conmon[83794]: cluster 2023-11-17T06:05:25.470284+0000 mgr.smithi124.bgylrn (mgr.14180) 701 : cluster [DBG] 2023-11-17T06:05:30.275 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:26 smithi124 conmon[83794]: pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.276 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:28 smithi124 conmon[83794]: cluster 2023-11-17T06:05:27.470940+0000 mgr.smithi124.bgylrn (mgr.14180) 702 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.276 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:28 smithi124 conmon[83794]: 2023-11-17T06:05:30.718 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:30 smithi124 conmon[83794]: cluster 2023-11-17T06:05:29.471679+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:05:30.719 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:30 smithi124 conmon[83794]: ) 703 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:30.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:30 smithi139 conmon[88685]: cluster 2023-11-17T06:05:29.471679+0000 mgr.smithi124.bgylrn (mgr.14180) 703 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:05:32.103 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:05:32.293 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:58:12.548527Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.tdshjd on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:05:32.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:28.862 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:32 smithi139 conmon[88685]: cluster 2023-11-17T06:05:31.472039+0000 mgr.smithi124.bgylrn (mgr.14180) 704 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.862 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:33 smithi139 conmon[88685]: audit 2023-11-17T06:05:32.099054+0000 mgr.smithi124.bgylrn (mgr.14180) 705 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:28.862 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:34 smithi139 conmon[88685]: cluster 2023-11-17T06:05:33.472635+0000 mgr.smithi124.bgylrn (mgr.14180) 706 : cluster [DBG] 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:34 smithi139 conmon[88685]: pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:36 smithi139 conmon[88685]: cluster 2023-11-17T06:05:35.473205+0000 mgr.smithi124.bgylrn (mgr.14180) 707 : cluster 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:36 smithi139 conmon[88685]: [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:38 smithi139 conmon[88685]: cluster 2023-11-17T06:05:37.473910+0000 mgr.smithi124.bgylrn (mgr.14180) 708 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:40 smithi139 conmon[88685]: cluster 2023-11-17T06:05:39.474541+0000 mgr.smithi124.bgylrn (mgr.14180) 709 : cluster [DBG] 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:40 smithi139 conmon[88685]: pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:42 smithi139 conmon[88685]: cluster 2023-11-17T06:05:41.474905+0000 mgr.smithi124.bgylrn (mgr.14180) 710 : 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:42 smithi139 conmon[88685]: cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:44 smithi139 conmon[88685]: cluster 2023-11-17T06:05:43.475775+0000 mgr.smithi124.bgylrn (mgr.14180) 711 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:46 smithi139 conmon[88685]: cluster 2023-11-17T06:05:45.476142+0000 mgr.smithi124.bgylrn (mgr.14180) 712 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:48 smithi139 conmon[88685]: cluster 2023-11-17T06:05:47.476776+0000 mgr.smithi124.bgylrn (mgr.14180) 713 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:50 smithi139 conmon[88685]: cluster 2023-11-17T06:05:49.477509+0000 mgr.smithi124.bgylrn (mgr.14180) 714 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:52 smithi139 conmon[88685]: cluster 2023-11-17T06:05:51.477952+0000 mgr.smithi124.bgylrn (mgr.14180) 715 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:54 smithi139 conmon[88685]: cluster 2023-11-17T06:05:53.478781+0000 mgr.smithi124.bgylrn (mgr.14180) 716 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:54 smithi139 conmon[88685]: 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:56 smithi139 conmon[88685]: cluster 2023-11-17T06:05:55.479266+0000 mgr.smithi124.bgylrn (mgr.14180) 717 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:56 smithi139 conmon[88685]: 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:05:58 smithi139 conmon[88685]: cluster 2023-11-17T06:05:57.479899+0000 mgr.smithi124.bgylrn (mgr.14180) 718 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:00 smithi139 conmon[88685]: cluster 2023-11-17T06:05:59.480569+0000 mgr.smithi124.bgylrn (mgr.14180) 719 : cluster 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:00 smithi139 conmon[88685]: [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:02 smithi139 conmon[88685]: cluster 2023-11-17T06:06:01.481026+0000 mgr.smithi124.bgylrn (mgr.14180) 720 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:02 smithi139 conmon[88685]: audit 2023-11-17T06:06:02.441866+0000 mon.smithi124 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.lufiqc"}]: dispatch 2023-11-17T06:06:28.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: cephadm 2023-11-17T06:06:02.441359+0000 mgr.smithi124.bgylrn (mgr.14180) 721 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: cephadm 2023-11-17T06:06:02.441592+0000 mgr.smithi124.bgylrn (mgr.14180) 722 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.867 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: cephadm 2023-11-17T06:06:02.442508+0000 mgr.smithi124.bgylrn (mgr.14180) 723 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.868 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:03 smithi139 conmon[88685]: cephadm 2023-11-17T06:06:02.444094+0000 mgr.smithi124.bgylrn (mgr.14180) 724 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.xlhloa on smithi124 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:04 smithi139 conmon[88685]: cluster 2023-11-17T06:06:03.481685+0000 mgr.smithi124.bgylrn (mgr.14180) 725 : cluster [DBG] 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:04 smithi139 conmon[88685]: pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:06 smithi139 conmon[88685]: cluster 2023-11-17T06:06:05.482101+0000 mgr.smithi124.bgylrn (mgr.14180) 726 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:08 smithi139 conmon[88685]: cluster 2023-11-17T06:06:07.482922+0000 mgr.smithi124.bgylrn (mgr.14180) 727 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:10 smithi139 conmon[88685]: cluster 2023-11-17T06:06:09.483597+0000 mgr.smithi124.bgylrn (mgr.14180) 728 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:10 smithi139 conmon[88685]: 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:12 smithi139 conmon[88685]: cluster 2023-11-17T06:06:11.484007+0000 mgr.smithi124.bgylrn (mgr.14180) 729 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:14 smithi139 conmon[88685]: cluster 2023-11-17T06:06:13.484694+0000 mgr.smithi124.bgylrn (mgr.14180) 730 : cluster [DBG] 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:14 smithi139 conmon[88685]: pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.869 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:16 smithi139 conmon[88685]: cluster 2023-11-17T06:06:15.485158+0000 mgr.smithi124.bgylrn (mgr.14180) 731 : cluster [DBG] 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:16 smithi139 conmon[88685]: pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:18 smithi139 conmon[88685]: cluster 2023-11-17T06:06:17.485859+0000 mgr.smithi124.bgylrn (mgr.14180) 732 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:18 smithi139 conmon[88685]: 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:20 smithi139 conmon[88685]: cluster 2023-11-17T06:06:19.486600+0000 mgr.smithi124.bgylrn (mgr.14180) 733 : cluster [DBG] 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:20 smithi139 conmon[88685]: pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:22 smithi139 conmon[88685]: cluster 2023-11-17T06:06:21.487133+0000 mgr.smithi124.bgylrn (mgr.14180) 734 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:24 smithi139 conmon[88685]: cluster 2023-11-17T06:06:23.487889+0000 mgr.smithi124.bgylrn (mgr.14180) 735 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:24 smithi139 conmon[88685]: 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:26 smithi139 conmon[88685]: cluster 2023-11-17T06:06:25.488333+0000 mgr.smithi124.bgylrn (mgr.14180) 736 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:28 smithi139 conmon[88685]: cluster 2023-11-17T06:06:27.489043+0000 mgr.smithi124.bgylrn (mgr.14180) 737 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:32 smithi124 conmon[83794]: cluster 2023-11-17T06:05:31.472039+0000 mgr.smithi124.bgylrn (mgr.14180) 704 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:33 smithi124 conmon[83794]: audit 2023-11-17T06:05:32.099054+0000 mgr.smithi124.bgylrn (mgr.14180) 705 : 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:33 smithi124 conmon[83794]: audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:34 smithi124 conmon[83794]: cluster 2023-11-17T06:05:33.472635+0000 mgr.smithi124.bgylrn (mgr.14180) 706 : cluster [DBG] 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:34 smithi124 conmon[83794]: pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:36 smithi124 conmon[83794]: cluster 2023-11-17T06:05:35.473205+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:36 smithi124 conmon[83794]: 707 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:38 smithi124 conmon[83794]: cluster 2023-11-17T06:05:37.473910+0000 mgr.smithi124.bgylrn (mgr.14180) 708 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:40 smithi124 conmon[83794]: cluster 2023-11-17T06:05:39.474541+0000 mgr.smithi124.bgylrn (mgr.14180) 709 : cluster 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:40 smithi124 conmon[83794]: [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.871 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:42 smithi124 conmon[83794]: cluster 2023-11-17T06:05:41.474905+0000 mgr.smithi124.bgylrn (mgr.14180) 710 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:44 smithi124 conmon[83794]: cluster 2023-11-17T06:05:43.475775+0000 mgr.smithi124.bgylrn (mgr.14180) 711 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:46 smithi124 conmon[83794]: cluster 2023-11-17T06:05:45.476142+0000 mgr.smithi124.bgylrn (mgr.14180) 712 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:48 smithi124 conmon[83794]: cluster 2023-11-17T06:05:47.476776+0000 mgr.smithi124.bgylrn (mgr.14180) 713 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:50 smithi124 conmon[83794]: cluster 2023-11-17T06:05:49.477509+0000 mgr.smithi124.bgylrn (mgr.14180) 714 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:52 smithi124 conmon[83794]: cluster 2023-11-17T06:05:51.477952+0000 mgr.smithi124.bgylrn (mgr.14180) 715 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:52 smithi124 conmon[83794]: 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:54 smithi124 conmon[83794]: cluster 2023-11-17T06:05:53.478781+0000 mgr.smithi124.bgylrn (mgr.14180) 716 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:56 smithi124 conmon[83794]: cluster 2023-11-17T06:05:55.479266+0000 mgr.smithi124.bgylrn (mgr.14180) 717 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:05:58 smithi124 conmon[83794]: cluster 2023-11-17T06:05:57.479899+0000 mgr.smithi124.bgylrn (mgr.14180) 718 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:00 smithi124 conmon[83794]: cluster 2023-11-17T06:05:59.480569+0000 mgr.smithi124.bgylrn (mgr.14180) 719 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:02 smithi124 conmon[83794]: cluster 2023-11-17T06:06:01.481026+0000 2023-11-17T06:06:28.872 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:02 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 720 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:02 smithi124 conmon[83794]: audit 2023-11-17T06:06:02.441866+0000 mon.smithi124 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.lufiqc"}]: dispatch 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: cephadm 2023-11-17T06:06:02.441359+0000 mgr.smithi124.bgylrn (mgr.14180) 721 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.874 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.875 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: cephadm 2023-11-17T06:06:02.441592+0000 mgr.smithi124.bgylrn (mgr.14180) 722 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: cephadm 2023-11-17T06:06:02.442508+0000 mgr.smithi124.bgylrn (mgr.14180) 723 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.lufiqc ... 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:04:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.876 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:05:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:03 smithi124 conmon[83794]: cephadm 2023-11-17T06:06:02.444094+0000 mgr.smithi124.bgylrn (mgr.14180) 724 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.xlhloa on smithi124 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:04 smithi124 conmon[83794]: cluster 2023-11-17T06:06:03.481685+0000 mgr.smithi124.bgylrn (mgr.14180) 725 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:06 smithi124 conmon[83794]: cluster 2023-11-17T06:06:05.482101+0000 mgr.smithi124.bgylrn (mgr.14180) 726 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:08 smithi124 conmon[83794]: cluster 2023-11-17T06:06:07.482922+0000 mgr.smithi124.bgylrn (mgr.14180) 727 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:10 smithi124 conmon[83794]: cluster 2023-11-17T06:06:09.483597+0000 mgr.smithi124.bgylrn 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:10 smithi124 conmon[83794]: (mgr.14180) 728 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:12 smithi124 conmon[83794]: cluster 2023-11-17T06: 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:12 smithi124 conmon[83794]: 06:11.484007+0000 mgr.smithi124.bgylrn (mgr.14180) 729 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.877 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:14 smithi124 conmon[83794]: cluster 2023-11-17T06:06:13.484694+0000 mgr.smithi124.bgylrn (mgr.14180) 730 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:16 smithi124 conmon[83794]: cluster 2023-11-17T06:06:15.485158+0000 mgr.smithi124.bgylrn (mgr.14180) 731 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:18 smithi124 conmon[83794]: cluster 2023-11-17T06:06:17.485859+0000 mgr.smithi124.bgylrn (mgr.14180) 732 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:18 smithi124 conmon[83794]: : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:20 smithi124 conmon[83794]: cluster 2023-11-17T06:06:19.486600+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:20 smithi124 conmon[83794]: 14180) 733 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:22 smithi124 conmon[83794]: cluster 2023-11-17T06:06:21.487133+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:22 smithi124 conmon[83794]: 734 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:24 smithi124 conmon[83794]: cluster 2023-11-17T06:06:23.487889+0000 mgr.smithi124.bgylrn (mgr.14180) 735 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:26 smithi124 conmon[83794]: cluster 2023-11-17T06:06:25.488333+0000 mgr.smithi124.bgylrn (mgr.14180) 736 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:28.878 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:28 smithi124 conmon[83794]: cluster 2023-11-17T06:06:27.489043+0000 mgr.smithi124.bgylrn (mgr.14180) 737 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:29.855 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:30.701 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:30 smithi124 conmon[83794]: cluster 2023-11-17T06:06:29.489746+0000 mgr.smithi124.bgylrn (mgr.14180) 738 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:31.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:30 smithi139 conmon[88685]: cluster 2023-11-17T06:06:29.489746+0000 mgr.smithi124.bgylrn (mgr.14180) 738 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:31.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:30 smithi139 conmon[88685]: 2023-11-17T06:06:31.764 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:31.764 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:32.253 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:33.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:32 smithi139 conmon[88685]: cluster 2023-11-17T06:06:31.490113+0000 mgr.smithi124.bgylrn (mgr.14180) 739 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:33.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:32 smithi139 conmon[88685]: 2023-11-17T06:06:33.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:32 smithi139 conmon[88685]: audit 2023-11-17T06:06:31.759584+0000 mgr.smithi124.bgylrn (mgr.14180) 740 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:33.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:32 smithi124 conmon[83794]: cluster 2023-11-17T06:06:31.490113+0000 mgr.smithi124.bgylrn (mgr.14180) 739 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:33.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:32 smithi124 conmon[83794]: audit 2023-11-17T06:06:31.759584+0000 mgr.smithi124.bgylrn (mgr.14180) 740 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:33.255 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:34.711 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:34 smithi124 conmon[83794]: cluster 2023-11-17T06:06:33.490744+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:06:34.711 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:34 smithi124 conmon[83794]: 14180) 741 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:35.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:34 smithi139 conmon[88685]: cluster 2023-11-17T06:06:33.490744+0000 mgr.smithi124.bgylrn (mgr.14180) 741 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:35.086 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:35.087 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:35.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:36.646 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:36.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:36 smithi139 conmon[88685]: audit 2023-11-17T06:06:35.080564+0000 mgr.smithi124.bgylrn (mgr.14180) 742 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:36.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:36 smithi139 conmon[88685]: cluster 2023-11-17T06:06:35.491154+0000 mgr.smithi124.bgylrn (mgr.14180) 743 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:36 smithi124 conmon[83794]: audit 2023-11-17T06:06:35.080564+0000 2023-11-17T06:06:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:36 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 742 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:36 smithi124 conmon[83794]: cluster 2023-11-17T06:06:35.491154+0000 mgr.smithi124.bgylrn (mgr.14180) 743 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:38.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:38 smithi124 conmon[83794]: cluster 2023-11-17T06:06:37.491682+0000 mgr.smithi124.bgylrn (mgr.14180) 744 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:38.516 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:38.516 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:38.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:38 smithi139 conmon[88685]: cluster 2023-11-17T06:06:37.491682+0000 mgr.smithi124.bgylrn (mgr.14180) 744 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:39.092 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:39.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:39 smithi124 conmon[83794]: audit 2023-11-17T06:06:38.512098+0000 2023-11-17T06:06:39.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:39 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 745 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:39.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:39 smithi139 conmon[88685]: audit 2023-11-17T06:06:38.512098+0000 mgr.smithi124.bgylrn (mgr.14180) 745 : audit [DBG] 2023-11-17T06:06:39.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:39 smithi139 conmon[88685]: from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:40.094 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:40.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:40 smithi124 conmon[83794]: cluster 2023-11-17T06:06:39.492174+0000 mgr.smithi124.bgylrn (mgr.14180) 746 : cluster 2023-11-17T06:06:40.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:40 smithi124 conmon[83794]: [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:40.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:40 smithi139 conmon[88685]: cluster 2023-11-17T06:06:39.492174+0000 mgr.smithi124.bgylrn (mgr.14180) 746 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:41.955 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:41.957 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:42.490 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:42.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:42 smithi124 conmon[83794]: cluster 2023-11-17T06:06:41.492630+0000 mgr.smithi124.bgylrn (mgr.14180) 747 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:43.041 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:42 smithi139 conmon[88685]: cluster 2023-11-17T06:06:41.492630+0000 mgr.smithi124.bgylrn (mgr.14180) 747 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:43.491 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:43.976 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:43 smithi124 conmon[83794]: audit 2023-11-17T06:06:41.947478+0000 mgr.smithi124.bgylrn (mgr.14180) 748 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:43.976 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:43 smithi124 conmon[83794]: 2023-11-17T06:06:44.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:43 smithi139 conmon[88685]: audit 2023-11-17T06:06:41.947478+0000 mgr.smithi124.bgylrn (mgr.14180) 748 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:44.730 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:44 smithi124 conmon[83794]: cluster 2023-11-17T06:06:43.493382+0000 mgr.smithi124.bgylrn (mgr.14180) 749 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:45.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:44 smithi139 conmon[88685]: cluster 2023-11-17T06:06:43.493382+0000 mgr.smithi124.bgylrn (mgr.14180) 749 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:45.357 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:45.357 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:45.940 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:46.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:46 smithi139 conmon[88685]: audit 2023-11-17T06:06:45.353034+0000 mgr.smithi124.bgylrn (mgr.14180) 750 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:46.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:46 smithi139 conmon[88685]: cluster 2023-11-17T06:06:45.493681+0000 mgr.smithi124.bgylrn (mgr.14180) 751 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:46.942 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:46.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:46 smithi124 conmon[83794]: audit 2023-11-17T06:06:45.353034+0000 mgr.smithi124.bgylrn (mgr.14180) 750 : audit [DBG] 2023-11-17T06:06:46.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:46 smithi124 conmon[83794]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:46.969 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:46 smithi124 conmon[83794]: cluster 2023-11-17T06:06:45.493681+0000 mgr.smithi124.bgylrn (mgr.14180) 751 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:48.230 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:48 smithi124 conmon[83794]: cluster 2023-11-17T06:06:47.494152+0000 mgr.smithi124.bgylrn (mgr.14180) 752 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:48.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:48 smithi139 conmon[88685]: cluster 2023-11-17T06:06:47.494152+0000 mgr.smithi124.bgylrn (mgr.14180) 752 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:48.834 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:48.835 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:49.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:49 smithi124 conmon[83794]: audit 2023-11-17T06:06:48.830529+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:06:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:49 smithi124 conmon[83794]: ) 753 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:49.473 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:49.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:49 smithi139 conmon[88685]: audit 2023-11-17T06:06:48.830529+0000 mgr.smithi124.bgylrn (mgr.14180) 753 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:50.474 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:50.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:50 smithi124 conmon[83794]: cluster 2023-11-17T06:06:49.494739 2023-11-17T06:06:50.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:50 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 754 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:50.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:50 smithi139 conmon[88685]: cluster 2023-11-17T06:06:49.494739+0000 mgr.smithi124.bgylrn (mgr.14180) 754 : cluster [DBG] 2023-11-17T06:06:50.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:50 smithi139 conmon[88685]: pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:52.392 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:52.392 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:52 smithi124 conmon[83794]: cluster 2023-11-17T06:06:51.495141+0000 mgr.smithi124.bgylrn (mgr.14180) 755 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:52.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:52 smithi139 conmon[88685]: cluster 2023-11-17T06:06:51.495141+0000 mgr.smithi124.bgylrn (mgr.14180) 755 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:53.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:52 smithi139 conmon[88685]: 2023-11-17T06:06:53.931 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:53.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:53 smithi124 conmon[83794]: audit 2023-11-17T06:06:52.385698+0000 mgr.smithi124.bgylrn (mgr.14180) 756 2023-11-17T06:06:53.972 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:53 smithi124 conmon[83794]: : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:54.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:53 smithi139 conmon[88685]: audit 2023-11-17T06:06:52.385698+0000 mgr.smithi124.bgylrn (mgr.14180) 756 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:54.665 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:54 smithi124 conmon[83794]: cluster 2023-11-17T06:06:53.495779 2023-11-17T06:06:54.665 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:54 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 757 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:55.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:54 smithi139 conmon[88685]: cluster 2023-11-17T06:06:53.495779+0000 mgr.smithi124.bgylrn (mgr.14180) 757 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:55.893 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:55.894 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:56.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:06:56.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:56 smithi124 conmon[83794]: cluster 2023-11-17T06:06:55.496142+0000 mgr.smithi124.bgylrn (mgr.14180) 758 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:56.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:56 smithi124 conmon[83794]: audit 2023-11-17T06:06:55.884143+0000 mgr.smithi124.bgylrn (mgr.14180) 759 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:56.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:56 smithi139 conmon[88685]: cluster 2023-11-17T06:06:55.496142+0000 mgr.smithi124.bgylrn (mgr.14180) 758 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:56.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:56 smithi139 conmon[88685]: audit 2023-11-17T06:06:55.884143+0000 mgr.smithi124.bgylrn (mgr.14180) 759 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:06:57.524 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:06:58.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:58 smithi124 conmon[83794]: cluster 2023-11-17T06:06:57.496921+0000 mgr.smithi124.bgylrn (mgr.14180) 760 : cluster [DBG] 2023-11-17T06:06:58.290 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:06:58 smithi124 conmon[83794]: pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:58.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:06:58 smithi139 conmon[88685]: cluster 2023-11-17T06:06:57.496921+0000 mgr.smithi124.bgylrn (mgr.14180) 760 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:06:59.331 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:06:59.331 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:06:59.914 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:00.914 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:00.944 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:00 smithi124 conmon[83794]: audit 2023-11-17T06:06:59.327364+0000 mgr.smithi124.bgylrn (mgr.14180) 761 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:00.944 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:00 smithi124 conmon[83794]: cluster 2023-11-17T06:06:59.497447+0000 mgr.smithi124.bgylrn (mgr.14180) 762 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:01.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:00 smithi139 conmon[88685]: audit 2023-11-17T06:06:59.327364+0000 mgr.smithi124.bgylrn (mgr.14180) 761 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:01.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:00 smithi139 conmon[88685]: cluster 2023-11-17T06:06:59.497447+0000 mgr.smithi124.bgylrn (mgr.14180) 762 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:02.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:02 smithi124 conmon[83794]: cluster 2023-11-17T06:07:01.497870+0000 mgr.smithi124.bgylrn (mgr.14180) 763 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:02.786 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:02.786 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:03.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:02 smithi139 conmon[88685]: cluster 2023-11-17T06:07:01.497870+0000 mgr.smithi124.bgylrn (mgr.14180) 763 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:03.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:04.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:03 smithi124 conmon[83794]: audit 2023-11-17T06:07:02.781460+0000 mgr.smithi124.bgylrn (mgr.14180) 764 2023-11-17T06:07:04.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:03 smithi124 conmon[83794]: : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:04.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:03 smithi139 conmon[88685]: audit 2023-11-17T06:07:02.781460+0000 mgr.smithi124.bgylrn (mgr.14180) 764 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:04.314 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:04.780 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:04 smithi124 conmon[83794]: cluster 2023-11-17T06:07:03.498506+0000 mgr.smithi124.bgylrn (mgr.14180) 765 : 2023-11-17T06:07:04.780 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:04 smithi124 conmon[83794]: cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:05.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:04 smithi139 conmon[88685]: cluster 2023-11-17T06:07:03.498506+0000 mgr.smithi124.bgylrn (mgr.14180) 765 : cluster 2023-11-17T06:07:05.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:04 smithi139 conmon[88685]: [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:06.179 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:06.179 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:06.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:06.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:06 smithi139 conmon[88685]: cluster 2023-11-17T06:07:05.498865+0000 mgr.smithi124.bgylrn (mgr.14180) 766 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:07.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:06 smithi124 conmon[83794]: cluster 2023-11-17T06:07:05.498865+0000 mgr.smithi124.bgylrn (mgr.14180) 766 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:07.741 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:08.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:07 smithi139 conmon[88685]: audit 2023-11-17T06:07:06.174624+0000 mgr.smithi124.bgylrn (mgr.14180) 767 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:08.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:07 smithi124 conmon[83794]: audit 2023-11-17T06:07:06.174624+0000 mgr.smithi124.bgylrn (mgr.14180) 767 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:08.977 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:08 smithi124 conmon[83794]: cluster 2023-11-17T06:07:07.499344+0000 mgr.smithi124.bgylrn 2023-11-17T06:07:08.977 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:08 smithi124 conmon[83794]: (mgr.14180) 768 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:09.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:08 smithi139 conmon[88685]: cluster 2023-11-17T06:07:07.499344+0000 mgr.smithi124.bgylrn (mgr.14180) 768 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:09.591 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:09.591 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:10.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:11.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:10 smithi124 conmon[83794]: cluster 2023-11-17T06:07:09.499877+0000 mgr.smithi124.bgylrn (mgr.14180) 769 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:11.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:10 smithi124 conmon[83794]: audit 2023-11-17T06:07:09.587240+0000 mgr.smithi124.bgylrn (mgr.14180) 770 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:11.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:10 smithi139 conmon[88685]: cluster 2023-11-17T06:07:09.499877+0000 mgr.smithi124.bgylrn (mgr.14180) 769 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:11.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:10 smithi139 conmon[88685]: audit 2023-11-17T06:07:09.587240+0000 mgr.smithi124.bgylrn (mgr.14180) 770 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:11.172 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:12.689 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:12 smithi124 conmon[83794]: cluster 2023-11-17T06:07:11.500395+0000 mgr.smithi124.bgylrn (mgr.14180) 771 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:13.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:12 smithi139 conmon[88685]: cluster 2023-11-17T06:07:11.500395+0000 mgr.smithi124.bgylrn (mgr.14180) 771 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:13.084 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:13.085 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:13.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:14.655 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:14.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:14 smithi124 conmon[83794]: audit 2023-11-17T06:07:13.078396+0000 mgr.smithi124.bgylrn (mgr.14180) 772 : audit [DBG] 2023-11-17T06:07:14.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:14 smithi124 conmon[83794]: from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:14.885 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:14 smithi124 conmon[83794]: cluster 2023-11-17T06:07:13.501189+0000 mgr.smithi124.bgylrn (mgr.14180) 773 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:15.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:14 smithi139 conmon[88685]: audit 2023-11-17T06:07:13.078396+0000 mgr.smithi124.bgylrn (mgr.14180) 772 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:15.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:14 smithi139 conmon[88685]: cluster 2023-11-17T06:07:13.501189+0000 mgr.smithi124.bgylrn (mgr.14180) 773 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:16.481 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:16.481 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:16.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:16 smithi124 conmon[83794]: cluster 2023-11-17T06:07:15.501556+0000 mgr.smithi124.bgylrn (mgr.14180) 774 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:16.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:16 smithi139 conmon[88685]: cluster 2023-11-17T06:07:15.501556+0000 mgr.smithi124.bgylrn (mgr.14180) 774 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:17.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:18.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:17 smithi124 conmon[83794]: audit 2023-11-17T06:07:16.476790+0000 mgr.smithi124.bgylrn (mgr.14180) 775 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:18.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:17 smithi139 conmon[88685]: audit 2023-11-17T06:07:16.476790+0000 mgr.smithi124.bgylrn (mgr.14180) 775 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:18.062 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:18 smithi124 conmon[83794]: cluster 2023-11-17T06:07:17.502198+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:07:18.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:18 smithi124 conmon[83794]: 776 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:19.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:18 smithi139 conmon[88685]: cluster 2023-11-17T06:07:17.502198+0000 mgr.smithi124.bgylrn (mgr.14180) 776 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:19.955 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:19.955 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:20.543 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:20.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:20 smithi124 conmon[83794]: cluster 2023-11-17T06:07:19.502687+0000 mgr.smithi124.bgylrn (mgr.14180) 777 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:21.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:20 smithi139 conmon[88685]: cluster 2023-11-17T06:07:19.502687+0000 mgr.smithi124.bgylrn (mgr.14180) 777 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:21.544 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:22.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:21 smithi124 conmon[83794]: audit 2023-11-17T06:07:19.951053+0000 2023-11-17T06:07:22.003 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:21 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 778 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:22.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:21 smithi139 conmon[88685]: audit 2023-11-17T06:07:19.951053+0000 mgr.smithi124.bgylrn (mgr.14180) 778 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:22 smithi124 conmon[83794]: cluster 2023-11-17T06:07:21.503051+0000 mgr.smithi124.bgylrn (mgr.14180) 779 : cluster 2023-11-17T06:07:22.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:22 smithi124 conmon[83794]: [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:23.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:22 smithi139 conmon[88685]: cluster 2023-11-17T06:07:21.503051+0000 mgr.smithi124.bgylrn (mgr.14180) 779 : cluster [DBG] 2023-11-17T06:07:23.036 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:22 smithi139 conmon[88685]: pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:23.428 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:23.429 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:24.037 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:24.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:24 smithi124 conmon[83794]: audit 2023-11-17T06:07:23.424060+0000 mgr.smithi124.bgylrn (mgr.14180) 780 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:24.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:24 smithi124 conmon[83794]: cluster 2023-11-17T06:07:23.503789+0000 mgr.smithi124.bgylrn (mgr.14180) 781 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:24 smithi139 conmon[88685]: audit 2023-11-17T06:07:23.424060+0000 mgr.smithi124.bgylrn (mgr.14180) 780 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:24 smithi139 conmon[88685]: cluster 2023-11-17T06:07:23.503789+0000 2023-11-17T06:07:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:24 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 781 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:25.038 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:26.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:26 smithi139 conmon[88685]: cluster 2023-11-17T06:07:25.504197+0000 mgr.smithi124.bgylrn (mgr.14180) 782 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:26.894 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:26.894 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:26.917 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:26 smithi124 conmon[83794]: cluster 2023-11-17T06:07:25.504197+0000 mgr.smithi124.bgylrn (mgr.14180) 782 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:27.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:07:27.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:27 smithi124 conmon[83794]: audit 2023-11-17T06:07:26.889517+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:07:27.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:27 smithi124 conmon[83794]: 783 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:28.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:27 smithi139 conmon[88685]: audit 2023-11-17T06:07:26.889517+0000 mgr.smithi124.bgylrn (mgr.14180) 783 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:07:28.427 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:07:28.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:28 smithi124 conmon[83794]: cluster 2023-11-17T06:07:27.504687+0000 mgr.smithi124.bgylrn (mgr.14180) 784 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:28.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:28 smithi124 conmon[83794]: 2023-11-17T06:07:29.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:28 smithi139 conmon[88685]: cluster 2023-11-17T06:07:27.504687+0000 mgr.smithi124.bgylrn (mgr.14180) 784 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:07:30.284 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:07:30.284 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:07:30.873 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:30 smithi124 conmon[83794]: cluster 2023-11-17T06:07:29.505326+0000 mgr.smithi124.bgylrn (mgr.14180) 785 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:08.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:08.896 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:30 smithi139 conmon[88685]: cluster 2023-11-17T06:07:29.505326+0000 mgr.smithi124.bgylrn (mgr.14180) 785 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.196 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:31 smithi139 conmon[88685]: audit 2023-11-17T06:07:30.279856+0000 mgr.smithi124.bgylrn (mgr.14180) 786 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:09.196 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:32 smithi139 conmon[88685]: cluster 2023-11-17T06:07:31.505689+0000 mgr.smithi124.bgylrn (mgr.14180) 787 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.196 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:34 smithi139 conmon[88685]: cluster 2023-11-17T06:07:33.506406+0000 mgr.smithi124.bgylrn (mgr.14180) 788 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.201 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:34 smithi139 conmon[88685]: 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:36 smithi139 conmon[88685]: cluster 2023-11-17T06:07:35.506968+0000 mgr.smithi124.bgylrn (mgr.14180) 789 : cluster [DBG] 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:36 smithi139 conmon[88685]: pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:38 smithi139 conmon[88685]: cluster 2023-11-17T06:07:37.507731+0000 mgr.smithi124.bgylrn (mgr.14180) 790 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:40 smithi139 conmon[88685]: cluster 2023-11-17T06:07:39.508495+0000 mgr.smithi124.bgylrn (mgr.14180) 791 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:42 smithi139 conmon[88685]: cluster 2023-11-17T06:07:41.509009+0000 mgr.smithi124.bgylrn (mgr.14180) 792 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:44 smithi139 conmon[88685]: cluster 2023-11-17T06:07:43.509661+0000 mgr.smithi124.bgylrn (mgr.14180) 793 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:46 smithi139 conmon[88685]: cluster 2023-11-17T06:07:45.510022+0000 mgr.smithi124.bgylrn (mgr.14180) 794 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:48 smithi139 conmon[88685]: cluster 2023-11-17T06:07:47.510622+0000 mgr.smithi124.bgylrn (mgr.14180) 795 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:50 smithi139 conmon[88685]: cluster 2023-11-17T06:07:49.511394+0000 mgr.smithi124.bgylrn (mgr.14180) 796 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:52 smithi139 conmon[88685]: cluster 2023-11-17T06:07:51.511812+0000 mgr.smithi124.bgylrn (mgr.14180) 797 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:54 smithi139 conmon[88685]: cluster 2023-11-17T06:07:53.512574+0000 mgr.smithi124.bgylrn (mgr.14180) 798 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.383 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:56 smithi139 conmon[88685]: cluster 2023-11-17T06:07:55.512929+0000 mgr.smithi124.bgylrn (mgr.14180) 799 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:07:58 smithi139 conmon[88685]: cluster 2023-11-17T06:07:57.513611+0000 mgr.smithi124.bgylrn (mgr.14180) 800 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:00 smithi139 conmon[88685]: cluster 2023-11-17T06:07:59.514249+0000 mgr.smithi124.bgylrn (mgr.14180) 801 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:02 smithi139 conmon[88685]: cluster 2023-11-17T06:08:01.514853+0000 mgr.smithi124.bgylrn (mgr.14180) 802 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:04 smithi139 conmon[88685]: cluster 2023-11-17T06:08:03.515529+0000 mgr.smithi124.bgylrn (mgr.14180) 803 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:06 smithi139 conmon[88685]: cluster 2023-11-17T06:08:05.516090+0000 mgr.smithi124.bgylrn (mgr.14180) 804 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.384 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:08 smithi139 conmon[88685]: cluster 2023-11-17T06:08:07.516691+0000 mgr.smithi124.bgylrn (mgr.14180) 805 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:31 smithi124 conmon[83794]: audit 2023-11-17T06:07:30.279856+0000 mgr.smithi124.bgylrn (mgr.14180) 786 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:32 smithi124 conmon[83794]: cluster 2023-11-17T06:07:31.505689+0000 mgr.smithi124.bgylrn (mgr.14180) 787 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:32 smithi124 conmon[83794]: 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:34 smithi124 conmon[83794]: cluster 2023-11-17T06:07:33.506406+0000 mgr.smithi124.bgylrn (mgr.14180) 788 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:36 smithi124 conmon[83794]: cluster 2023-11-17T06:07:35.506968+0000 mgr.smithi124.bgylrn (mgr.14180) 789 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:38 smithi124 conmon[83794]: cluster 2023-11-17T06:07:37.507731+0000 mgr.smithi124.bgylrn (mgr.14180) 790 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:38 smithi124 conmon[83794]: 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:40 smithi124 conmon[83794]: cluster 2023-11-17T06:07:39.508495+0000 mgr.smithi124.bgylrn (mgr.14180) 791 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:42 smithi124 conmon[83794]: cluster 2023-11-17T06:07:41.509009+0000 mgr.smithi124.bgylrn (mgr.14180) 792 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:44 smithi124 conmon[83794]: cluster 2023-11-17T06:07:43.509661+0000 mgr.smithi124.bgylrn (mgr.14180) 793 : cluster 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:44 smithi124 conmon[83794]: [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.385 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:46 smithi124 conmon[83794]: cluster 2023-11-17T06:07:45.510022+0000 mgr.smithi124.bgylrn (mgr.14180) 794 : cluster [DBG] 2023-11-17T06:08:09.386 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:46 smithi124 conmon[83794]: pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.386 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:48 smithi124 conmon[83794]: cluster 2023-11-17T06:07:47.510622+0000 mgr.smithi124.bgylrn (mgr.14180) 795 : cluster [DBG] 2023-11-17T06:08:09.857 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:48 smithi124 conmon[83794]: pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.857 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:50 smithi124 conmon[83794]: cluster 2023-11-17T06:07:49.511394+0000 mgr.smithi124.bgylrn (mgr.14180) 796 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.857 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:52 smithi124 conmon[83794]: cluster 2023-11-17T06:07:51.511812+0000 mgr.smithi124.bgylrn (mgr.14180) 797 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:54 smithi124 conmon[83794]: cluster 2023-11-17T06:07:53.512574+0000 mgr.smithi124.bgylrn (mgr.14180) 798 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:56 smithi124 conmon[83794]: cluster 2023-11-17T06:07:55.512929+0000 mgr.smithi124.bgylrn (mgr.14180) 799 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:07:58 smithi124 conmon[83794]: cluster 2023-11-17T06:07:57.513611+0000 mgr.smithi124.bgylrn (mgr.14180) 800 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:00 smithi124 conmon[83794]: cluster 2023-11-17T06:07:59.514249+0000 mgr.smithi124.bgylrn (mgr.14180) 801 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:02 smithi124 conmon[83794]: cluster 2023-11-17T06:08:01.514853+0000 mgr.smithi124.bgylrn (mgr.14180) 802 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:02 smithi124 conmon[83794]: : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.858 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:04 smithi124 conmon[83794]: cluster 2023-11-17T06:08:03.515529+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:08:09.859 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:04 smithi124 conmon[83794]: mgr.14180) 803 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.926 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:06 smithi124 conmon[83794]: cluster 2023-11-17T06:08:05.516090+0000 mgr.smithi124.bgylrn (mgr.14180) 804 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.926 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:08 smithi124 conmon[83794]: cluster 2023-11-17T06:08:07.516691+0000 mgr.smithi124.bgylrn (mgr.14180) 805 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:09.927 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:10.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:10 smithi124 conmon[83794]: cluster 2023-11-17T06:08:09.517374+0000 mgr.smithi124.bgylrn (mgr.14180) 806 : cluster 2023-11-17T06:08:10.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:10 smithi124 conmon[83794]: [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:11.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:10 smithi139 conmon[88685]: cluster 2023-11-17T06:08:09.517374+0000 mgr.smithi124.bgylrn (mgr.14180) 806 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:12.070 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:12.070 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:12.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:13.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:12 smithi124 conmon[83794]: cluster 2023-11-17T06:08:11.517733+0000 mgr.smithi124.bgylrn (mgr.14180) 807 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:13.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:12 smithi139 conmon[88685]: cluster 2023-11-17T06:08:11.517733+0000 mgr.smithi124.bgylrn (mgr.14180) 807 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:13.654 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:14.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:13 smithi124 conmon[83794]: audit 2023-11-17T06:08:12.065782+0000 mgr.smithi124.bgylrn (mgr.14180) 808 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:14.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:13 smithi139 conmon[88685]: audit 2023-11-17T06:08:12.065782+0000 mgr.smithi124.bgylrn (mgr.14180) 808 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:14.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:14 smithi124 conmon[83794]: cluster 2023-11-17T06:08:13.518553+0000 mgr.smithi124.bgylrn (mgr.14180) 809 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:15.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:14 smithi139 conmon[88685]: cluster 2023-11-17T06:08:13.518553+0000 mgr.smithi124.bgylrn (mgr.14180) 809 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:15.531 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:15.531 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:16.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:16.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:16 smithi139 conmon[88685]: cluster 2023-11-17T06:08:15.518903+0000 mgr.smithi124.bgylrn (mgr.14180) 810 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:16.891 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:16 smithi139 conmon[88685]: audit 2023-11-17T06:08:15.526982+0000 mgr.smithi124.bgylrn (mgr.14180) 811 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:17.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:16 smithi124 conmon[83794]: cluster 2023-11-17T06:08:15.518903+0000 mgr.smithi124.bgylrn (mgr.14180) 810 : cluster [DBG] 2023-11-17T06:08:17.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:16 smithi124 conmon[83794]: pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:17.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:16 smithi124 conmon[83794]: audit 2023-11-17T06:08:15.526982+0000 mgr.smithi124.bgylrn (mgr.14180) 811 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:17.115 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:18.292 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:18 smithi124 conmon[83794]: cluster 2023-11-17T06:08:17.519451+0000 mgr.smithi124.bgylrn (mgr.14180) 812 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:18.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:18 smithi139 conmon[88685]: cluster 2023-11-17T06:08:17.519451+0000 mgr.smithi124.bgylrn (mgr.14180) 812 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:18.978 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:18.978 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:19.529 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:20.530 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:20.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:20 smithi124 conmon[83794]: audit 2023-11-17T06:08:18.974224+0000 mgr.smithi124.bgylrn (mgr.14180) 813 : audit 2023-11-17T06:08:20.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:20 smithi124 conmon[83794]: [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:20.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:20 smithi124 conmon[83794]: cluster 2023-11-17T06:08:19.519925+0000 mgr.smithi124.bgylrn (mgr.14180) 814 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:21.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:20 smithi139 conmon[88685]: audit 2023-11-17T06:08:18.974224+0000 mgr.smithi124.bgylrn (mgr.14180) 813 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:21.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:20 smithi139 conmon[88685]: cluster 2023-11-17T06:08:19.519925+0000 mgr.smithi124.bgylrn (mgr.14180) 814 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:22.429 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:22.429 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:22.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:22 smithi124 conmon[83794]: cluster 2023-11-17T06:08:21.520421+0000 mgr.smithi124.bgylrn (mgr.14180) 815 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:22.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:23.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:22 smithi139 conmon[88685]: cluster 2023-11-17T06:08:21.520421+0000 mgr.smithi124.bgylrn (mgr.14180) 815 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:23.996 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:24.026 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:23 smithi124 conmon[83794]: audit 2023-11-17T06:08:22.425011+0000 mgr.smithi124.bgylrn (mgr.14180) 816 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:24.026 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:23 smithi124 conmon[83794]: 2023-11-17T06:08:24.042 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:23 smithi139 conmon[88685]: audit 2023-11-17T06:08:22.425011+0000 mgr.smithi124.bgylrn (mgr.14180) 816 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:24.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:24 smithi124 conmon[83794]: cluster 2023-11-17T06:08:23.521295+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:08:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:24 smithi124 conmon[83794]: 14180) 817 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:24 smithi139 conmon[88685]: cluster 2023-11-17T06:08:23.521295+0000 mgr.smithi124.bgylrn (mgr.14180) 817 : cluster 2023-11-17T06:08:25.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:24 smithi139 conmon[88685]: [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:25.822 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:25.823 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:26.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:26 smithi124 conmon[83794]: cluster 2023-11-17T06:08:25.521728+0000 mgr.smithi124.bgylrn 2023-11-17T06:08:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:26 smithi124 conmon[83794]: (mgr.14180) 818 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:26.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:26 smithi124 conmon[83794]: audit 2023-11-17T06:08:25.818558+0000 mgr.smithi124.bgylrn (mgr.14180) 819 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:26.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:26 smithi139 conmon[88685]: cluster 2023-11-17T06:08:25.521728+0000 mgr.smithi124.bgylrn (mgr.14180) 818 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:26.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:26 smithi139 conmon[88685]: 2023-11-17T06:08:26.892 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:26 smithi139 conmon[88685]: audit 2023-11-17T06:08:25.818558+0000 mgr.smithi124.bgylrn (mgr.14180) 819 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:27.420 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:28.261 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:28 smithi124 conmon[83794]: cluster 2023-11-17T06:08:27.522263+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:08:28.261 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:28 smithi124 conmon[83794]: 14180) 820 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:28.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:28 smithi139 conmon[88685]: cluster 2023-11-17T06:08:27.522263+0000 mgr.smithi124.bgylrn (mgr.14180) 820 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:29.237 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:29.237 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:29.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:30.820 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:30.849 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:30 smithi124 conmon[83794]: audit 2023-11-17T06:08:29.233407+0000 mgr.smithi124.bgylrn (mgr.14180) 821 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:30.849 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:30 smithi124 conmon[83794]: cluster 2023-11-17T06:08:29.522853+0000 mgr.smithi124.bgylrn (mgr.14180) 822 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:31.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:30 smithi139 conmon[88685]: audit 2023-11-17T06:08:29.233407+0000 mgr.smithi124.bgylrn (mgr.14180) 821 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:31.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:30 smithi139 conmon[88685]: cluster 2023-11-17T06:08:29.522853+0000 mgr.smithi124.bgylrn (mgr.14180) 822 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:32.660 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:32.661 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:00:50.828448Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.mulzjg on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-mulzjg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.mulzjg\nDeploy daemon haproxy.rgw.foo.smithi139.mulzjg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T05:58:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:59:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:00:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.961525Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.oifjxh on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-oifjxh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.oifjxh\nDeploy daemon haproxy.rgw.foo.smithi124.oifjxh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:01:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:02:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:03:23.962687Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.hepzqw on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:33.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:32 smithi124 conmon[83794]: cluster 2023-11-17T06:08:31.523190+0000 mgr.smithi124.bgylrn (mgr.14180) 823 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:33.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:32 smithi139 conmon[88685]: cluster 2023-11-17T06:08:31.523190+0000 mgr.smithi124.bgylrn (mgr.14180) 823 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:33.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:34.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:33 smithi139 conmon[88685]: audit 2023-11-17T06:08:32.656581+0000 mgr.smithi124.bgylrn (mgr.14180) 824 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:34.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:33 smithi124 conmon[83794]: audit 2023-11-17T06:08:32.656581+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:08:34.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:33 smithi124 conmon[83794]: 824 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:34.170 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:34.862 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:34 smithi124 conmon[83794]: cluster 2023-11-17T06:08:33.523903+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:08:34.862 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:34 smithi124 conmon[83794]: 14180) 825 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:35.039 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:34 smithi139 conmon[88685]: cluster 2023-11-17T06:08:33.523903+0000 mgr.smithi124.bgylrn (mgr.14180) 825 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:35.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:35 smithi124 conmon[83794]: audit 2023-11-17T06:08:35.440128+0000 mon.smithi124 ( 2023-11-17T06:08:35.689 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:35 smithi124 conmon[83794]: mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.xlhloa"}]: dispatch 2023-11-17T06:08:36.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:35 smithi139 conmon[88685]: audit 2023-11-17T06:08:35.440128+0000 mon.smithi124 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.xlhloa"}]: dispatch 2023-11-17T06:08:36.073 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:36.073 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:36.655 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:36.895 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:08:35.439634+0000 mgr.smithi124.bgylrn (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.938 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:08:36.939 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.940 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:08:35.439855+0000 mgr.smithi124.bgylrn (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:08:35.440728+0000 mgr.smithi124.bgylrn (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:36.941 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:36.992 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:08:35.441928+0000 mgr.smithi124.bgylrn (mgr.14180) 829 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 2023-11-17T06:08:35.442880+0000 mgr.smithi124.bgylrn (mgr.14180) 830 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cluster 2023-11-17T06:08:35.443571+0000 mgr.smithi124.bgylrn (mgr.14180) 831 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: cluster 2023-11-17T06:08:36.993 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 2023-11-17T06:08:35.589757+0000 mon.smithi124 (mon.0) 671 2023-11-17T06:08:36.994 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:08:36.994 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: audit 2023- 2023-11-17T06:08:36.994 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 11-17T06:08:36. 2023-11-17T06:08:36.995 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: 320281+0000 mon.smithi124 (mon.0) 672 : audit [INF] 2023-11-17T06:08:36.995 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:36 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:08:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:08:35.439634+0000 mgr.smithi124.bgylrn (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:08:37.037 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.038 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.039 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:08:35.439855+0000 mgr.smithi124.bgylrn (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:08:35.440728+0000 mgr.smithi124.bgylrn (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.040 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.xlhloa ... 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:08:37.041 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:06:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:07:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:08:37.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:08:37.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:08:37.043 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:08:35.441928+0000 mgr.smithi124.bgylrn (mgr.14180) 829 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:08:37.043 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:08:35.442880+0000 mgr.smithi124.bgylrn (mgr.14180) 830 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:08:37.043 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cluster 2023-11-17T06:08:35.443571+0000 mgr.smithi124.bgylrn (mgr.14180) 831 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:37.043 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: cluster 2023-11-17T06:08:35.589757+0000 mon.smithi124 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:08:37.043 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:36 smithi124 conmon[83794]: audit 2023-11-17T06:08:36.320281+0000 mon.smithi124 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:08:37.657 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:08:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:37 smithi139 conmon[88685]: audit 2023-11-17T06:08:36.067788+0000 mgr.smithi124.bgylrn (mgr.14180) 832 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:37 smithi139 conmon[88685]: audit 2023-11-17T06:08:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:37 smithi139 conmon[88685]: 2023-11-17T06:08:36.676010+0000 mon.smithi124 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:08:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:37 smithi124 conmon[83794]: audit 2023-11-17T06:08:36.067788+0000 mgr.smithi124.bgylrn (mgr.14180) 832 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:08:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:37 smithi124 conmon[83794]: audit 2023-11-17T06:08:36.676010+0000 mon.smithi124 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:08:38.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:38 smithi124 conmon[83794]: cluster 2023-11-17T06:08:37.444205+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:08:38.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:38 smithi124 conmon[83794]: 833 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:38 smithi139 conmon[88685]: cluster 2023-11-17T06:08:37.444205+0000 mgr.smithi124.bgylrn (mgr.14180) 833 : cluster [DBG] 2023-11-17T06:08:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:38 smithi139 conmon[88685]: pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:08:39.518 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:08:39.518 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:08:40.035 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:08:41.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:40 smithi124 conmon[83794]: cluster 2023-11-17T06:08:39.444897+0000 mgr.smithi124.bgylrn (mgr.14180) 834 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:40 smithi124 conmon[83794]: audit 2023-11-17T06:08:39.513372+0000 mgr.smithi124.bgylrn (mgr.14180) 835 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:31.184 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:31.190 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:42 smithi124 conmon[83794]: cluster 2023-11-17T06:08:41.445436+0000 mgr.smithi124.bgylrn (mgr.14180) 836 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:44 smithi124 conmon[83794]: cluster 2023-11-17T06:08:43.446475+0000 mgr.smithi124.bgylrn (mgr.14180) 837 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:46 smithi124 conmon[83794]: cluster 2023-11-17T06:08:45.447111+0000 mgr.smithi124.bgylrn (mgr.14180) 838 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:48 smithi124 conmon[83794]: cluster 2023-11-17T06:08:47.447771+0000 mgr.smithi124.bgylrn (mgr.14180) 839 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:50 smithi124 conmon[83794]: cluster 2023-11-17T06:08:49.448622+0000 mgr.smithi124.bgylrn (mgr.14180) 840 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:52 smithi124 conmon[83794]: cluster 2023-11-17T06:08:51.449246+0000 mgr.smithi124.bgylrn (mgr.14180) 841 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:54 smithi124 conmon[83794]: cluster 2023-11-17T06:08:53.450047+0000 mgr.smithi124.bgylrn (mgr.14180) 842 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:56 smithi124 conmon[83794]: cluster 2023-11-17T06:08:55.450645+0000 mgr.smithi124.bgylrn (mgr.14180) 843 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:58 smithi124 conmon[83794]: cluster 2023-11-17T06:08:57.451543+0000 mgr.smithi124.bgylrn (mgr.14180) 844 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:08:58 smithi124 conmon[83794]: 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:00 smithi124 conmon[83794]: cluster 2023-11-17T06:08:59.452280+0000 mgr.smithi124.bgylrn (mgr.14180) 845 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:02 smithi124 conmon[83794]: cluster 2023-11-17T06:09:01.453070+0000 mgr.smithi124.bgylrn (mgr.14180) 846 : 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:02 smithi124 conmon[83794]: cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:04 smithi124 conmon[83794]: cluster 2023-11-17T06:09:03.453910+0000 mgr.smithi124.bgylrn (mgr.14180) 847 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:06 smithi124 conmon[83794]: cluster 2023-11-17T06:09:05.454509+0000 mgr.smithi124.bgylrn (mgr.14180) 848 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:08 smithi124 conmon[83794]: cluster 2023-11-17T06:09:07.455204+0000 mgr.smithi124.bgylrn (mgr.14180) 849 : cluster 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:08 smithi124 conmon[83794]: [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:10 smithi124 conmon[83794]: cluster 2023-11-17T06:09:09.456007+0000 mgr.smithi124.bgylrn (mgr.14180) 850 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:12 smithi124 conmon[83794]: cluster 2023-11-17T06:09:11.456609+0000 mgr.smithi124.bgylrn 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:12 smithi124 conmon[83794]: (mgr.14180) 851 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:14 smithi124 conmon[83794]: cluster 2023-11-17T06:09:13.457424+0000 mgr.smithi124.bgylrn (mgr.14180) 852 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:16 smithi124 conmon[83794]: cluster 2023-11-17T06:09:15.457947+0000 mgr.smithi124.bgylrn (mgr.14180) 853 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:18 smithi124 conmon[83794]: cluster 2023-11-17T06:09:17.458671+0000 mgr.smithi124.bgylrn (mgr.14180) 854 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:20 smithi124 conmon[83794]: cluster 2023-11-17T06:09:19.459367+0000 mgr.smithi124.bgylrn (mgr.14180) 855 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:22 smithi124 conmon[83794]: cluster 2023-11-17T06:09:21.459979+0000 mgr.smithi124.bgylrn (mgr.14180) 856 : cluster 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:22 smithi124 conmon[83794]: [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:24 smithi124 conmon[83794]: cluster 2023-11-17T06:09:23.460856+0000 mgr.smithi124.bgylrn (mgr.14180) 857 : cluster [DBG] 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:24 smithi124 conmon[83794]: pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:26 smithi124 conmon[83794]: cluster 2023-11-17T06:09:25.461417+0000 mgr.smithi124.bgylrn 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:26 smithi124 conmon[83794]: (mgr.14180) 858 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:28 smithi124 conmon[83794]: cluster 2023-11-17T06:09:27.462106+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:28 smithi124 conmon[83794]: ) 859 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:30 smithi124 conmon[83794]: cluster 2023-11-17T06:09:29.463005+0000 mgr.smithi124.bgylrn (mgr.14180) 860 : cluster [DBG] 2023-11-17T06:09:31.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:30 smithi124 conmon[83794]: pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:40 smithi139 conmon[88685]: cluster 2023-11-17T06:08:39.444897+0000 mgr.smithi124.bgylrn (mgr.14180) 834 : cluster [DBG] 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:40 smithi139 conmon[88685]: pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:40 smithi139 conmon[88685]: audit 2023-11-17T06:08:39.513372+0000 mgr.smithi124.bgylrn (mgr.14180) 835 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:42 smithi139 conmon[88685]: cluster 2023-11-17T06:08:41.445436+0000 mgr.smithi124.bgylrn (mgr.14180) 836 : cluster [DBG] 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:42 smithi139 conmon[88685]: pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:44 smithi139 conmon[88685]: cluster 2023-11-17T06:08:43.446475+0000 mgr.smithi124.bgylrn (mgr.14180) 837 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:46 smithi139 conmon[88685]: cluster 2023-11-17T06:08:45.447111+0000 mgr.smithi124.bgylrn (mgr.14180) 838 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.244 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:46 smithi139 conmon[88685]: 2023-11-17T06:09:31.245 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:48 smithi139 conmon[88685]: cluster 2023-11-17T06:08:47.447771+0000 mgr.smithi124.bgylrn (mgr.14180) 839 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.245 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:48 smithi139 conmon[88685]: 2023-11-17T06:09:31.245 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:50 smithi139 conmon[88685]: cluster 2023-11-17T06:08:49.448622+0000 mgr.smithi124.bgylrn (mgr.14180) 840 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.245 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:52 smithi139 conmon[88685]: cluster 2023-11-17T06:08:51.449246+0000 mgr.smithi124.bgylrn (mgr.14180) 841 : cluster [DBG] 2023-11-17T06:09:31.245 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:52 smithi139 conmon[88685]: pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:54 smithi139 conmon[88685]: cluster 2023-11-17T06:08:53.450047+0000 mgr.smithi124.bgylrn (mgr.14180) 842 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:56 smithi139 conmon[88685]: cluster 2023-11-17T06:08:55.450645+0000 mgr.smithi124.bgylrn (mgr.14180) 843 : cluster [DBG] 2023-11-17T06:09:31.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:56 smithi139 conmon[88685]: pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:08:58 smithi139 conmon[88685]: cluster 2023-11-17T06:08:57.451543+0000 mgr.smithi124.bgylrn (mgr.14180) 844 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.277 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:00 smithi139 conmon[88685]: cluster 2023-11-17T06:08:59.452280+0000 mgr.smithi124.bgylrn (mgr.14180) 845 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:02 smithi139 conmon[88685]: cluster 2023-11-17T06:09:01.453070+0000 mgr.smithi124.bgylrn (mgr.14180) 846 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:04 smithi139 conmon[88685]: cluster 2023-11-17T06:09:03.453910+0000 mgr.smithi124.bgylrn (mgr.14180) 847 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:06 smithi139 conmon[88685]: cluster 2023-11-17T06:09:05.454509+0000 mgr.smithi124.bgylrn (mgr.14180) 848 : cluster 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:06 smithi139 conmon[88685]: [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:08 smithi139 conmon[88685]: cluster 2023-11-17T06:09:07.455204+0000 mgr.smithi124.bgylrn (mgr.14180) 849 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:10 smithi139 conmon[88685]: cluster 2023-11-17T06:09:09.456007+0000 mgr.smithi124.bgylrn (mgr.14180) 850 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:12 smithi139 conmon[88685]: cluster 2023-11-17T06:09:11.456609+0000 mgr.smithi124.bgylrn (mgr.14180) 851 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:14 smithi139 conmon[88685]: cluster 2023-11-17T06:09:13.457424+0000 mgr.smithi124.bgylrn (mgr.14180) 852 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:16 smithi139 conmon[88685]: cluster 2023-11-17T06:09:15.457947+0000 mgr.smithi124.bgylrn (mgr.14180) 853 : cluster [DBG] 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:16 smithi139 conmon[88685]: pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:18 smithi139 conmon[88685]: cluster 2023-11-17T06:09:17.458671+0000 mgr.smithi124.bgylrn (mgr.14180) 854 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:20 smithi139 conmon[88685]: cluster 2023-11-17T06:09:19.459367+0000 mgr.smithi124.bgylrn (mgr.14180) 855 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:22 smithi139 conmon[88685]: cluster 2023-11-17T06:09:21.459979+0000 mgr.smithi124.bgylrn (mgr.14180) 856 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:24 smithi139 conmon[88685]: cluster 2023-11-17T06:09:23.460856+0000 mgr.smithi124.bgylrn (mgr.14180) 857 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:26 smithi139 conmon[88685]: cluster 2023-11-17T06:09:25.461417+0000 mgr.smithi124.bgylrn (mgr.14180) 858 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:28 smithi139 conmon[88685]: cluster 2023-11-17T06:09:27.462106+0000 mgr.smithi124.bgylrn (mgr.14180) 859 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:30 smithi139 conmon[88685]: cluster 2023-11-17T06:09:29.463005+0000 mgr.smithi124.bgylrn (mgr.14180) 860 : cluster [DBG] 2023-11-17T06:09:31.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:30 smithi139 conmon[88685]: pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:32.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:32 smithi139 conmon[88685]: cluster 2023-11-17T06:09:31.463482+0000 mgr.smithi124.bgylrn (mgr.14180) 861 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:32.790 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:32 smithi124 conmon[83794]: cluster 2023-11-17T06:09:31.463482+0000 mgr.smithi124.bgylrn (mgr.14180) 861 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:33.158 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:33.158 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:33.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:34.762 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:34.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:34 smithi124 conmon[83794]: audit 2023-11-17T06:09:33.153660+0000 mgr.smithi124.bgylrn (mgr.14180) 862 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:34.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:34 smithi124 conmon[83794]: cluster 2023-11-17T06:09:33.464214 2023-11-17T06:09:34.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:34 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 863 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:34 smithi139 conmon[88685]: audit 2023-11-17T06:09:33.153660+0000 mgr.smithi124.bgylrn (mgr.14180) 862 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:34 smithi139 conmon[88685]: cluster 2023-11-17T06:09 2023-11-17T06:09:34.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:34 smithi139 conmon[88685]: :33.464214+0000 mgr.smithi124.bgylrn (mgr.14180) 863 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:35.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:35 smithi124 conmon[83794]: audit 2023-11-17T06:09:35.445225+0000 mon.smithi124 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:09:35.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:35 smithi139 conmon[88685]: audit 2023-11-17T06:09:35.445225+0000 mon.smithi124 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:09:36.705 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:36.706 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:03:28.944252Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:03:26.117912Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:03:28.944373Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:03:26.118070Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:03:26.118145Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:03:26.118207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:03:26.118266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:03:28.944519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:03:26.118505Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:36.738 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:36 smithi124 conmon[83794]: cluster 2023-11-17T06:09:35.464693+0000 mgr.smithi124.bgylrn 2023-11-17T06:09:36.739 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:36 smithi124 conmon[83794]: (mgr.14180) 864 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:36.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:36 smithi139 conmon[88685]: cluster 2023-11-17T06:09:35.464693+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:09:36.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:36 smithi139 conmon[88685]: ) 864 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:37.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:38.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:37 smithi124 conmon[83794]: audit 2023-11-17T06:09 2023-11-17T06:09:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:37 smithi124 conmon[83794]: :36.700960+0000 mgr.smithi124.bgylrn (mgr.14180) 865 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:38.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:37 smithi124 conmon[83794]: audit 2023-11-17T06:09:37.290265+0000 mon.smithi124 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:37 smithi139 conmon[88685]: audit 2023-11-17T06:09:36.700960+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:09:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:37 smithi139 conmon[88685]: 14180) 865 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:38.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:37 smithi139 conmon[88685]: audit 2023-11-17T06:09:37.290265+0000 mon.smithi124 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:38.599 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:39.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:38 smithi124 conmon[83794]: cluster 2023-11-17T06:09:37.465365+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:09:39.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:38 smithi124 conmon[83794]: ) 866 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:39.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:38 smithi139 conmon[88685]: cluster 2023-11-17T06:09:37.465365+0000 mgr.smithi124.bgylrn (mgr.14180) 866 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:40.790 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:40 smithi124 conmon[83794]: cluster 2023-11-17T06:09:39.466011+0000 mgr.smithi124.bgylrn (mgr.14180) 867 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:40.791 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:40 smithi124 conmon[83794]: audit 2023-11-17T06:09:40.517775+0000 mon.smithi124 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:40.938 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:40.939 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:41.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:40 smithi139 conmon[88685]: cluster 2023-11-17T06:09:39.466011+0000 mgr.smithi124.bgylrn (mgr.14180) 867 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:41.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:40 smithi139 conmon[88685]: audit 2023-11-17T06: 2023-11-17T06:09:41.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:40 smithi139 conmon[88685]: 09:40.517775+0000 mon.smithi124 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:41.509 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: audit 2023-11-17T06:09:40.853768+0000 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: mon.smithi124 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: audit 2023-11-17T06:09:40.854473+0000 mon.smithi124 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: audit 2023-11-17T06:09:40.860150+0000 mon.smithi124 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: cluster 2023-11-17T06:09:40.860550+0000 mgr.smithi124.bgylrn (mgr.14180) 868 : cluster 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: 06:09:40.863537+0000 mon.smithi124 (mon 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: .0) 680 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:09:41.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: cephadm 2023 2023-11-17T06:09:41.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: -11-17T06:09:40 2023-11-17T06:09:41.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: .868833+0000 mgr.smithi124.bgylrn (mgr.14180) 869 : cephadm 2023-11-17T06:09:41.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:41 smithi124 conmon[83794]: [INF] Deploying daemon haproxy.rgw.foo.smithi139.rumatr on smithi139 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: audit 2023-11-17T06:09:40.853768+0000 mon.smithi124 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: audit 2023-11-17T06:09:40.854473+0000 mon.smithi124 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: audit 2023-11-17T06: 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: 09:40.860150+0000 mon.smithi124 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: cluster 2023 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: -11-17T06:09:40 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: .860550+0000 mgr.smithi124.bgylrn (mgr.14180) 868 : cluster 2023-11-17T06:09:42.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: T06:09:40.863537+0000 mon.smithi124 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: cephadm 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: 2023-11-17T06:09:40 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: .868833+0000 mgr.smithi124.bgylrn (mgr.14180) 869 : cephadm 2023-11-17T06:09:42.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:41 smithi139 conmon[88685]: [INF] Deploying daemon haproxy.rgw.foo.smithi139.rumatr on smithi139 2023-11-17T06:09:42.510 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:42.993 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:42 smithi124 conmon[83794]: audit 2023-11-17T06:09:40.934550+0000 mgr.smithi124.bgylrn (mgr.14180) 870 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:42.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:42 smithi124 conmon[83794]: cluster 2023-11-17T06:09:41.857358+0000 mon.smithi124 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:09:42.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:42 smithi124 conmon[83794]: cluster 2023-11-17T06:09:41.857387+0000 mon.smithi124 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-17T06:09:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:42 smithi139 conmon[88685]: audit 2023-11-17T06:09:40.934550+0000 mgr.smithi124.bgylrn (mgr.14180) 870 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:42 smithi139 conmon[88685]: cluster 2023-11-17T06:09:41.857358+0000 mon.smithi124 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:09:43.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:42 smithi139 conmon[88685]: cluster 2023-11-17T06:09:41.857387+0000 mon.smithi124 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-17T06:09:43.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:43 smithi124 conmon[83794]: cluster 2023-11-17T06:09:42.861178+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:09:43.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:43 smithi124 conmon[83794]: ) 871 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:44.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:43 smithi139 conmon[88685]: cluster 2023-11-17T06:09:42.861178+0000 mgr.smithi124.bgylrn (mgr.14180) 871 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:44.434 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:44.434 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:45.043 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:46.044 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:46.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:45 smithi124 conmon[83794]: audit 2023-11-17T06:09:44.430318+0000 mgr.smithi124.bgylrn (mgr.14180) 872 : 2023-11-17T06:09:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:45 smithi124 conmon[83794]: audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:45 smithi124 conmon[83794]: cluster 2023-11-17T06:09:44.861505+0000 mgr.smithi124.bgylrn (mgr.14180) 873 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:45 smithi139 conmon[88685]: audit 2023-11-17T06:09:44.430318+0000 mgr.smithi124.bgylrn (mgr.14180) 872 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:45 smithi139 conmon[88685]: 2023-11-17T06:09:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:45 smithi139 conmon[88685]: cluster 2023-11-17T06:09:44.861505+0000 mgr.smithi124.bgylrn (mgr.14180) 873 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:47.999 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:47.999 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:48.192 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:47 smithi124 conmon[83794]: cluster 2023-11-17T06:09:46.861838+0000 mgr.smithi124.bgylrn (mgr.14180) 874 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:47 smithi139 conmon[88685]: cluster 2023-11-17T06:09:46.861838+0000 mgr.smithi124.bgylrn (mgr.14180) 874 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:48.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:49.609 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:50.254 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:49 smithi124 conmon[83794]: audit 2023-11-17T06:09:47.994461+0000 mgr.smithi124.bgylrn (mgr.14180) 875 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:50.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:49 smithi124 conmon[83794]: 2023-11-17T06:09:50.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:49 smithi124 conmon[83794]: cluster 2023-11-17T06:09:48.862604+0000 mgr.smithi124.bgylrn (mgr.14180) 876 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:49 smithi139 conmon[88685]: audit 2023-11-17T06:09:47.994461+0000 mgr.smithi124.bgylrn (mgr.14180) 875 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:49 smithi139 conmon[88685]: 2023-11-17T06:09:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:49 smithi139 conmon[88685]: cluster 2023-11-17T06:09:48.862604+0000 mgr.smithi124.bgylrn (mgr.14180) 876 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:51 smithi124 conmon[83794]: cluster 2023-11-17T06:09:50.862957+0000 mgr.smithi124.bgylrn (mgr.14180) 877 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:51 smithi124 conmon[83794]: audit 2023-11-17T06:09:51.321897+0000 mon.smithi124 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:52.087 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:52.087 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:52.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:51 smithi139 conmon[88685]: cluster 2023-11-17T06:09:50.862957+0000 mgr.smithi124.bgylrn (mgr.14180) 877 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:52.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:51 smithi139 conmon[88685]: audit 2023-11-17T06:09:51.321897+0000 mon.smithi124 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:09:52.700 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:53.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:53 smithi124 conmon[83794]: audit 2023-11-17T06:09:52.083158+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:09:53.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:53 smithi124 conmon[83794]: 878 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:53.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:53 smithi124 conmon[83794]: cluster 2023-11-17T06:09:52.863752+0000 mgr.smithi124.bgylrn (mgr.14180) 879 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:53 smithi139 conmon[88685]: audit 2023-11-17T06:09:52.083158+0000 mgr.smithi124.bgylrn (mgr.14180) 878 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:53 smithi139 conmon[88685]: cluster 2023-11-17T06:09:52.863752+0000 mgr.smithi124.bgylrn (mgr.14180) 879 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:53.701 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:55.549 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:55.549 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:56.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:09:56.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:55 smithi124 conmon[83794]: cluster 2023-11-17T06:09:54.864131+0000 mgr.smithi124.bgylrn (mgr.14180) 880 2023-11-17T06:09:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:55 smithi124 conmon[83794]: : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:55 smithi139 conmon[88685]: cluster 2023-11-17T06:09:54.864131+0000 mgr.smithi124.bgylrn (mgr.14180) 880 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:57.149 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:09:57.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:56 smithi124 conmon[83794]: audit 2023-11-17T06:09:55.541969+0000 mgr.smithi124.bgylrn (mgr.14180) 881 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:56 smithi139 conmon[88685]: audit 2023-11-17T06:09:55.541969+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:09:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:56 smithi139 conmon[88685]: ) 881 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:09:58.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:57 smithi124 conmon[83794]: cluster 2023-11-17T06:09:56.864769+0000 mgr.smithi124.bgylrn (mgr.14180) 882 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:57 smithi139 conmon[88685]: cluster 2023-11-17T06:09:56.864769+0000 mgr.smithi124.bgylrn (mgr.14180) 882 : 2023-11-17T06:09:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:57 smithi139 conmon[88685]: cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:09:59.005 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:09:59.006 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:09:59.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:09:59 smithi124 conmon[83794]: cluster 2023-11-17T06:09:58.865395+0000 mgr.smithi124.bgylrn (mgr.14180) 883 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:59 smithi139 conmon[88685]: cluster 2023-11-17T06:09:58.865395+0000 mgr.smithi124.bgylrn (mgr.14180) 883 2023-11-17T06:10:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:09:59 smithi139 conmon[88685]: : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:00.607 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:01.257 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:00 smithi124 conmon[83794]: audit 2023-11-17T06:09:59.001618+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:10:03.918 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:00 smithi124 conmon[83794]: mgr.14180) 884 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:03.918 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:00 smithi124 conmon[83794]: cluster 2023-11-17T06:10:00.000139+0000 mon.smithi124 (mon.0) 684 : cluster [INF] overall HEALTH_OK 2023-11-17T06:10:03.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:01 smithi124 conmon[83794]: cluster 2023-11-17T06:10:00.865690+0000 mgr.smithi124.bgylrn (mgr.14180) 885 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:03.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:00 smithi139 conmon[88685]: audit 2023-11-17T06:09:59.001618+0000 mgr.smithi124.bgylrn (mgr.14180) 884 : audit 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:00 smithi139 conmon[88685]: [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:00 smithi139 conmon[88685]: cluster 2023-11-17T06:10:00.000139+0000 mon.smithi124 (mon.0) 684 : cluster [INF] overall HEALTH_OK 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:01 smithi139 conmon[88685]: cluster 2023-11-17T06:10:00.865690+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:01 smithi139 conmon[88685]: .14180) 885 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:03 smithi139 conmon[88685]: audit 2023-11-17T06:10:02.394158+0000 mgr.smithi124.bgylrn (mgr.14180) 886 : audit 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:03 smithi139 conmon[88685]: [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:03.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:03 smithi139 conmon[88685]: cluster 2023-11-17T06:10:02.866274+0000 mgr.smithi124.bgylrn (mgr.14180) 887 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:03.921 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:03.921 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:03.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:03.921 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:03 smithi124 conmon[83794]: audit 2023-11-17T06:10:02.394158+0000 mgr.smithi124.bgylrn (mgr.14180) 886 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:03.921 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:03 smithi124 conmon[83794]: cluster 2023-11-17T06:10:02.866274+0000 mgr.smithi124.bgylrn (mgr.14180) 887 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:04.922 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:06.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:05 smithi124 conmon[83794]: cluster 2023-11-17T06:10:04.866865+0000 mgr.smithi124.bgylrn (mgr.14180) 888 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:06.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:05 smithi139 conmon[88685]: cluster 2023-11-17T06:10:04.866865+0000 mgr.smithi124.bgylrn (mgr.14180) 888 : cluster [DBG] 2023-11-17T06:10:06.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:05 smithi139 conmon[88685]: pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:06.786 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:06.787 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:07.423 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:07 smithi124 conmon[83794]: audit 2023-11-17T06:10:06.781817+0000 mgr.smithi124.bgylrn (mgr.14180) 889 : audit [DBG] 2023-11-17T06:10:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:07 smithi124 conmon[83794]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:07 smithi124 conmon[83794]: cluster 2023-11-17T06:10:06.867346+0000 mgr.smithi124.bgylrn (mgr.14180) 890 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:07 smithi139 conmon[88685]: audit 2023-11-17T06:10:06.781817+0000 mgr.smithi124.bgylrn (mgr.14180) 889 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:08.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:07 smithi139 conmon[88685]: cluster 2023-11-17T06:10:06.867346+0000 mgr.smithi124.bgylrn (mgr.14180) 890 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:08.424 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:10.042 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:09 smithi124 conmon[83794]: cluster 2023-11-17T06:10:08.868030+0000 mgr.smithi124.bgylrn (mgr.14180) 891 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:09 smithi139 conmon[88685]: cluster 2023-11-17T06:10:08.868030+0000 mgr.smithi124.bgylrn (mgr.14180) 891 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:10.381 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:10.381 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:11.014 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:12.015 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:11 smithi124 conmon[83794]: audit 2023-11-17T06:10:10.377152+0000 mgr.smithi124.bgylrn (mgr.14180) 892 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:11 smithi124 conmon[83794]: cluster 2023-11-17T06:10:10.868601+0000 mgr.smithi124.bgylrn (mgr.14180) 893 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:11 smithi139 conmon[88685]: audit 2023-11-17T06:10:10.377152+0000 mgr.smithi124.bgylrn (mgr.14180) 892 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:11 smithi139 conmon[88685]: cluster 2023-11-17T06:10:10.868601+0000 mgr.smithi124.bgylrn (mgr.14180) 893 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:13.500 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:13 smithi124 conmon[83794]: cluster 2023-11-17T06:10:12.869477+0000 mgr.smithi124.bgylrn (mgr.14180) 894 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:13 smithi139 conmon[88685]: cluster 2023-11-17T06:10:12.869477+0000 mgr.smithi124.bgylrn (mgr.14180) 894 : 2023-11-17T06:10:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:13 smithi139 conmon[88685]: cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:13.876 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:13.876 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:14.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:14 smithi124 conmon[83794]: audit 2023-11-17T06:10:13.871846+0000 mgr.smithi124.bgylrn (mgr.14180) 895 2023-11-17T06:10:14.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:14 smithi124 conmon[83794]: : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:14.480 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:14 smithi139 conmon[88685]: audit 2023-11-17T06:10:13.871846+0000 mgr.smithi124.bgylrn (mgr.14180) 895 2023-11-17T06:10:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:14 smithi139 conmon[88685]: : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:15.481 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:15.511 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:15 smithi124 conmon[83794]: cluster 2023-11-17T06:10:14.869889+0000 mgr.smithi124.bgylrn (mgr.14180) 896 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:15.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:15 smithi139 conmon[88685]: cluster 2023-11-17T06:10:14.869889+0000 mgr.smithi124.bgylrn (mgr.14180) 896 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:17.407 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:17.407 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:18.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:18.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:17 smithi124 conmon[83794]: cluster 2023-11-17T06:10:16.870275+0000 mgr.smithi124.bgylrn (mgr.14180) 897 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:17 smithi139 conmon[88685]: cluster 2023-11-17T06:10:16.870275+0000 mgr.smithi124.bgylrn (mgr.14180) 897 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:19.005 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:19.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:18 smithi124 conmon[83794]: audit 2023-11-17T06:10:17.402574+0000 mgr.smithi124.bgylrn (mgr.14180) 898 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:18 smithi139 conmon[88685]: audit 2023-11-17T06:10:17.402574+0000 mgr.smithi124.bgylrn (mgr.14180) 898 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:20.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:19 smithi124 conmon[83794]: cluster 2023-11-17T06:10:18.870994+0000 mgr.smithi124.bgylrn (mgr.14180) 899 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:20.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:19 smithi139 conmon[88685]: cluster 2023-11-17T06:10:18.870994+0000 mgr.smithi124.bgylrn (mgr.14180) 899 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:20.871 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:20.871 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:21.486 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:21 smithi124 conmon[83794]: audit 2023-11-17T06:10:20.862144+0000 mgr.smithi124.bgylrn (mgr.14180) 900 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:21 smithi124 conmon[83794]: cluster 2023-11-17T06: 2023-11-17T06:10:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:21 smithi124 conmon[83794]: 10:20.871318+0000 mgr.smithi124.bgylrn (mgr.14180) 901 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:21 smithi139 conmon[88685]: audit 2023-11-17T06:10:20.862144+0000 mgr.smithi124.bgylrn (mgr.14180) 900 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:21 smithi139 conmon[88685]: cluster 2023-11-17T06:10:20.871318+0000 mgr.smithi124.bgylrn (mgr.14180) 901 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:22.487 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:23.279 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:23 smithi124 conmon[83794]: cluster 2023-11-17T06:10:22.872030+0000 mgr.smithi124.bgylrn (mgr.14180) 902 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:23 smithi139 conmon[88685]: cluster 2023-11-17T06:10:22.872030+0000 mgr.smithi124.bgylrn (mgr.14180) 902 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:24.322 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:24.322 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:24.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:25.922 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:26.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:25 smithi124 conmon[83794]: audit 2023-11-17T06:10:24.317488+0000 mgr.smithi124.bgylrn (mgr.14180) 903 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:25 smithi124 conmon[83794]: 2023-11-17T06:10:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:25 smithi124 conmon[83794]: cluster 2023-11-17T06:10:24.872473+0000 mgr.smithi124.bgylrn (mgr.14180) 904 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:25 smithi139 conmon[88685]: audit 2023-11-17T06:10:24.317488+0000 mgr.smithi124.bgylrn (mgr.14180) 903 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:25 smithi139 conmon[88685]: cluster 2023-11-17T06:10:24. 2023-11-17T06:10:26.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:25 smithi139 conmon[88685]: 872473+0000 mgr.smithi124.bgylrn (mgr.14180) 904 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:27.878 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:27.879 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:27 smithi124 conmon[83794]: cluster 2023-11-17T06:10:26.872871+0000 mgr.smithi124.bgylrn (mgr.14180) 905 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:27 smithi139 conmon[88685]: cluster 2023-11-17T06:10:26.872871+0000 mgr.smithi124.bgylrn (mgr.14180) 905 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:28.478 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:29.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:28 smithi124 conmon[83794]: audit 2023-11-17T06:10:27.874387+0000 mgr.smithi124.bgylrn (mgr.14180) 906 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:28 smithi124 conmon[83794]: 2023-11-17T06:10:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:28 smithi139 conmon[88685]: audit 2023-11-17T06:10:27.874387+0000 mgr.smithi124.bgylrn (mgr.14180) 906 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:29.480 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:30.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:29 smithi124 conmon[83794]: cluster 2023-11-17T06:10:28.873718+0000 mgr.smithi124.bgylrn (mgr.14180) 907 : cluster [DBG] 2023-11-17T06:10:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:29 smithi124 conmon[83794]: pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:29 smithi139 conmon[88685]: cluster 2023-11-17T06:10:28.873718+0000 mgr.smithi124.bgylrn (mgr.14180) 907 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:31.013 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:30 smithi124 conmon[83794]: cluster 2023-11-17T06:10:30.874168+0000 mgr.smithi124.bgylrn (mgr.14180) 908 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:31.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:30 smithi139 conmon[88685]: cluster 2023-11-17T06:10:30.874168+0000 mgr.smithi124.bgylrn (mgr.14180) 908 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:31.318 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:31.318 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:31.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:32.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:31 smithi124 conmon[83794]: audit 2023-11-17T06:10:31.314105+0000 mgr.smithi124.bgylrn (mgr.14180) 909 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:31 smithi139 conmon[88685]: audit 2023-11-17T06:10:31.314105+0000 mgr.smithi124.bgylrn (mgr.14180) 909 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:32.978 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:33.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:33 smithi124 conmon[83794]: cluster 2023-11-17T06:10:32.875026+0000 mgr.smithi124.bgylrn (mgr.14180) 910 : cluster 2023-11-17T06:10:33.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:33 smithi124 conmon[83794]: [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:33 smithi139 conmon[88685]: cluster 2023-11-17T06:10:32.875026+0000 mgr.smithi124.bgylrn (mgr.14180) 910 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:34.913 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:34.913 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:35.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:36.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:35 smithi124 conmon[83794]: cluster 2023-11-17T06:10:34.875355+0000 mgr.smithi124.bgylrn (mgr.14180) 911 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:35 smithi124 conmon[83794]: audit 2023-11-17T06:10:34.908952+0000 mgr.smithi124.bgylrn (mgr.14180) 912 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:35 smithi139 conmon[88685]: cluster 2023-11-17T06:10:34.875355+0000 mgr.smithi124.bgylrn (mgr.14180) 911 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:35 smithi139 conmon[88685]: audit 2023-11-17T06:10:34.908952+0000 mgr.smithi124.bgylrn (mgr.14180) 912 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:36.554 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:38.066 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:37 smithi124 conmon[83794]: cluster 2023-11-17T06:10:36.875723+0000 mgr.smithi124.bgylrn 2023-11-17T06:10:38.067 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:37 smithi124 conmon[83794]: (mgr.14180) 913 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:37 smithi139 conmon[88685]: cluster 2023-11-17T06:10:36.875723+0000 mgr.smithi124.bgylrn (mgr.14180) 913 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:38.430 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:38.431 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:39.035 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:40.036 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:39 smithi139 conmon[88685]: audit 2023-11-17T06:10:38.426400+0000 mgr.smithi124.bgylrn (mgr.14180) 914 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:39 smithi139 conmon[88685]: cluster 2023-11-17T06:10:38.876351+0000 mgr.smithi124.bgylrn (mgr.14180) 915 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:39 smithi124 conmon[83794]: audit 2023-11-17T06:10:38.426400+0000 mgr.smithi124.bgylrn (mgr.14180) 914 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:39 smithi124 conmon[83794]: cluster 2023-11-17T06:10:38.876351+0000 mgr.smithi124.bgylrn (mgr.14180) 915 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:41.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:40 smithi124 conmon[83794]: cluster 2023-11-17T06:10:40.876684+0000 mgr.smithi124.bgylrn (mgr.14180) 916 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:40 smithi139 conmon[88685]: cluster 2023-11-17T06:10:40.876684+0000 mgr.smithi124.bgylrn (mgr.14180) 916 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:41.929 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:42.002 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:41 smithi124 conmon[83794]: audit 2023-11-17T06:10:41.925198+0000 mgr.smithi124.bgylrn (mgr.14180) 917 : 2023-11-17T06:10:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:41 smithi124 conmon[83794]: audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:41 smithi139 conmon[88685]: audit 2023-11-17T06:10:41.925198+0000 mgr.smithi124.bgylrn (mgr.14180) 917 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:42.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:43.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:43 smithi124 conmon[83794]: cluster 2023-11-17T06:10:42.877335+0000 mgr.smithi124.bgylrn (mgr.14180) 918 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:43 smithi139 conmon[88685]: cluster 2023-11-17T06:10:42.877335+0000 mgr.smithi124.bgylrn (mgr.14180) 918 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:43.562 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:45.455 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:45.455 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:46.094 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:46.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:45 smithi124 conmon[83794]: cluster 2023-11-17T06:10:44.877660+0000 mgr.smithi124.bgylrn (mgr.14180) 919 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:45 smithi139 conmon[88685]: cluster 2023-11-17T06:10:44.877660+0000 mgr.smithi124.bgylrn (mgr.14180) 919 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:47.095 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:47.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:46 smithi139 conmon[88685]: audit 2023-11-17T06:10:45.450735+0000 mgr.smithi124.bgylrn (mgr.14180) 920 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:47.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:46 smithi124 conmon[83794]: audit 2023-11-17T06:10:45.450735+0000 mgr.smithi124.bgylrn (mgr.14180) 920 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:47 smithi124 conmon[83794]: cluster 2023-11-17T06:10:46.878120+0000 mgr.smithi124.bgylrn (mgr.14180) 921 : cluster 2023-11-17T06:10:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:47 smithi124 conmon[83794]: [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:47 smithi139 conmon[88685]: cluster 2023-11-17T06:10:46.878120+0000 mgr.smithi124.bgylrn (mgr.14180) 921 : 2023-11-17T06:10:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:47 smithi139 conmon[88685]: cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:49.065 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:49.065 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:49.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:48 smithi124 conmon[83794]: cluster 2023-11-17T06:10:48.878695+0000 mgr.smithi124.bgylrn (mgr.14180) 922 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:48 smithi139 conmon[88685]: cluster 2023-11-17T06:10:48.878695+0000 mgr.smithi124.bgylrn (mgr.14180) 922 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:49.699 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:50.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:49 smithi124 conmon[83794]: audit 2023-11-17T06:10:49.060836+0000 mgr.smithi124.bgylrn (mgr.14180) 923 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:49 smithi139 conmon[88685]: audit 2023-11-17T06:10:49.060836+0000 mgr.smithi124.bgylrn (mgr.14180) 923 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:50.700 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:51.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:50 smithi124 conmon[83794]: cluster 2023-11-17T06:10:50.879039+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:10:51.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:50 smithi124 conmon[83794]: ) 924 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:50 smithi139 conmon[88685]: cluster 2023-11-17T06:10:50.879039+0000 mgr.smithi124.bgylrn (mgr.14180) 924 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:52.578 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:52.578 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:53.190 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:53 smithi139 conmon[88685]: audit 2023-11-17T06:10:52.573826+0000 mgr.smithi124.bgylrn (mgr.14180) 925 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:53 smithi139 conmon[88685]: cluster 2023-11-17T06:10:52.879666 2023-11-17T06:10:53.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:53 smithi139 conmon[88685]: +0000 mgr.smithi124.bgylrn (mgr.14180) 926 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:53.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:53 smithi124 conmon[83794]: audit 2023-11-17T06:10:52.573826+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:10:53.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:53 smithi124 conmon[83794]: .14180) 925 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:53.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:53 smithi124 conmon[83794]: cluster 2023-11-17T06:10:52.879666+0000 mgr.smithi124.bgylrn (mgr.14180) 926 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:54.191 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:55.974 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:55.975 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:10:56.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:55 smithi124 conmon[83794]: cluster 2023-11-17T06:10:54.880143+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:10:56.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:55 smithi124 conmon[83794]: 927 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:55 smithi139 conmon[88685]: cluster 2023-11-17T06:10:54.880143+0000 mgr.smithi124.bgylrn (mgr.14180) 927 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:56.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:10:57.571 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:10:58.234 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:57 smithi124 conmon[83794]: audit 2023-11-17T06:10:55.969993+0000 mgr.smithi124.bgylrn 2023-11-17T06:10:58.234 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:57 smithi124 conmon[83794]: (mgr.14180) 928 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:58.234 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:57 smithi124 conmon[83794]: cluster 2023-11-17T06:10:56.880820+0000 mgr.smithi124.bgylrn (mgr.14180) 929 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:57 smithi139 conmon[88685]: audit 2023-11-17T06:10:55.969993+0000 mgr.smithi124.bgylrn (mgr.14180) 928 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:10:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:57 smithi139 conmon[88685]: cluster 2023-11-17T06:10:56.880820+0000 mgr.smithi124.bgylrn (mgr.14180) 929 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:10:59.453 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:10:59.453 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:00.074 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:02.502 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:10:59 smithi139 conmon[88685]: cluster 2023-11-17T06:10:58.881455+0000 mgr.smithi124.bgylrn (mgr.14180) 930 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:02.502 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:00 smithi139 conmon[88685]: audit 2023-11-17T06:10:59.449127+0000 mgr.smithi124.bgylrn (mgr.14180) 931 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:02.502 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:00 smithi139 conmon[88685]: cluster 2023 2023-11-17T06:11:02.503 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:00 smithi139 conmon[88685]: -11-17T06:11:00.881927+0000 mgr.smithi124.bgylrn (mgr.14180) 932 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:02.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:10:59 smithi124 conmon[83794]: cluster 2023-11-17T06:10:58.881455+0000 mgr.smithi124.bgylrn (mgr.14180) 930 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:02.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:00 smithi124 conmon[83794]: audit 2023-11-17T06:10:59.449127+0000 mgr.smithi124.bgylrn (mgr.14180) 931 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:02.503 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:00 smithi124 conmon[83794]: cluster 2023-11-17T06:11:00.881927+0000 mgr.smithi124.bgylrn (mgr.14180) 932 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:03.502 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:03.532 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:03 smithi124 conmon[83794]: cluster 2023-11-17T06:11:02.882947+0000 mgr.smithi124.bgylrn (mgr.14180) 933 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:03 smithi139 conmon[88685]: cluster 2023-11-17T06:11:02.882947+0000 mgr.smithi124.bgylrn (mgr.14180) 933 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:03 smithi139 conmon[88685]: 2023-11-17T06:11:05.357 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:05.357 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:05.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:06.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:05 smithi124 conmon[83794]: cluster 2023-11-17T06:11:04.883330+0000 mgr.smithi124.bgylrn (mgr.14180) 934 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:05 smithi139 conmon[88685]: cluster 2023-11-17T06:11:04.883330+0000 mgr.smithi124.bgylrn (mgr.14180) 934 : cluster 2023-11-17T06:11:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:05 smithi139 conmon[88685]: [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:06.891 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:07.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:06 smithi124 conmon[83794]: audit 2023-11-17T06:11:05.353394+0000 mgr.smithi124.bgylrn (mgr.14180) 935 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:06 smithi139 conmon[88685]: audit 2023-11-17T06:11:05.353394+0000 mgr.smithi124.bgylrn (mgr.14180) 935 : 2023-11-17T06:11:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:06 smithi139 conmon[88685]: audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:08.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:07 smithi124 conmon[83794]: cluster 2023-11-17T06:11:06.883910+0000 mgr.smithi124.bgylrn (mgr.14180) 936 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:08.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:07 smithi139 conmon[88685]: cluster 2023-11-17T06:11:06.883910+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:11:08.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:07 smithi139 conmon[88685]: 936 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:08.730 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:08.730 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:09.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:08 smithi124 conmon[83794]: audit 2023-11-17T06:11:09.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:08 smithi124 conmon[83794]: 2023-11-17T06:11:08.725576+0000 mgr.smithi124.bgylrn (mgr.14180) 937 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:09.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:08 smithi124 conmon[83794]: cluster 2023-11-17T06:11:08.884603+0000 mgr.smithi124.bgylrn (mgr.14180) 938 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:08 smithi139 conmon[88685]: audit 2023-11-17T06:11:08.725576+0000 mgr.smithi124.bgylrn (mgr.14180) 937 : 2023-11-17T06:11:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:08 smithi139 conmon[88685]: audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:08 smithi139 conmon[88685]: cluster 2023-11-17T06:11:08.884603+0000 mgr.smithi124.bgylrn (mgr.14180) 938 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:09.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:10.407 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:12.277 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:12.278 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:11 smithi124 conmon[83794]: cluster 2023-11-17T06:11:10.884909+0000 mgr.smithi124.bgylrn (mgr.14180) 939 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:11 smithi139 conmon[88685]: cluster 2023-11-17T06:11:10.884909+0000 mgr.smithi124.bgylrn (mgr.14180) 939 2023-11-17T06:11:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:11 smithi139 conmon[88685]: : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:12.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:13.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:13 smithi124 conmon[83794]: audit 2023-11-17T06:11:12.273762+0000 mgr.smithi124.bgylrn (mgr.14180) 940 : audit 2023-11-17T06:11:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:13 smithi124 conmon[83794]: [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:13 smithi124 conmon[83794]: cluster 2023-11-17T06:11:12.885703+0000 mgr.smithi124.bgylrn (mgr.14180) 941 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:13 smithi139 conmon[88685]: audit 2023-11-17T06:11:12.273762+0000 mgr.smithi124.bgylrn (mgr.14180) 940 : audit 2023-11-17T06:11:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:13 smithi139 conmon[88685]: [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:13 smithi139 conmon[88685]: cluster 2023-11-17T06:11:12.885703+0000 mgr.smithi124.bgylrn (mgr.14180) 941 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:13.856 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:15.733 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:15.733 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:15 smithi124 conmon[83794]: cluster 2023-11-17T06:11:14.886024+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:11:16.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:15 smithi124 conmon[83794]: 14180) 942 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:15 smithi139 conmon[88685]: cluster 2023-11-17T06:11:14.886024+0000 mgr.smithi124.bgylrn (mgr.14180) 942 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:16.304 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:17.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:16 smithi124 conmon[83794]: audit 2023-11-17T06:11:15.729208+0000 mgr.smithi124.bgylrn (mgr.14180) 943 : audit [DBG] 2023-11-17T06:11:17.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:16 smithi124 conmon[83794]: from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:17.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:16 smithi139 conmon[88685]: audit 2023-11-17T06:11:15.729208+0000 mgr.smithi124.bgylrn (mgr.14180) 943 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:17.305 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:18.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:17 smithi124 conmon[83794]: cluster 2023-11-17T06:11:16.886427+0000 2023-11-17T06:11:18.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:17 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 944 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:17 smithi139 conmon[88685]: cluster 2023-11-17T06:11:16.886427+0000 mgr.smithi124.bgylrn (mgr.14180) 944 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:19.178 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:19.178 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:19.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:18 smithi124 conmon[83794]: cluster 2023-11-17T06:11:18.887106+0000 mgr.smithi124.bgylrn (mgr.14180) 945 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:18 smithi139 conmon[88685]: cluster 2023-11-17T06:11:18.887106+0000 mgr.smithi124.bgylrn (mgr.14180) 945 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:19.896 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:19 smithi124 conmon[83794]: audit 2023-11-17T06:11:19.174432+0000 mgr.smithi124.bgylrn (mgr.14180) 946 : audit 2023-11-17T06:11:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:19 smithi124 conmon[83794]: [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:19 smithi139 conmon[88685]: audit 2023-11-17T06:11:19.174432+0000 mgr.smithi124.bgylrn (mgr.14180) 946 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:20.897 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:21.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:20 smithi124 conmon[83794]: cluster 2023-11-17T06:11:20.887877+0000 mgr.smithi124.bgylrn (mgr.14180) 947 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:21.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:20 smithi139 conmon[88685]: cluster 2023-11-17T06:11:20.887877+0000 mgr.smithi124.bgylrn (mgr.14180) 947 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:22.829 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:22.830 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:23.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:23 smithi124 conmon[83794]: audit 2023-11-17T06:11:22.825250+0000 mgr.smithi124.bgylrn (mgr.14180) 948 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:23 smithi124 conmon[83794]: cluster 2023-11-17T06:11:22.888732+0000 mgr.smithi124.bgylrn (mgr.14180) 949 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:23 smithi139 conmon[88685]: audit 2023-11-17T06:11:22.825250+0000 mgr.smithi124.bgylrn (mgr.14180) 948 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:23 smithi139 conmon[88685]: cluster 2023 2023-11-17T06:11:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:23 smithi139 conmon[88685]: -11-17T06:11:22.888732+0000 mgr.smithi124.bgylrn (mgr.14180) 949 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:24.407 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:26.236 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:26.237 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:26.267 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:25 smithi124 conmon[83794]: cluster 2023-11-17T06:11:24.889077+0000 mgr.smithi124.bgylrn (mgr.14180) 950 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:25 smithi139 conmon[88685]: cluster 2023-11-17T06:11:24.889077+0000 mgr.smithi124.bgylrn (mgr.14180) 950 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:26.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:27.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:26 smithi124 conmon[83794]: audit 2023-11-17T06:11:26.232267+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:11:27.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:26 smithi124 conmon[83794]: 14180) 951 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:27.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:26 smithi124 conmon[83794]: cluster 2023-11-17T06:11:26.889564+0000 mgr.smithi124.bgylrn (mgr.14180) 952 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:26 smithi139 conmon[88685]: audit 2023-11-17T06:11:26.232267+0000 mgr.smithi124.bgylrn (mgr.14180) 951 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:26 smithi139 conmon[88685]: cluster 2023-11-17T06:11:26.889564+0000 mgr.smithi124.bgylrn (mgr.14180) 952 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:27.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:29.645 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:29.646 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:30.246 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:29 smithi124 conmon[83794]: cluster 2023-11-17T06:11:28.890219+0000 mgr.smithi124.bgylrn (mgr.14180) 953 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:30.262 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:30.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:29 smithi139 conmon[88685]: cluster 2023-11-17T06:11:28.890219+0000 mgr.smithi124.bgylrn (mgr.14180) 953 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:31.263 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:11:31.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:30 smithi124 conmon[83794]: audit 2023-11-17T06:11:29.640851+0000 mgr.smithi124.bgylrn (mgr.14180) 954 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:31.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:30 smithi124 conmon[83794]: 2023-11-17T06:11:31.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:30 smithi139 conmon[88685]: audit 2023-11-17T06:11:29.640851+0000 mgr.smithi124.bgylrn (mgr.14180) 954 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:32.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:31 smithi124 conmon[83794]: cluster 2023-11-17T06:11:30.890644+0000 mgr.smithi124.bgylrn 2023-11-17T06:11:32.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:31 smithi124 conmon[83794]: (mgr.14180) 955 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:31 smithi139 conmon[88685]: cluster 2023-11-17T06:11:30.890644+0000 mgr.smithi124.bgylrn (mgr.14180) 955 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:33.215 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:11:33.215 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:03:23.963679Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.wznkze on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:11:33.428 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:33 smithi124 conmon[83794]: cluster 2023-11-17T06:11:32.891231+0000 mgr.smithi124.bgylrn (mgr.14180) 956 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:33 smithi139 conmon[88685]: cluster 2023-11-17T06:11:32.891231+0000 mgr.smithi124.bgylrn (mgr.14180) 956 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:11:33.862 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:11:34.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:34 smithi124 conmon[83794]: audit 2023-11-17T06:11:33.210932+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:11:34.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:34 smithi124 conmon[83794]: .14180) 957 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:34 smithi139 conmon[88685]: audit 2023-11-17T06:11:33.210932+0000 mgr.smithi124.bgylrn (mgr.14180) 957 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:11:34.863 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:13.560 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:35 smithi139 conmon[88685]: cluster 2023-11-17T06:11:34.891727+0000 mgr.smithi124.bgylrn (mgr.14180) 958 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.560 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:37 smithi139 conmon[88685]: cluster 2023-11-17T06:11:36.892205+0000 mgr.smithi124.bgylrn (mgr.14180) 959 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.560 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:38 smithi139 conmon[88685]: cluster 2023-11-17T06:11:38.892823+0000 mgr.smithi124.bgylrn (mgr.14180) 960 : 2023-11-17T06:12:13.560 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:38 smithi139 conmon[88685]: cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.560 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:41 smithi139 conmon[88685]: cluster 2023-11-17T06:11:40.893322+0000 mgr.smithi124.bgylrn (mgr.14180) 961 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:43 smithi139 conmon[88685]: cluster 2023-11-17T06:11:42.894191+0000 mgr.smithi124.bgylrn (mgr.14180) 962 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:45 smithi139 conmon[88685]: cluster 2023-11-17T06:11:44.894847+0000 mgr.smithi124.bgylrn (mgr.14180) 963 : cluster [DBG] 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:45 smithi139 conmon[88685]: pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:47 smithi139 conmon[88685]: cluster 2023-11-17T06:11:46.895288+0000 mgr.smithi124.bgylrn (mgr.14180) 964 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:49 smithi139 conmon[88685]: cluster 2023-11-17T06:11:48.896049+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:49 smithi139 conmon[88685]: 965 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:51 smithi139 conmon[88685]: cluster 2023-11-17T06:11:50.896584+0000 mgr.smithi124.bgylrn (mgr.14180) 966 : cluster 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:51 smithi139 conmon[88685]: [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:53 smithi139 conmon[88685]: cluster 2023-11-17T06:11:52.897303+0000 mgr.smithi124.bgylrn (mgr.14180) 967 : cluster [DBG] 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:53 smithi139 conmon[88685]: pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:55 smithi139 conmon[88685]: cluster 2023-11-17T06:11:54.897950+0000 mgr.smithi124.bgylrn (mgr.14180) 968 : cluster [DBG] 2023-11-17T06:12:13.644 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:55 smithi139 conmon[88685]: pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.644 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:57 smithi139 conmon[88685]: cluster 2023-11-17T06:11:56.898339+0000 mgr.smithi124.bgylrn (mgr.14180) 969 : cluster 2023-11-17T06:12:13.645 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:57 smithi139 conmon[88685]: [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.645 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:59 smithi139 conmon[88685]: cluster 2023-11-17T06:11:58.899133+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:13.645 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:11:59 smithi139 conmon[88685]: 970 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.645 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:01 smithi139 conmon[88685]: cluster 2023-11-17T06:12:00.899656+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:12:13.645 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:01 smithi139 conmon[88685]: ) 971 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:03 smithi139 conmon[88685]: cluster 2023-11-17T06:12:02.900319+0000 mgr.smithi124.bgylrn (mgr.14180) 972 : cluster 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:03 smithi139 conmon[88685]: [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:05 smithi139 conmon[88685]: cluster 2023-11-17T06:12:04.900857+0000 mgr.smithi124.bgylrn (mgr.14180) 973 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:07 smithi139 conmon[88685]: cluster 2023-11-17T06:12:06.901330+0000 mgr.smithi124.bgylrn (mgr.14180) 974 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:09 smithi139 conmon[88685]: cluster 2023-11-17T06:12:08.902072+0000 mgr.smithi124.bgylrn (mgr.14180) 975 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:11 smithi139 conmon[88685]: cluster 2023-11-17T06:12:10.902420+0000 mgr.smithi124.bgylrn (mgr.14180) 976 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.646 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:13 smithi139 conmon[88685]: cluster 2023-11-17T06:12:12.903103+0000 mgr.smithi124.bgylrn (mgr.14180) 977 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.647 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:35 smithi124 conmon[83794]: cluster 2023-11-17T06:11:34.891727+0000 mgr.smithi124.bgylrn (mgr.14180) 958 : cluster [DBG] 2023-11-17T06:12:13.647 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:35 smithi124 conmon[83794]: pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.647 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:37 smithi124 conmon[83794]: cluster 2023-11-17T06:11:36.892205+0000 mgr.smithi124.bgylrn (mgr.14180) 959 : cluster 2023-11-17T06:12:13.647 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:37 smithi124 conmon[83794]: [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.648 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:38 smithi124 conmon[83794]: cluster 2023-11-17T06:11:38.892823+0000 mgr.smithi124.bgylrn (mgr.14180) 960 : cluster 2023-11-17T06:12:13.681 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:38 smithi124 conmon[83794]: [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.681 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:41 smithi124 conmon[83794]: cluster 2023-11-17T06:11:40.893322+0000 mgr.smithi124.bgylrn (mgr.14180) 961 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:41 smithi124 conmon[83794]: 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:43 smithi124 conmon[83794]: cluster 2023-11-17T06:11:42.894191+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:43 smithi124 conmon[83794]: 14180) 962 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:44 smithi124 conmon[83794]: cluster 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:44 smithi124 conmon[83794]: 2023-11-17T06:11:44.894847+0000 mgr.smithi124.bgylrn (mgr.14180) 963 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:46 smithi124 conmon[83794]: cluster 2023-11-17T06:11:46.895288+0000 2023-11-17T06:12:13.682 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:46 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 964 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.683 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:49 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T06:12:13.683 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:49 smithi124 conmon[83794]: T06:11:48.896049+0000 mgr.smithi124.bgylrn (mgr.14180) 965 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.683 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:51 smithi124 conmon[83794]: cluster 2023-11-17T06:11: 2023-11-17T06:12:13.683 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:51 smithi124 conmon[83794]: 50.896584+0000 mgr.smithi124.bgylrn (mgr.14180) 966 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.683 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:53 smithi124 conmon[83794]: cluster 2023-11-17T06:11 2023-11-17T06:12:13.684 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:53 smithi124 conmon[83794]: :52.897303+0000 mgr.smithi124.bgylrn (mgr.14180) 967 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.684 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:55 smithi124 conmon[83794]: cluster 2023-11-17T06:11:54.897950+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:12:13.685 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:55 smithi124 conmon[83794]: mgr.14180) 968 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.685 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:57 smithi124 conmon[83794]: cluster 2023-11-17T06:11:56 2023-11-17T06:12:13.751 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:57 smithi124 conmon[83794]: .898339+0000 mgr.smithi124.bgylrn (mgr.14180) 969 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.778 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:59 smithi124 conmon[83794]: cluster 2023-11-17T06:11 2023-11-17T06:12:13.778 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:11:59 smithi124 conmon[83794]: :58.899133+0000 mgr.smithi124.bgylrn (mgr.14180) 970 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.778 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:01 smithi124 conmon[83794]: cluster 2023-11-17T06:12:00.899656+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:12:13.778 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:01 smithi124 conmon[83794]: .14180) 971 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.778 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:03 smithi124 conmon[83794]: cluster 2023-11-17T06:12:02.900319+0000 mgr.smithi124.bgylrn (mgr.14180) 972 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:03 smithi124 conmon[83794]: : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:05 smithi124 conmon[83794]: cluster 2023-11-17T06:12:04.900857+0000 mgr.smithi124.bgylrn (mgr.14180) 973 : cluster [DBG] 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:05 smithi124 conmon[83794]: pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:07 smithi124 conmon[83794]: cluster 2023-11-17T06:12:06.901330+0000 mgr.smithi124.bgylrn (mgr.14180) 974 : cluster 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:07 smithi124 conmon[83794]: [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:09 smithi124 conmon[83794]: cluster 2023-11-17T06:12:08.902072+0000 mgr.smithi124.bgylrn (mgr.14180) 975 : cluster 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:09 smithi124 conmon[83794]: [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:11 smithi124 conmon[83794]: cluster 2023-11-17T06:12 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:11 smithi124 conmon[83794]: :10.902420+0000 mgr.smithi124.bgylrn (mgr.14180) 976 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:13 smithi124 conmon[83794]: cluster 2023-11-17T06:12:12.903103+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:13.779 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:13 smithi124 conmon[83794]: 977 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: cephadm 2023-11-17T06:12:13 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: .889402+0000 mgr.smithi124.bgylrn (mgr.14180) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.517 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:12:14.518 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.519 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: cephadm 2023-11-17T06:12:13.889637+0000 mgr.smithi124.bgylrn (mgr.14180) 979 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: audit 2023-11-17T06:12:13.890012+0000 mon.smithi124 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.rumatr"}]: dispatch 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: cephadm 2023-11-17T06:12:13.890710+0000 mgr.smithi124.bgylrn (mgr.14180) 980 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.520 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.521 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:14 smithi124 conmon[83794]: cephadm 2023-11-17T06:12:13.892119+0000 mgr.smithi124.bgylrn (mgr.14180) 981 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.gvuhlc on smithi124 2023-11-17T06:12:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: cephadm 2023-11-17T06:12:13.889402+0000 mgr.smithi124.bgylrn (mgr.14180) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: cephadm 2023-11-17T06:12:13.889637+0000 mgr.smithi124.bgylrn (mgr.14180) 979 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: audit 2023-11-17T06:12:13.890012+0000 mon.smithi124 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.rumatr"}]: dispatch 2023-11-17T06:12:14.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: cephadm 2023-11-17T06:12:13.890710+0000 mgr.smithi124.bgylrn (mgr.14180) 980 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.rumatr ... 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:10:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:11: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-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:12:14.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:12:14.539 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:14 smithi139 conmon[88685]: cephadm 2023-11-17T06:12:13.892119+0000 mgr.smithi124.bgylrn (mgr.14180) 981 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.gvuhlc on smithi124 2023-11-17T06:12:15.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:15 smithi139 conmon[88685]: cluster 2023-11-17T06:12:14.903476+0000 mgr.smithi124.bgylrn (mgr.14180) 982 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:15.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:15 smithi124 conmon[83794]: cluster 2023-11-17T06:12:14.903476+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:12:15.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:15 smithi124 conmon[83794]: ) 982 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:15.715 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:15.716 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:16.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:16.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:16 smithi124 conmon[83794]: audit 2023-11-17T06:12:15.711701+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:12:16.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:16 smithi124 conmon[83794]: .14180) 983 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:16.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:16 smithi139 conmon[88685]: audit 2023-11-17T06:12:15.711701+0000 mgr.smithi124.bgylrn (mgr.14180) 983 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:17.281 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:17.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:17 smithi124 conmon[83794]: cluster 2023-11-17T06:12:16.904059+0000 mgr.smithi124.bgylrn (mgr.14180) 984 : cluster 2023-11-17T06:12:17.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:17 smithi124 conmon[83794]: [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:17.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:17 smithi139 conmon[88685]: cluster 2023-11-17T06:12:16.904059+0000 mgr.smithi124.bgylrn (mgr.14180) 984 2023-11-17T06:12:17.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:17 smithi139 conmon[88685]: : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:19.164 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:19.165 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:19.189 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:19 smithi124 conmon[83794]: cluster 2023-11-17T06:12:18.904663+0000 mgr.smithi124.bgylrn (mgr.14180) 985 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:19 smithi139 conmon[88685]: cluster 2023-11-17T06:12:18.904663+0000 mgr.smithi124.bgylrn (mgr.14180) 985 : 2023-11-17T06:12:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:19 smithi139 conmon[88685]: cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:19.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:20.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:20 smithi124 conmon[83794]: audit 2023-11-17T06:12:19.160365+0000 mgr.smithi124.bgylrn (mgr.14180) 986 : 2023-11-17T06:12:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:20 smithi124 conmon[83794]: audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:20 smithi139 conmon[88685]: audit 2023-11-17T06:12:19.160365+0000 mgr.smithi124.bgylrn (mgr.14180) 986 2023-11-17T06:12:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:20 smithi139 conmon[88685]: : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:20.771 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:21.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:21 smithi124 conmon[83794]: cluster 2023-11-17T06:12:20.904978+0000 2023-11-17T06:12:21.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:21 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 987 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:21.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:21 smithi139 conmon[88685]: cluster 2023-11-17T06:12:20.904978+0000 mgr.smithi124.bgylrn (mgr.14180) 987 : cluster [DBG] 2023-11-17T06:12:21.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:21 smithi139 conmon[88685]: pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:22.652 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:22.652 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:23.213 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:23.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:23 smithi124 conmon[83794]: audit 2023-11-17T06:12:22.647589+0000 mgr.smithi124.bgylrn (mgr.14180) 988 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:23 smithi124 conmon[83794]: cluster 2023-11-17T06:12:22.905619+0000 mgr.smithi124.bgylrn (mgr.14180) 989 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:23 smithi139 conmon[88685]: audit 2023-11-17T06:12:22.647589+0000 mgr.smithi124.bgylrn (mgr.14180) 988 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:23 smithi139 conmon[88685]: 2023-11-17T06:12:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:23 smithi139 conmon[88685]: cluster 2023-11-17T06:12:22.905619+0000 mgr.smithi124.bgylrn (mgr.14180) 989 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:24.214 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:25.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:25 smithi124 conmon[83794]: cluster 2023-11-17T06:12:24.905968+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:25.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:25 smithi124 conmon[83794]: 990 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:25.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:25 smithi139 conmon[88685]: cluster 2023-11-17T06:12:24.905968+0000 mgr.smithi124.bgylrn (mgr.14180) 990 : cluster [DBG] 2023-11-17T06:12:25.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:25 smithi139 conmon[88685]: pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:26.187 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:26.187 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:26.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:27 smithi139 conmon[88685]: audit 2023-11-17T06:12:26.167962+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:27 smithi139 conmon[88685]: 991 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:27.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:27 smithi139 conmon[88685]: cluster 2023-11-17T06:12:26.906376+0000 mgr.smithi124.bgylrn (mgr.14180) 992 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:27 smithi124 conmon[83794]: audit 2023-11-17T06:12:26.167962+0000 mgr.smithi124.bgylrn (mgr.14180) 991 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:27 smithi124 conmon[83794]: cluster 2023-11-17T06:12:26.906376+0000 mgr.smithi124.bgylrn (mgr.14180) 992 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:27.705 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:29.192 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:29 smithi124 conmon[83794]: cluster 2023-11-17T06:12:28.906956+0000 mgr.smithi124.bgylrn (mgr.14180) 993 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:29 smithi139 conmon[88685]: cluster 2023-11-17T06:12:28.906956+0000 mgr.smithi124.bgylrn (mgr.14180) 993 2023-11-17T06:12:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:29 smithi139 conmon[88685]: : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:29.570 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:29.571 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:30.086 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:30.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:30 smithi124 conmon[83794]: audit 2023-11-17T06:12:29.566694+0000 mgr.smithi124.bgylrn (mgr.14180) 994 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:30 smithi139 conmon[88685]: audit 2023-11-17T06:12:29.566694+0000 mgr.smithi124.bgylrn (mgr.14180) 994 2023-11-17T06:12:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:30 smithi139 conmon[88685]: : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:31.087 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:31.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:31 smithi124 conmon[83794]: cluster 2023-11-17T06:12:30.907580+0000 mgr.smithi124.bgylrn (mgr.14180) 995 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:31.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:31 smithi139 conmon[88685]: cluster 2023-11-17T06:12:30.907580+0000 mgr.smithi124.bgylrn (mgr.14180) 995 : cluster 2023-11-17T06:12:31.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:31 smithi139 conmon[88685]: [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:32.866 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:32.866 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:33.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:33 smithi124 conmon[83794]: audit 2023-11-17T06:12:32.861611+0000 mgr.smithi124.bgylrn (mgr.14180) 996 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:33.501 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:33 smithi124 conmon[83794]: cluster 2023-11-17T06:12:32.908257+0000 mgr.smithi124.bgylrn (mgr.14180) 997 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:33.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:33 smithi139 conmon[88685]: audit 2023-11-17T06:12:32.861611+0000 mgr.smithi124.bgylrn (mgr.14180) 996 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:33 smithi139 conmon[88685]: cluster 2023-11-17T06:12:32.908257+0000 mgr.smithi124.bgylrn (mgr.14180) 997 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:34.523 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:35.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:35 smithi124 conmon[83794]: cluster 2023-11-17T06:12:34.908763+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:35.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:35 smithi124 conmon[83794]: 998 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:35.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:35 smithi139 conmon[88685]: cluster 2023-11-17T06:12:34.908763+0000 mgr.smithi124.bgylrn (mgr.14180) 998 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:36.413 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:36.413 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:36.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:37 smithi124 conmon[83794]: audit 2023-11-17T06:12:36.408943+0000 mgr.smithi124.bgylrn (mgr.14180) 999 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:37 smithi124 conmon[83794]: cluster 2023-11-17T06:12:36.909186+0000 mgr.smithi124.bgylrn (mgr.14180) 1000 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:37 smithi139 conmon[88685]: audit 2023-11-17T06:12:36.408943+0000 mgr.smithi124.bgylrn (mgr.14180) 999 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:37 smithi139 conmon[88685]: cluster 2023-11-17T06:12: 2023-11-17T06:12:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:37 smithi139 conmon[88685]: 36.909186+0000 mgr.smithi124.bgylrn (mgr.14180) 1000 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:37.998 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:39.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:39 smithi124 conmon[83794]: cluster 2023-11-17T06:12:38.909950+0000 mgr.smithi124.bgylrn (mgr.14180) 1001 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:39 smithi139 conmon[88685]: cluster 2023-11-17T06:12:38.909950+0000 mgr.smithi124.bgylrn (mgr.14180) 1001 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:39.827 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:39.827 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:40 smithi139 conmon[88685]: audit 2023-11-17T06:12:39.821812+0000 mgr.smithi124.bgylrn (mgr.14180) 1002 2023-11-17T06:12:40.409 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:40 smithi139 conmon[88685]: : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:40.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:40 smithi124 conmon[83794]: audit 2023-11-17T06:12:39.821812+0000 mgr.smithi124.bgylrn (mgr.14180) 1002 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:40.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:41.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:41 smithi124 conmon[83794]: cluster 2023-11-17T06:12:40.910563+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:41.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:41 smithi124 conmon[83794]: 1003 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:41 smithi139 conmon[88685]: cluster 2023-11-17T06:12:40.910563+0000 mgr.smithi124.bgylrn (mgr.14180) 1003 : cluster 2023-11-17T06:12:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:41 smithi139 conmon[88685]: [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:41.415 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:43.204 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:43.204 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:43.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:43 smithi124 conmon[83794]: cluster 2023-11-17T06:12:42.911177+0000 mgr.smithi124.bgylrn (mgr.14180) 1004 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:43 smithi139 conmon[88685]: cluster 2023-11-17T06:12:42.911177+0000 mgr.smithi124.bgylrn (mgr.14180) 1004 : cluster [DBG] 2023-11-17T06:12:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:43 smithi139 conmon[88685]: pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:43.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:44.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:44 smithi124 conmon[83794]: audit 2023-11-17T06:12:43.199169+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:12:44.567 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:44 smithi124 conmon[83794]: 1005 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:44.568 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:44 smithi139 conmon[88685]: audit 2023-11-17T06:12:43.199169+0000 mgr.smithi124.bgylrn (mgr.14180) 1005 : 2023-11-17T06:12:44.568 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:44 smithi139 conmon[88685]: audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:44.769 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:45.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:45 smithi139 conmon[88685]: cluster 2023-11-17T06:12:44.911679+0000 mgr.smithi124.bgylrn (mgr.14180) 1006 : 2023-11-17T06:12:45.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:45 smithi139 conmon[88685]: cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:45.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:45 smithi124 conmon[83794]: cluster 2023-11-17T06:12:44.911679+0000 mgr.smithi124.bgylrn (mgr.14180) 1006 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:46.627 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:46.627 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:47.250 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:47.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:47 smithi124 conmon[83794]: audit 2023-11-17T06:12:46.622788+0000 mgr.smithi124.bgylrn (mgr.14180) 1007 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:47.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:47 smithi124 conmon[83794]: cluster 2023-11-17T06:12:46.912052+0000 mgr.smithi124.bgylrn (mgr.14180) 1008 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:47 smithi139 conmon[88685]: audit 2023-11-17T06:12:46.622788+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:12:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:47 smithi139 conmon[88685]: 14180) 1007 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:47 smithi139 conmon[88685]: cluster 2023-11-17T06:12:46.912052+0000 mgr.smithi124.bgylrn (mgr.14180) 1008 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:48.255 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:49.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:49 smithi139 conmon[88685]: cluster 2023-11-17T06:12:48.912697+0000 mgr.smithi124.bgylrn (mgr.14180) 1009 2023-11-17T06:12:49.358 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:49 smithi139 conmon[88685]: : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:49.358 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:49 smithi124 conmon[83794]: cluster 2023-11-17T06:12:48.912697+0000 mgr.smithi124.bgylrn (mgr.14180) 1009 : cluster [DBG] 2023-11-17T06:12:49.358 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:49 smithi124 conmon[83794]: pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:50.055 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:50.055 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:50.659 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:51.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:51 smithi124 conmon[83794]: audit 2023-11-17T06:12:50.050650+0000 mgr.smithi124.bgylrn (mgr.14180) 1010 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:51.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:51 smithi124 conmon[83794]: cluster 2023-11-17T06:12:50.913124+0000 mgr.smithi124.bgylrn (mgr.14180) 1011 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:51 smithi139 conmon[88685]: audit 2023-11-17T06:12:50.050650+0000 mgr.smithi124.bgylrn (mgr.14180) 1010 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:51 smithi139 conmon[88685]: 2023-11-17T06:12:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:51 smithi139 conmon[88685]: cluster 2023-11-17T06:12:50.913124+0000 mgr.smithi124.bgylrn (mgr.14180) 1011 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:51.660 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:53.498 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:53.498 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:53.523 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:53 smithi124 conmon[83794]: cluster 2023-11-17T06:12:52.913751+0000 mgr.smithi124.bgylrn (mgr.14180) 1012 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:53.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:53 smithi139 conmon[88685]: cluster 2023-11-17T06:12:52.913751+0000 mgr.smithi124.bgylrn (mgr.14180) 1012 : cluster 2023-11-17T06:12:53.538 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:53 smithi139 conmon[88685]: [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:54.017 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:54.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:54 smithi124 conmon[83794]: audit 2023-11-17T06:12:53.492987+0000 mgr.smithi124.bgylrn (mgr.14180) 1013 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:54.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:54 smithi139 conmon[88685]: audit 2023-11-17T06:12:53.492987+0000 mgr.smithi124.bgylrn (mgr.14180) 1013 : audit [DBG] 2023-11-17T06:12:54.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:54 smithi139 conmon[88685]: from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:55.019 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:55.476 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:55 smithi124 conmon[83794]: cluster 2023-11-17T06:12:54.914140+0000 mgr.smithi124.bgylrn (mgr.14180) 1014 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:55.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:55 smithi139 conmon[88685]: cluster 2023-11-17T06:12:54.914140+0000 mgr.smithi124.bgylrn (mgr.14180) 1014 : cluster 2023-11-17T06:12:55.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:55 smithi139 conmon[88685]: [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:56.854 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:12:56.856 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:12:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:57 smithi124 conmon[83794]: audit 2023-11-17T06:12:56.849905+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:12:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:57 smithi124 conmon[83794]: .14180) 1015 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:57 smithi124 conmon[83794]: cluster 2023-11-17T06:12:56.914611+0000 mgr.smithi124.bgylrn (mgr.14180) 1016 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:57 smithi139 conmon[88685]: audit 2023-11-17T06:12:56.849905+0000 mgr.smithi124.bgylrn (mgr.14180) 1015 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:12:57.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:57 smithi139 conmon[88685]: cluster 2023-11 2023-11-17T06:12:57.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:57 smithi139 conmon[88685]: -17T06:12:56.914611+0000 mgr.smithi124.bgylrn (mgr.14180) 1016 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:57.408 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:12:58.409 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:12:59.250 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:12:59 smithi124 conmon[83794]: cluster 2023-11-17T06:12:58.915190+0000 mgr.smithi124.bgylrn (mgr.14180) 1017 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:12:59.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:12:59 smithi139 conmon[88685]: cluster 2023-11-17T06:12:58.915190+0000 mgr.smithi124.bgylrn (mgr.14180) 1017 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:00.284 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:00.285 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:00.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:01 smithi139 conmon[88685]: audit 2023-11-17T06:13:00.279843+0000 mgr.smithi124.bgylrn (mgr.14180) 1018 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:01 smithi139 conmon[88685]: cluster 2023-11-17T06:13:00.915617+0000 mgr.smithi124.bgylrn (mgr.14180) 1019 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:01 smithi124 conmon[83794]: audit 2023-11-17T06:13:00.279843+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:13:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:01 smithi124 conmon[83794]: mgr.14180) 1018 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:01 smithi124 conmon[83794]: cluster 2023-11-17T06:13:00.915617+0000 mgr.smithi124.bgylrn (mgr.14180) 1019 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:01.942 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:03.493 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:03 smithi124 conmon[83794]: cluster 2023-11-17T06:13:02.916388+0000 mgr.smithi124.bgylrn (mgr.14180) 1020 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:03 smithi139 conmon[88685]: cluster 2023-11-17T06:13:02.916388+0000 mgr.smithi124.bgylrn (mgr.14180) 1020 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:03.901 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:03.901 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:04.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:04 smithi124 conmon[83794]: audit 2023-11-17T06:13:03.896338+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:13:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:04 smithi124 conmon[83794]: 1021 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:04 smithi139 conmon[88685]: audit 2023-11-17T06:13:03.896338+0000 mgr.smithi124.bgylrn (mgr.14180) 1021 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:04.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:05.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:05 smithi124 conmon[83794]: cluster 2023-11-17T06:13:04.916745+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:13:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:05 smithi124 conmon[83794]: ) 1022 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:05 smithi139 conmon[88685]: cluster 2023-11-17T06:13:04.916745+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:13:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:05 smithi139 conmon[88685]: 1022 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:05.582 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:07.272 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:07 smithi124 conmon[83794]: cluster 2023-11-17T06:13:06.917158+0000 mgr.smithi124.bgylrn (mgr.14180) 1023 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T06:13:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:07 smithi139 conmon[88685]: cluster 2023-11-17T06:13:06.917158+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:13:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:07 smithi139 conmon[88685]: 1023 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T06:13:07.585 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:07.585 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:08.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:08.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:08 smithi124 conmon[83794]: audit 2023-11-17T06:13:07.580688+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:13:08.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:08 smithi124 conmon[83794]: .14180) 1024 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:08.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:08 smithi139 conmon[88685]: audit 2023-11-17T06:13:07.580688+0000 mgr.smithi124.bgylrn (mgr.14180) 1024 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:09.218 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:09.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:09 smithi124 conmon[83794]: cluster 2023-11-17T06:13:08.918040+0000 mgr.smithi124.bgylrn (mgr.14180) 1025 : cluster [DBG] 2023-11-17T06:13:09.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:09 smithi124 conmon[83794]: pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2023-11-17T06:13:09.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:09 smithi139 conmon[88685]: cluster 2023-11-17T06:13:08.918040+0000 mgr.smithi124.bgylrn (mgr.14180) 1025 : cluster [DBG] 2023-11-17T06:13:09.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:09 smithi139 conmon[88685]: pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2023-11-17T06:13:11.142 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:11.143 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:11.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:11 smithi124 conmon[83794]: cluster 2023-11-17T06:13:10.918390+0000 mgr.smithi124.bgylrn (mgr.14180) 1026 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2023-11-17T06:13:11.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:11 smithi139 conmon[88685]: cluster 2023-11-17T06:13:10.918390+0000 mgr.smithi124.bgylrn (mgr.14180) 1026 : cluster [DBG] 2023-11-17T06:13:11.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:11 smithi139 conmon[88685]: pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2023-11-17T06:13:11.736 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:12 smithi124 conmon[83794]: audit 2023-11-17T06:13:11.138331+0000 mgr.smithi124.bgylrn (mgr.14180) 1027 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:12 smithi139 conmon[88685]: audit 2023-11-17T06:13:11.138331+0000 mgr.smithi124.bgylrn (mgr.14180) 1027 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:12.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:12 smithi139 conmon[88685]: 2023-11-17T06:13:12.737 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:13 smithi124 conmon[83794]: cluster 2023-11-17T06:13:12.919087 2023-11-17T06:13:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:13 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1028 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:13 smithi139 conmon[88685]: cluster 2023-11-17T06:13:12.919087+0000 mgr.smithi124.bgylrn (mgr.14180) 1028 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:14.625 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:14.626 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:15.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:15 smithi124 conmon[83794]: audit 2023-11-17T06:13:14.621033+0000 mgr.smithi124.bgylrn (mgr.14180) 1029 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:15 smithi124 conmon[83794]: cluster 2023-11-17T06:13 2023-11-17T06:13:15.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:15 smithi124 conmon[83794]: :14.919472+0000 mgr.smithi124.bgylrn (mgr.14180) 1030 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:15.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:15 smithi139 conmon[88685]: audit 2023-11-17T06:13:14.621033+0000 mgr.smithi124.bgylrn (mgr.14180) 1029 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:15.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:15 smithi139 conmon[88685]: cluster 2023-11-17T06:13:15.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:15 smithi139 conmon[88685]: 2023-11-17T06:13:14.919472+0000 mgr.smithi124.bgylrn (mgr.14180) 1030 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:16.232 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:17.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:17 smithi124 conmon[83794]: cluster 2023-11-17T06:13:16.919873+0000 2023-11-17T06:13:17.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:17 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1031 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:17.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:17 smithi139 conmon[88685]: cluster 2023-11-17T06:13:16.919873+0000 mgr.smithi124.bgylrn (mgr.14180) 1031 2023-11-17T06:13:17.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:17 smithi139 conmon[88685]: : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:13:18.118 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:18.118 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:18.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:19 smithi124 conmon[83794]: audit 2023-11-17T06:13:18.113633+0000 mgr.smithi124.bgylrn (mgr.14180) 1032 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:19 smithi124 conmon[83794]: cluster 2023-11-17T06:13:18.920492+0000 mgr.smithi124.bgylrn (mgr.14180) 1033 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 127 op/s 2023-11-17T06:13:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:19 smithi139 conmon[88685]: audit 2023-11-17T06:13:18.113633+0000 mgr.smithi124.bgylrn (mgr.14180) 1032 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:19 smithi139 conmon[88685]: cluster 2023-11-17T06:13:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:19 smithi139 conmon[88685]: 2023-11-17T06:13:18.920492+0000 mgr.smithi124.bgylrn (mgr.14180) 1033 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 127 op/s 2023-11-17T06:13:19.739 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:21.229 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:21 smithi124 conmon[83794]: cluster 2023-11-17T06:13:20.920806+0000 mgr.smithi124.bgylrn (mgr.14180) 1034 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-11-17T06:13:21.332 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:21 smithi139 conmon[88685]: cluster 2023-11-17T06:13:20.920806+0000 mgr.smithi124.bgylrn (mgr.14180) 1034 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-11-17T06:13:21.542 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:21.543 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:22.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:22 smithi124 conmon[83794]: audit 2023-11-17T06:13:21.538701+0000 mgr.smithi124.bgylrn (mgr.14180) 1035 : audit [DBG] 2023-11-17T06:13:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:22 smithi124 conmon[83794]: from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:22 smithi139 conmon[88685]: audit 2023-11-17T06:13:21.538701+0000 mgr.smithi124.bgylrn (mgr.14180) 1035 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:23.222 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:23 smithi124 conmon[83794]: cluster 2023-11-17T06:13:22.921467+0000 mgr.smithi124.bgylrn (mgr.14180) 1036 : cluster 2023-11-17T06:13:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:23 smithi124 conmon[83794]: [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-11-17T06:13:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:23 smithi139 conmon[88685]: cluster 2023-11-17T06:13:22.921467+0000 mgr.smithi124.bgylrn (mgr.14180) 1036 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-11-17T06:13:25.187 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:25.187 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:25.209 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:25 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T06:13:25.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:25 smithi124 conmon[83794]: 06:13:24.921787+0000 mgr.smithi124.bgylrn (mgr.14180) 1037 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:25.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:25 smithi139 conmon[88685]: cluster 2023-11-17T06:13:24.921787+0000 mgr.smithi124.bgylrn (mgr.14180) 1037 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:25.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:26.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:26 smithi139 conmon[88685]: audit 2023-11-17T06:13:25.183222+0000 mgr.smithi124.bgylrn (mgr.14180) 1038 : audit [DBG] 2023-11-17T06:13:26.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:26 smithi139 conmon[88685]: from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:26.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:26 smithi124 conmon[83794]: audit 2023-11-17T06:13:25.183222+0000 mgr.smithi124.bgylrn (mgr.14180) 1038 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:26.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:27.281 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:27 smithi124 conmon[83794]: cluster 2023-11-17T06:13:26.922353+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:13:27.281 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:27 smithi124 conmon[83794]: ) 1039 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:27.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:27 smithi139 conmon[88685]: cluster 2023-11-17T06:13:26.922353+0000 mgr.smithi124.bgylrn (mgr.14180) 1039 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:28.738 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:28.738 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:29 smithi124 conmon[83794]: audit 2023-11-17T06:13:28.733332+0000 mgr.smithi124.bgylrn (mgr.14180) 1040 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:29 smithi124 conmon[83794]: cluster 2023-11-17T06:13:28.923121+0000 mgr.smithi124.bgylrn (mgr.14180) 1041 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:29 smithi139 conmon[88685]: audit 2023-11-17T06:13:28.733332+0000 mgr.smithi124.bgylrn (mgr.14180) 1040 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:29.303 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:29 smithi139 conmon[88685]: 2023-11-17T06:13:29.303 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:29 smithi139 conmon[88685]: cluster 2023-11-17T06:13:28.923121+0000 mgr.smithi124.bgylrn (mgr.14180) 1041 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:29.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:30.346 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:31.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:31 smithi124 conmon[83794]: cluster 2023-11-17T06:13:30.923484+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:13:31.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:31 smithi124 conmon[83794]: 14180) 1042 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:31.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:31 smithi139 conmon[88685]: cluster 2023-11-17T06:13:30.923484+0000 mgr.smithi124.bgylrn (mgr.14180) 1042 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:32.289 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:32.290 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:32.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:33.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:33 smithi124 conmon[83794]: audit 2023-11-17T06:13:32.285024+0000 mgr.smithi124.bgylrn (mgr.14180) 1043 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:33.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:33 smithi124 conmon[83794]: cluster 2023-11-17T06:13:32.924097+0000 mgr.smithi124.bgylrn (mgr.14180) 1044 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:33.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:33 smithi139 conmon[88685]: audit 2023-11-17T06:13:32.285024+0000 mgr.smithi124.bgylrn (mgr.14180) 1043 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:33.537 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:33 smithi139 conmon[88685]: cluster 2023-11-17T06:13:32.924097+0000 mgr.smithi124.bgylrn (mgr.14180) 1044 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:33.880 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:35.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:35 smithi139 conmon[88685]: cluster 2023-11-17T06:13:34.924473+0000 mgr.smithi124.bgylrn (mgr.14180) 1045 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:35.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:35 smithi124 conmon[83794]: cluster 2023-11-17T06:13:34.924473+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:13:35.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:35 smithi124 conmon[83794]: 1045 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:35.725 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:35.726 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:36.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:36 smithi124 conmon[83794]: audit 2023-11-17T06:13:35.721164+0000 mgr.smithi124.bgylrn (mgr.14180) 1046 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:36 smithi139 conmon[88685]: audit 2023-11-17T06:13:35.721164+0000 mgr.smithi124.bgylrn (mgr.14180) 1046 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:36.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:37.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:37 smithi124 conmon[83794]: cluster 2023-11-17T06:13:36.924919+0000 mgr.smithi124.bgylrn (mgr.14180) 1047 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:37 smithi139 conmon[88685]: cluster 2023-11-17T06:13:36.924919+0000 mgr.smithi124.bgylrn (mgr.14180) 1047 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:37.291 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:39.204 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:39.204 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:39.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:39 smithi124 conmon[83794]: cluster 2023-11-17T06:13:38.925626+0000 mgr.smithi124.bgylrn (mgr.14180) 1048 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:39 smithi139 conmon[88685]: cluster 2023-11-17T06:13:38.925626+0000 mgr.smithi124.bgylrn (mgr.14180) 1048 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:39 smithi139 conmon[88685]: 2023-11-17T06:13:39.787 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:40.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:40 smithi124 conmon[83794]: audit 2023-11-17T06:13:39.198103+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:13:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:40 smithi124 conmon[83794]: ) 1049 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:40 smithi139 conmon[88685]: audit 2023-11-17T06:13:39.198103+0000 mgr.smithi124.bgylrn (mgr.14180) 1049 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:40.788 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:41.246 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:41 smithi124 conmon[83794]: cluster 2023-11-17T06:13:40.926001+0000 2023-11-17T06:13:41.246 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:41 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1050 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:41.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:41 smithi139 conmon[88685]: cluster 2023-11-17T06:13:40.926001+0000 mgr.smithi124.bgylrn (mgr.14180) 1050 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:42.679 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:42.680 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:43.268 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:43.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:43 smithi124 conmon[83794]: audit 2023-11-17T06:13:42.675099+0000 mgr.smithi124.bgylrn (mgr.14180) 1051 : 2023-11-17T06:13:43.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:43 smithi124 conmon[83794]: audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:43.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:43 smithi124 conmon[83794]: cluster 2023-11-17T06:13:42.926820+0000 mgr.smithi124.bgylrn (mgr.14180) 1052 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:43 smithi139 conmon[88685]: audit 2023-11-17T06:13:42.675099+0000 mgr.smithi124.bgylrn (mgr.14180) 1051 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:43 smithi139 conmon[88685]: 2023-11-17T06:13:43.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:43 smithi139 conmon[88685]: cluster 2023-11-17T06:13:42.926820+0000 mgr.smithi124.bgylrn (mgr.14180) 1052 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:44.269 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:45.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:45 smithi124 conmon[83794]: cluster 2023-11-17T06:13:44.927140+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:13:45.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:45 smithi124 conmon[83794]: ) 1053 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:45.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:45 smithi139 conmon[88685]: cluster 2023-11-17T06:13:44.927140+0000 mgr.smithi124.bgylrn (mgr.14180) 1053 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:46.158 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:46.158 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:46.768 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:47 smithi139 conmon[88685]: audit 2023-11-17T06:13:46.148179+0000 mgr.smithi124.bgylrn (mgr.14180) 1054 : audit 2023-11-17T06:13:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:47 smithi139 conmon[88685]: [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:47 smithi139 conmon[88685]: cluster 2023-11-17T06:13:46.927797+0000 mgr.smithi124.bgylrn (mgr.14180) 1055 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:47.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:47 smithi124 conmon[83794]: audit 2023-11-17T06:13:46.148179+0000 mgr.smithi124.bgylrn (mgr.14180) 1054 : audit 2023-11-17T06:13:47.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:47 smithi124 conmon[83794]: [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:47.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:47 smithi124 conmon[83794]: cluster 2023-11-17T06:13:46.927797+0000 mgr.smithi124.bgylrn (mgr.14180) 1055 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:47.770 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:49 smithi124 conmon[83794]: cluster 2023-11-17T06:13:48.928455+0000 mgr.smithi124.bgylrn (mgr.14180) 1056 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:49 smithi139 conmon[88685]: cluster 2023-11-17T06:13:48.928455+0000 mgr.smithi124.bgylrn (mgr.14180) 1056 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:49.659 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:49.659 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:50 smithi124 conmon[83794]: audit 2023-11-17T06:13:49.655014+0000 mgr.smithi124.bgylrn (mgr.14180) 1057 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:50 smithi124 conmon[83794]: 2023-11-17T06:13:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:50 smithi139 conmon[88685]: audit 2023-11-17T06:13:49.655014+0000 mgr.smithi124.bgylrn (mgr.14180) 1057 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:50.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:51.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:51 smithi124 conmon[83794]: cluster 2023-11-17T06:13:50.928845+0000 mgr.smithi124.bgylrn (mgr.14180) 1058 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:51 smithi139 conmon[88685]: cluster 2023-11-17T06:13:50.928845+0000 mgr.smithi124.bgylrn (mgr.14180) 1058 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:51.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:51 smithi139 conmon[88685]: 2023-11-17T06:13:51.336 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:53.237 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:53.237 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:53.460 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:53 smithi124 conmon[83794]: cluster 2023-11-17T06:13:52.929503+0000 mgr.smithi124.bgylrn (mgr.14180) 1059 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:53 smithi139 conmon[88685]: cluster 2023-11-17T06:13:52.929503+0000 mgr.smithi124.bgylrn (mgr.14180) 1059 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:53 smithi139 conmon[88685]: 2023-11-17T06:13:53.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:54.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:54 smithi124 conmon[83794]: audit 2023-11-17T06:13:53.232946+0000 mgr.smithi124.bgylrn (mgr.14180) 1060 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:54.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:54 smithi139 conmon[88685]: audit 2023-11-17T06:13:53.232946+0000 mgr.smithi124.bgylrn (mgr.14180) 1060 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:54.903 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:55.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:55 smithi139 conmon[88685]: cluster 2023-11-17T06:13:54.929844+0000 mgr.smithi124.bgylrn (mgr.14180) 1061 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:55.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:55 smithi124 conmon[83794]: cluster 2023-11-17T06:13:54.929844+0000 mgr.smithi124.bgylrn (mgr.14180) 1061 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:56.770 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:13:56.770 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:13:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:57 smithi124 conmon[83794]: audit 2023-11-17T06:13:56.766016+0000 mgr.smithi124.bgylrn (mgr.14180) 1062 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:57 smithi124 conmon[83794]: cluster 2023-11-17T06:13:56.930500+0000 mgr.smithi124.bgylrn (mgr.14180) 1063 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:57.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:57 smithi139 conmon[88685]: audit 2023-11-17T06:13:56.766016+0000 mgr.smithi124.bgylrn (mgr.14180) 1062 : 2023-11-17T06:13:57.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:57 smithi139 conmon[88685]: audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:13:57.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:57 smithi139 conmon[88685]: cluster 2023-11-17T06:13:56.930500+0000 mgr.smithi124.bgylrn (mgr.14180) 1063 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:57.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:13:58.427 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:13:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:59 smithi124 conmon[83794]: cluster 2023-11-17T06:13:58.931040+0000 mgr.smithi124.bgylrn (mgr.14180) 1064 2023-11-17T06:13:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:13:59 smithi124 conmon[83794]: : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:13:59.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:13:59 smithi139 conmon[88685]: cluster 2023-11-17T06:13:58.931040+0000 mgr.smithi124.bgylrn (mgr.14180) 1064 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:00.362 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:14:03.787 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:14:03.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:01 smithi139 conmon[88685]: audit 2023-11-17T06:14:00.357891+0000 mgr.smithi124.bgylrn (mgr.14180) 1065 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:03.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:01 smithi139 conmon[88685]: cluster 2023-11-17T06:14:00.931542+0000 mgr.smithi124.bgylrn (mgr.14180) 1066 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:03.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:03 smithi139 conmon[88685]: cluster 2023-11-17T06:14:02.932364+0000 mgr.smithi124.bgylrn (mgr.14180) 1067 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:03.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:14:03.855 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:01 smithi124 conmon[83794]: audit 2023-11-17T06:14:00.357891+0000 mgr.smithi124.bgylrn (mgr.14180) 1065 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:03.855 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:01 smithi124 conmon[83794]: cluster 2023-11-17T06:14:00.931542+0000 mgr.smithi124.bgylrn (mgr.14180) 1066 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:03.869 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:03 smithi124 conmon[83794]: cluster 2023-11-17T06:14:02.932364+0000 mgr.smithi124.bgylrn (mgr.14180) 1067 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:04.855 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:14:05.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:05 smithi124 conmon[83794]: cluster 2023-11-17T06:14:04.932781+0000 mgr.smithi124.bgylrn (mgr.14180) 1068 : cluster 2023-11-17T06:14:05.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:05 smithi124 conmon[83794]: [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:05.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:05 smithi139 conmon[88685]: cluster 2023-11-17T06:14:04.932781+0000 mgr.smithi124.bgylrn (mgr.14180) 1068 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:06.783 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:14:06.784 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:14:07.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:07 smithi124 conmon[83794]: audit 2023-11-17T06:14:06.778880+0000 mgr.smithi124.bgylrn (mgr.14180) 1069 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:07.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:07 smithi124 conmon[83794]: cluster 2023-11-17T06:14:06.933160+0000 mgr.smithi124.bgylrn (mgr.14180) 1070 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:07 smithi139 conmon[88685]: audit 2023-11-17T06:14:06.778880+0000 mgr.smithi124.bgylrn (mgr.14180) 1069 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:07 smithi139 conmon[88685]: 2023-11-17T06:14:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:07 smithi139 conmon[88685]: cluster 2023-11-17T06:14:06.933160+0000 mgr.smithi124.bgylrn (mgr.14180) 1070 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:07.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:14:08.404 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:14:09.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:09 smithi124 conmon[83794]: cluster 2023-11-17T06:14:08.933992+0000 mgr.smithi124.bgylrn (mgr.14180) 1071 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:09 smithi139 conmon[88685]: cluster 2023-11-17T06:14:08.933992+0000 mgr.smithi124.bgylrn (mgr.14180) 1071 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:09 smithi139 conmon[88685]: 2023-11-17T06:14:10.318 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:14:10.319 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:14:10.840 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:14:11.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:11 smithi139 conmon[88685]: audit 2023-11-17T06:14:10.314196+0000 mgr.smithi124.bgylrn (mgr.14180) 1072 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:11.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:11 smithi139 conmon[88685]: cluster 2023-11-17T06:14:10.934582+0000 mgr.smithi124.bgylrn (mgr.14180) 1073 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:11.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:11 smithi124 conmon[83794]: audit 2023-11-17T06:14:10.314196+0000 mgr.smithi124.bgylrn (mgr.14180) 1072 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:14:11.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:11 smithi124 conmon[83794]: cluster 2023-11-17T06:14:10.934582+0000 mgr.smithi124.bgylrn (mgr.14180) 1073 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:11.841 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:14:13.389 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:13 smithi124 conmon[83794]: cluster 2023-11-17T06:14:12.935416+0000 mgr.smithi124.bgylrn (mgr.14180) 1074 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:13 smithi139 conmon[88685]: cluster 2023-11-17T06:14:12.935416+0000 mgr.smithi124.bgylrn (mgr.14180) 1074 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:14:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:13 smithi139 conmon[88685]: 2023-11-17T06:14:13.708 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:14:13.709 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:06:02.442395Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.lufiqc on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-lufiqc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.lufiqc\nDeploy daemon haproxy.rgw.foo.smithi139.lufiqc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:04:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:04:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:05:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.440631Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.xlhloa on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-xlhloa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.xlhloa\nDeploy daemon haproxy.rgw.foo.smithi124.xlhloa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:06:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:07:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:08:35.441856Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.zgdfhv on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:14:14.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:03.556 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:14 smithi139 conmon[88685]: audit 2023-11-17T06:14:13.704237+0000 mgr.smithi124.bgylrn (mgr.14180) 1075 : audit [DBG] 2023-11-17T06:15:03.557 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:14 smithi139 conmon[88685]: from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:15 smithi139 conmon[88685]: cluster 2023-11-17T06:14:14.935947+0000 mgr.smithi124.bgylrn (mgr.14180) 1076 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:17 smithi139 conmon[88685]: cluster 2023-11-17T06:14:16.936425+0000 mgr.smithi124.bgylrn (mgr.14180) 1077 : 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:17 smithi139 conmon[88685]: cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:19 smithi139 conmon[88685]: cluster 2023-11-17T06:14:18.937097+0000 mgr.smithi124.bgylrn (mgr.14180) 1078 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:21 smithi139 conmon[88685]: cluster 2023-11-17T06:14:20.937547+0000 mgr.smithi124.bgylrn (mgr.14180) 1079 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:21 smithi139 conmon[88685]: 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:23 smithi139 conmon[88685]: cluster 2023-11-17T06:14:22.938159+0000 mgr.smithi124.bgylrn (mgr.14180) 1080 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:25 smithi139 conmon[88685]: cluster 2023-11-17T06:14:24.938722+0000 mgr.smithi124.bgylrn (mgr.14180) 1081 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:27 smithi139 conmon[88685]: cluster 2023-11-17T06:14:26.939198+0000 mgr.smithi124.bgylrn (mgr.14180) 1082 : cluster [DBG] 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:27 smithi139 conmon[88685]: pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:29 smithi139 conmon[88685]: cluster 2023-11-17T06:14:28.939865+0000 mgr.smithi124.bgylrn (mgr.14180) 1083 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.595 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:31 smithi139 conmon[88685]: cluster 2023-11-17T06:14:30.940360+0000 mgr.smithi124.bgylrn (mgr.14180) 1084 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:33 smithi139 conmon[88685]: cluster 2023-11-17T06:14:32.941280+0000 mgr.smithi124.bgylrn (mgr.14180) 1085 : cluster [DBG] 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:33 smithi139 conmon[88685]: pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:35 smithi139 conmon[88685]: cluster 2023-11-17T06:14:34.941884+0000 mgr.smithi124.bgylrn (mgr.14180) 1086 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:37 smithi139 conmon[88685]: cluster 2023-11-17T06:14:36.942558+0000 mgr.smithi124.bgylrn (mgr.14180) 1087 : cluster [DBG] 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:37 smithi139 conmon[88685]: pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:39 smithi139 conmon[88685]: cluster 2023-11-17T06:14:38.943245+0000 mgr.smithi124.bgylrn (mgr.14180) 1088 : cluster [DBG] 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:39 smithi139 conmon[88685]: pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:41 smithi139 conmon[88685]: cluster 2023-11-17T06:14:40.943899+0000 mgr.smithi124.bgylrn (mgr.14180) 1089 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:43 smithi139 conmon[88685]: cluster 2023-11-17T06:14:42.944684+0000 mgr.smithi124.bgylrn (mgr.14180) 1090 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:45 smithi139 conmon[88685]: cluster 2023-11-17T06:14:44.945093+0000 mgr.smithi124.bgylrn (mgr.14180) 1091 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cluster 2023-11-17T06:14:46.945657+0000 mgr.smithi124.bgylrn (mgr.14180) 1092 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cephadm 2023-11-17T06:14:46.964142+0000 mgr.smithi124.bgylrn (mgr.14180) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.596 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.598 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.628 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.628 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.628 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.628 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.629 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.629 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.629 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.660 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.660 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.661 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-17T06:15:03.661 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.661 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.661 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cephadm 2023-11-17T06:14:46.964359+0000 mgr.smithi124.bgylrn (mgr.14180) 1094 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.661 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: audit 2023-11-17T06:14:46.964784+0000 mon.smithi124 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.gvuhlc"}]: dispatch 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cephadm 2023-11-17T06:14:46.965559+0000 mgr.smithi124.bgylrn (mgr.14180) 1095 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.719 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cephadm 2023-11-17T06:14:46.966972+0000 mgr.smithi124.bgylrn (mgr.14180) 1096 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cephadm 2023-11-17T06:14:46.968200+0000 mgr.smithi124.bgylrn (mgr.14180) 1097 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cluster 2023-11-17T06:14:46.968933+0000 mgr.smithi124.bgylrn (mgr.14180) 1098 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: cluster 2023-11-17T06:14:46.996633+0000 mon.smithi124 ( 2023-11-17T06:15:03.720 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:47 smithi139 conmon[88685]: mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:49 smithi139 conmon[88685]: cluster 2023-11-17T06:14:48.969712+0000 mgr.smithi124.bgylrn (mgr.14180) 1099 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:51 smithi139 conmon[88685]: cluster 2023-11-17T06:14:50.970270+0000 mgr.smithi124.bgylrn (mgr.14180) 1100 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:52 smithi139 conmon[88685]: audit 2023-11-17T06:14:51.328123+0000 mon.smithi124 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:52 smithi139 conmon[88685]: audit 2023-11-17T06:14:51.800170+0000 mon.smithi124 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:53 smithi139 conmon[88685]: cluster 2023-11-17T06:14:52.971246+0000 mgr.smithi124.bgylrn (mgr.14180) 1101 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:55 smithi139 conmon[88685]: cluster 2023-11-17T06:14:54.971991+0000 mgr.smithi124.bgylrn (mgr.14180) 1102 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:57 smithi139 conmon[88685]: cluster 2023-11-17T06:14:56.972618+0000 mgr.smithi124.bgylrn (mgr.14180) 1103 : cluster [DBG] 2023-11-17T06:15:03.721 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:57 smithi139 conmon[88685]: pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.746 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:59 smithi139 conmon[88685]: cluster 2023-11-17T06:14:58.973391+0000 mgr.smithi124.bgylrn (mgr.14180) 1104 : cluster 2023-11-17T06:15:03.746 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:14:59 smithi139 conmon[88685]: [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.746 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:01 smithi139 conmon[88685]: cluster 2023-11-17T06:15:00.973944+0000 mgr.smithi124.bgylrn (mgr.14180) 1105 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.746 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:03 smithi139 conmon[88685]: cluster 2023-11-17T06:15:02.974750+0000 mgr.smithi124.bgylrn (mgr.14180) 1106 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.766 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:14 smithi124 conmon[83794]: audit 2023-11-17T06:14:13.704237+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:15:03.766 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:14 smithi124 conmon[83794]: 14180) 1075 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:03.766 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:15 smithi124 conmon[83794]: cluster 2023-11-17T06:14:14.935947+0000 mgr.smithi124.bgylrn (mgr.14180) 1076 : cluster 2023-11-17T06:15:03.766 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:15 smithi124 conmon[83794]: [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:17 smithi124 conmon[83794]: cluster 2023-11-17T06:14:16.936425+0000 mgr.smithi124.bgylrn (mgr.14180) 1077 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:19 smithi124 conmon[83794]: cluster 2023-11-17T06:14:18.937097+0000 mgr.smithi124.bgylrn (mgr.14180) 1078 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:21 smithi124 conmon[83794]: cluster 2023-11-17T06:14:20 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:21 smithi124 conmon[83794]: .937547+0000 mgr.smithi124.bgylrn (mgr.14180) 1079 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:23 smithi124 conmon[83794]: cluster 2023-11-17T06:14:22.938159+0000 mgr.smithi124.bgylrn (mgr.14180) 1080 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:25 smithi124 conmon[83794]: cluster 2023-11-17T06:14:24.938722+0000 mgr.smithi124.bgylrn (mgr.14180) 1081 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:25 smithi124 conmon[83794]: : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:27 smithi124 conmon[83794]: cluster 2023-11-17T06:14:26.939198+0000 mgr.smithi124.bgylrn (mgr.14180) 1082 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:29 smithi124 conmon[83794]: cluster 2023-11-17T06:14:28.939865+0000 mgr.smithi124.bgylrn (mgr.14180) 1083 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:31 smithi124 conmon[83794]: cluster 2023-11-17T06:14:30.940360+0000 mgr.smithi124.bgylrn (mgr.14180) 1084 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:33 smithi124 conmon[83794]: cluster 2023-11-17T06:14:32.941280+0000 mgr.smithi124.bgylrn (mgr.14180) 1085 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:35 smithi124 conmon[83794]: cluster 2023-11-17T06:14:34.941884+0000 mgr.smithi124.bgylrn (mgr.14180) 1086 : cluster 2023-11-17T06:15:03.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:35 smithi124 conmon[83794]: [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:37 smithi124 conmon[83794]: cluster 2023-11-17T06:14:36.942558+0000 mgr.smithi124.bgylrn (mgr.14180) 1087 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:39 smithi124 conmon[83794]: cluster 2023-11-17T06:14:38.943245+0000 mgr.smithi124.bgylrn (mgr.14180) 1088 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:41 smithi124 conmon[83794]: cluster 2023-11-17T06:14:40.943899+0000 mgr.smithi124.bgylrn (mgr.14180) 1089 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:43 smithi124 conmon[83794]: cluster 2023-11-17T06:14:42.944684+0000 mgr.smithi124.bgylrn (mgr.14180) 1090 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:45 smithi124 conmon[83794]: cluster 2023-11-17T06:14:44.945093+0000 mgr.smithi124.bgylrn (mgr.14180) 1091 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:45 smithi124 conmon[83794]: 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cluster 2023-11-17T06:14:46.945657+0000 mgr.smithi124.bgylrn (mgr.14180) 1092 : cluster 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cephadm 2023-11-17T06:14:46.964142+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: ) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.769 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.796 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.796 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:15:03.796 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:15:03.796 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.797 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/incre 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: ase-rate-limit 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cephadm 2023-11-17T06:14:46.964359+0000 mgr.smithi124.bgylrn (mgr.14180) 1094 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: audit 2023-11-17T06:14:46.964784+0000 mon.smithi124 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.gvuhlc"}]: dispatch 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cephadm 2023-11-17T06:14:46.965559+0000 mgr.smithi124.bgylrn (mgr.14180) 1095 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc 2023-11-17T06:15:03.798 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.gvuhlc ... 2023-11-17T06:15:03.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:15:03.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:12:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.799 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:13: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-11-17T06:15:03.823 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:14:06Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:15:03.823 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.823 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cephadm 2023-11-17T06:14:46.966972+0000 mgr.smithi124.bgylrn (mgr.14180) 1096 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cephadm 2023-11-17T06:14:46.968200+0000 mgr.smithi124.bgylrn (mgr.14180) 1097 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cluster 2023-11-17T06:14:46. 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: 968933+0000 mgr.smithi124.bgylrn (mgr.14180) 1098 : cluster [DBG] 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: T06:14:46.996633+0000 mon.smithi124 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:47 smithi124 conmon[83794]: (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:15:03.824 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:49 smithi124 conmon[83794]: cluster 2023-11-17T06:14:48.969712+0000 mgr.smithi124.bgylrn (mgr.14180) 1099 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:51 smithi124 conmon[83794]: cluster 2023-11-17T06:14:50.970270+0000 mgr.smithi124.bgylrn (mgr.14180) 1100 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:51 smithi124 conmon[83794]: 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:52 smithi124 conmon[83794]: audit 2023-11-17T06:14:51.328123+0000 mon.smithi124 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:52 smithi124 conmon[83794]: audit 2023-11-17T 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:52 smithi124 conmon[83794]: 06:14:51.800170+0000 mon.smithi124 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:53 smithi124 conmon[83794]: cluster 2023-11-17T06:14:52.971246+0000 mgr.smithi124.bgylrn (mgr.14180) 1101 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:55 smithi124 conmon[83794]: cluster 2023-11-17T06:14:54.971991+0000 mgr.smithi124.bgylrn (mgr.14180) 1102 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.846 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:57 smithi124 conmon[83794]: cluster 2023-11-17T06:14:56.972618+0000 mgr.smithi124.bgylrn (mgr.14180) 1103 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.847 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:57 smithi124 conmon[83794]: 2023-11-17T06:15:03.847 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:14:59 smithi124 conmon[83794]: cluster 2023-11-17T06:14:58.973391+0000 mgr.smithi124.bgylrn (mgr.14180) 1104 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.847 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:01 smithi124 conmon[83794]: cluster 2023-11-17T06:15:00.973944+0000 mgr.smithi124.bgylrn (mgr.14180) 1105 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:03.847 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:03 smithi124 conmon[83794]: cluster 2023-11-17T06:15:02.974750+0000 mgr.smithi124.bgylrn (mgr.14180) 1106 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:04.551 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:05.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:05 smithi124 conmon[83794]: cluster 2023-11-17T06:15:04.975204+0000 mgr.smithi124.bgylrn (mgr.14180) 1107 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:05.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:05 smithi139 conmon[88685]: cluster 2023-11-17T06:15:04.975204+0000 mgr.smithi124.bgylrn (mgr.14180) 1107 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:06.515 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:06.515 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:07.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:07.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:07 smithi124 conmon[83794]: audit 2023-11-17T06:15:06.510574+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:15:07.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:07 smithi124 conmon[83794]: 1108 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:07.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:07 smithi124 conmon[83794]: cluster 2023-11-17T06:15:06.976023+0000 mgr.smithi124.bgylrn (mgr.14180) 1109 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:07 smithi139 conmon[88685]: audit 2023-11-17T06:15:06.510574+0000 mgr.smithi124.bgylrn (mgr.14180) 1108 : audit [DBG] 2023-11-17T06:15:07.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:07 smithi139 conmon[88685]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:07.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:07 smithi139 conmon[88685]: cluster 2023-11-17T06:15:06.976023+0000 mgr.smithi124.bgylrn (mgr.14180) 1109 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:08.102 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:09.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:09 smithi124 conmon[83794]: cluster 2023-11-17T06:15:08.976879+0000 mgr.smithi124.bgylrn (mgr.14180) 1110 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:09.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:09 smithi139 conmon[88685]: cluster 2023-11-17T06:15:08.976879+0000 mgr.smithi124.bgylrn (mgr.14180) 1110 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:09.941 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:09.941 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:10 smithi124 conmon[83794]: audit 2023-11-17T06:15:09.936997+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:15:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:10 smithi124 conmon[83794]: 14180) 1111 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:10.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:10 smithi139 conmon[88685]: audit 2023-11-17T06:15:09.936997+0000 mgr.smithi124.bgylrn (mgr.14180) 1111 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:10.599 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:11.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:11 smithi124 conmon[83794]: cluster 2023-11-17T06:15:10.977496+0000 mgr.smithi124.bgylrn (mgr.14180) 1112 2023-11-17T06:15:11.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:11 smithi124 conmon[83794]: : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:11.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:11 smithi139 conmon[88685]: cluster 2023-11-17T06:15:10.977496+0000 mgr.smithi124.bgylrn (mgr.14180) 1112 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:11.600 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:13.485 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:13.486 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:13.524 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:13 smithi124 conmon[83794]: cluster 2023-11-17T06:15:12.978264+0000 mgr.smithi124.bgylrn (mgr.14180) 1113 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:13 smithi139 conmon[88685]: cluster 2023-11-17T06:15:12.978264+0000 mgr.smithi124.bgylrn (mgr.14180) 1113 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:14.132 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:14.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:14 smithi124 conmon[83794]: audit 2023-11-17T06:15:13.481374+0000 mgr.smithi124.bgylrn (mgr.14180) 1114 2023-11-17T06:15:14.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:14 smithi124 conmon[83794]: : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:14 smithi139 conmon[88685]: audit 2023-11-17T06:15:13.481374+0000 mgr.smithi124.bgylrn (mgr.14180) 1114 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:15.133 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:16.451 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:16 smithi124 conmon[83794]: cluster 2023-11-17T06:15:14.979060+0000 mgr.smithi124.bgylrn (mgr.14180) 1115 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:16.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:16 smithi139 conmon[88685]: cluster 2023-11-17T06:15:14.979060+0000 mgr.smithi124.bgylrn (mgr.14180) 1115 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:16.536 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:16 smithi139 conmon[88685]: 2023-11-17T06:15:17.084 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:17.084 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:17.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:18.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:18 smithi124 conmon[83794]: cluster 2023-11-17T06:15:16.979624+0000 mgr.smithi124.bgylrn (mgr.14180) 1116 : cluster 2023-11-17T06:15:18.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:18 smithi124 conmon[83794]: [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:18.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:18 smithi124 conmon[83794]: audit 2023-11-17T06:15:17.080248+0000 mgr.smithi124.bgylrn (mgr.14180) 1117 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:18.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:18 smithi139 conmon[88685]: cluster 2023-11-17T06:15:16.979624+0000 mgr.smithi124.bgylrn (mgr.14180) 1116 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:18.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:18 smithi139 conmon[88685]: audit 2023-11-17T06:15:17.080248+0000 mgr.smithi124.bgylrn (mgr.14180) 1117 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:18.659 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:20.482 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:20.482 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:20.507 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:20 smithi124 conmon[83794]: cluster 2023-11-17T06:15:18.980288+0000 mgr.smithi124.bgylrn (mgr.14180) 1118 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:20.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:20 smithi139 conmon[88685]: cluster 2023-11-17T06:15:18.980288+0000 mgr.smithi124.bgylrn (mgr.14180) 1118 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:20.973 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:21.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:21 smithi124 conmon[83794]: audit 2023-11-17T06:15:20.478159+0000 mgr.smithi124.bgylrn (mgr.14180) 1119 : audit 2023-11-17T06:15:21.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:21 smithi124 conmon[83794]: [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:21.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:21 smithi139 conmon[88685]: audit 2023-11-17T06:15:20.478159+0000 mgr.smithi124.bgylrn (mgr.14180) 1119 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:21.974 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:22 smithi124 conmon[83794]: cluster 2023-11-17T06:15:20.980759+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:15:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:22 smithi124 conmon[83794]: mgr.14180) 1120 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:22.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:22 smithi139 conmon[88685]: cluster 2023-11-17T06:15:20.980759+0000 mgr.smithi124.bgylrn (mgr.14180) 1120 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:23.742 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:23.742 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:24.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:24.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:24 smithi124 conmon[83794]: cluster 2023-11-17T06:15:22.981641+0000 mgr.smithi124.bgylrn (mgr.14180) 1121 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:24.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:24 smithi124 conmon[83794]: audit 2023-11-17T06:15:23.738031+0000 mgr.smithi124.bgylrn (mgr.14180) 1122 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:24.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:24 smithi139 conmon[88685]: cluster 2023-11-17T06:15:22.981641+0000 mgr.smithi124.bgylrn (mgr.14180) 1121 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:24.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:24 smithi139 conmon[88685]: 2023-11-17T06:15:24.540 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:24 smithi139 conmon[88685]: audit 2023-11-17T06:15:23.738031+0000 mgr.smithi124.bgylrn (mgr.14180) 1122 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:25.333 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:26.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:26 smithi124 conmon[83794]: cluster 2023-11-17T06:15:24.982128+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:15:26.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:26 smithi124 conmon[83794]: 1123 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:26.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:26 smithi139 conmon[88685]: cluster 2023-11-17T06:15:24.982128+0000 mgr.smithi124.bgylrn (mgr.14180) 1123 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:27.216 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:27.217 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:27.816 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:28.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:28 smithi139 conmon[88685]: cluster 2023-11-17T06:15:26.982956+0000 mgr.smithi124.bgylrn (mgr.14180) 1124 : cluster [DBG] 2023-11-17T06:15:28.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:28 smithi139 conmon[88685]: pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:28.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:28 smithi139 conmon[88685]: audit 2023-11-17T06:15:27.212053+0000 mgr.smithi124.bgylrn (mgr.14180) 1125 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:28.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:28 smithi124 conmon[83794]: cluster 2023-11-17T06:15:26.982956+0000 mgr.smithi124.bgylrn (mgr.14180) 1124 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:28.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:28 smithi124 conmon[83794]: audit 2023-11-17T06:15:27.212053+0000 mgr.smithi124.bgylrn (mgr.14180) 1125 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:28.818 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:30.350 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:30 smithi124 conmon[83794]: cluster 2023-11-17T06:15:28.983998+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:15:30.350 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:30 smithi124 conmon[83794]: 14180) 1126 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:30.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:30 smithi139 conmon[88685]: cluster 2023-11-17T06:15:28.983998+0000 mgr.smithi124.bgylrn (mgr.14180) 1126 : cluster [DBG] 2023-11-17T06:15:30.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:30 smithi139 conmon[88685]: pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:30.682 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:30.682 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:31.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:31.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:31 smithi124 conmon[83794]: audit 2023-11-17T06:15:30.678364+0000 mgr.smithi124.bgylrn (mgr.14180) 1127 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:31.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:31 smithi139 conmon[88685]: audit 2023-11-17T06:15:30.678364+0000 mgr.smithi124.bgylrn (mgr.14180) 1127 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:32.256 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:32 smithi124 conmon[83794]: cluster 2023-11-17T06:15:30.984509+0000 mgr.smithi124.bgylrn 2023-11-17T06:15:32.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:32 smithi124 conmon[83794]: (mgr.14180) 1128 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:32 smithi139 conmon[88685]: cluster 2023-11-17T06:15:30.984509+0000 mgr.smithi124.bgylrn (mgr.14180) 1128 : cluster 2023-11-17T06:15:32.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:32 smithi139 conmon[88685]: [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:34.070 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:34.071 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:34.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:34 smithi124 conmon[83794]: cluster 2023-11-17T06:15:32.985481+0000 mgr.smithi124.bgylrn (mgr.14180) 1129 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:34.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:34 smithi139 conmon[88685]: cluster 2023-11-17T06:15:32.985481+0000 mgr.smithi124.bgylrn (mgr.14180) 1129 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:34.641 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:35.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:35 smithi124 conmon[83794]: audit 2023-11-17T06:15:34.065914+0000 mgr.smithi124.bgylrn (mgr.14180) 1130 2023-11-17T06:15:35.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:35 smithi124 conmon[83794]: : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:35.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:35 smithi139 conmon[88685]: audit 2023-11-17T06:15:34.065914+0000 mgr.smithi124.bgylrn (mgr.14180) 1130 : audit [DBG] 2023-11-17T06:15:35.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:35 smithi139 conmon[88685]: from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:35.642 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:36.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:36 smithi124 conmon[83794]: cluster 2023-11-17 2023-11-17T06:15:36.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:36 smithi124 conmon[83794]: T06:15:34.986044+0000 mgr.smithi124.bgylrn (mgr.14180) 1131 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:36 smithi139 conmon[88685]: cluster 2023-11-17T06:15:34.986044+0000 mgr.smithi124.bgylrn (mgr.14180) 1131 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:36.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:36 smithi139 conmon[88685]: 2023-11-17T06:15:37.538 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:37.539 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:38.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:38.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:38 smithi124 conmon[83794]: cluster 2023-11-17T06:15:36.986637+0000 mgr.smithi124.bgylrn (mgr.14180) 1132 : cluster [DBG] 2023-11-17T06:15:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:38 smithi124 conmon[83794]: pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:38.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:38 smithi124 conmon[83794]: audit 2023-11-17T06:15:37.534553+0000 mgr.smithi124.bgylrn (mgr.14180) 1133 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:38.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:38 smithi139 conmon[88685]: cluster 2023-11-17T06:15:36.986637+0000 mgr.smithi124.bgylrn (mgr.14180) 1132 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:38.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:38 smithi139 conmon[88685]: 2023-11-17T06:15:38.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:38 smithi139 conmon[88685]: audit 2023-11-17T06:15:37.534553+0000 mgr.smithi124.bgylrn (mgr.14180) 1133 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:39.121 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:40.581 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:40 smithi124 conmon[83794]: cluster 2023-11-17T06:15:38.987392+0000 mgr.smithi124.bgylrn (mgr.14180) 1134 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:40.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:40 smithi139 conmon[88685]: cluster 2023-11-17T06:15:38.987392+0000 mgr.smithi124.bgylrn (mgr.14180) 1134 : cluster [DBG] 2023-11-17T06:15:40.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:40 smithi139 conmon[88685]: pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:40.961 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:40.961 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:41.546 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:41.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:41 smithi124 conmon[83794]: audit 2023-11-17T06:15:40.957098+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:15:41.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:41 smithi124 conmon[83794]: mgr.14180) 1135 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:41.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:41 smithi139 conmon[88685]: audit 2023-11-17T06:15:40.957098+0000 mgr.smithi124.bgylrn (mgr.14180) 1135 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:42.547 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:42.574 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:42 smithi124 conmon[83794]: cluster 2023-11-17T06:15:40.987894+0000 mgr.smithi124.bgylrn (mgr.14180) 1136 : cluster 2023-11-17T06:15:42.574 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:42 smithi124 conmon[83794]: [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:42.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:42 smithi139 conmon[88685]: cluster 2023-11-17T06:15:40.987894+0000 mgr.smithi124.bgylrn (mgr.14180) 1136 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:44.430 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:44.431 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:44.655 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:44 smithi124 conmon[83794]: cluster 2023-11-17T06:15:42.988821+0000 mgr.smithi124.bgylrn (mgr.14180) 1137 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:44.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:44 smithi139 conmon[88685]: cluster 2023-11-17T06:15:42.988821+0000 mgr.smithi124.bgylrn (mgr.14180) 1137 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:44.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:44 smithi139 conmon[88685]: 2023-11-17T06:15:45.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:45.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:45 smithi124 conmon[83794]: audit 2023-11-17T06:15:44.426032+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:15:45.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:45 smithi124 conmon[83794]: ) 1138 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:45.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:45 smithi139 conmon[88685]: audit 2023-11-17T06:15:44.426032+0000 mgr.smithi124.bgylrn (mgr.14180) 1138 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:45.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:45 smithi139 conmon[88685]: 2023-11-17T06:15:46.037 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:46.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:46 smithi124 conmon[83794]: cluster 2023-11-17T06:15:44.989617+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:15:46.497 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:46 smithi124 conmon[83794]: mgr.14180) 1139 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:46.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:46 smithi139 conmon[88685]: cluster 2023-11-17T06:15:44.989617+0000 mgr.smithi124.bgylrn (mgr.14180) 1139 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:47.591 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:47 smithi124 conmon[83794]: audit 2023-11-17T06:15:46.971502+0000 mon.smithi124 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:15:47.591 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:47 smithi124 conmon[83794]: audit 2023-11-17T06:15:47.245568+0000 mon.smithi124 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:47.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:47 smithi139 conmon[88685]: audit 2023-11-17T06:15:46.971502+0000 mon.smithi124 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:15:47.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:47 smithi139 conmon[88685]: audit 2023-11-17T06:15:47.245568+0000 mon.smithi124 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:48.045 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:48.045 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:09:40.511314Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:09:37.283726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:09:40.511439Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:09:37.283864Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:09:37.283934Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:09:37.283996Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:09:37.284075Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:09:40.511583Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:09:37.284319Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:48.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:48 smithi124 conmon[83794]: cluster 2023-11-17T06:15:46.990130+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:15:48.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:48 smithi124 conmon[83794]: ) 1140 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:48.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:48 smithi124 conmon[83794]: audit 2023-11-17T06:15:47.354545+0000 mon.smithi124 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:48.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:48 smithi139 conmon[88685]: cluster 2023-11-17T06:15:46.990130+0000 2023-11-17T06:15:48.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:48 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 1140 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:48.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:48 smithi139 conmon[88685]: audit 2023-11-17T06:15:47.354545+0000 mon.smithi124 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:48.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:49.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:49 smithi124 conmon[83794]: audit 2023-11-17T06:15:48.040742+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:15:49.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:49 smithi124 conmon[83794]: .14180) 1141 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:49.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:49 smithi124 conmon[83794]: audit 2023-11-17T06:15:49.148282+0000 mon.smithi124 (mon.0) 693 : audit 2023-11-17T06:15:49.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:49 smithi124 conmon[83794]: [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:49.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:49 smithi139 conmon[88685]: audit 2023-11-17T06:15:48.040742+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:15:49.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:49 smithi139 conmon[88685]: ) 1141 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:49.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:49 smithi139 conmon[88685]: audit 2023-11-17T06:15:49.148282+0000 mon.smithi124 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:49.812 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:50.619 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:50 smithi124 conmon[83794]: cluster 2023-11-17T06:15:48.990867+0000 mgr.smithi124.bgylrn (mgr.14180) 1142 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:50.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:50 smithi139 conmon[88685]: cluster 2023-11-17T06:15:48.990867+0000 mgr.smithi124.bgylrn (mgr.14180) 1142 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:52.396 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:52.396 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:52.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:52 smithi124 conmon[83794]: cluster 2023-11-17T06:15:50.991646+0000 mgr.smithi124.bgylrn (mgr.14180) 1143 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:52.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:52 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.292063+0000 mon.smithi124 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:52 smithi139 conmon[88685]: cluster 2023-11-17T06:15:50.991646+0000 mgr.smithi124.bgylrn (mgr.14180) 1143 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:52.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:52 smithi139 conmon[88685]: audit 2023-11-17T06:15:52.292063+0000 mon.smithi124 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:52.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.391594+0000 mgr.smithi124.bgylrn (mgr.14180) 1144 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.848636+0000 mon.smithi124 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.849342+0000 mon.smithi124 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.853768+0000 mon.smithi124 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: cluster 2023-11-17T06:15:52.854420+0000 mgr.smithi124.bgylrn (mgr.14180) 1145 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: audit 2023-11-17T06:15:52.857515+0000 mon.smithi124 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:15:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: cephadm 2023-11-17T06:15:52.863619+0000 mgr.smithi124.bgylrn (mgr.14180) 1146 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:53 smithi124 conmon[83794]: : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.vsasug on smithi139 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit 2023-11-17T06:15:52.391594+0000 mgr.smithi124.bgylrn (mgr.14180) 1144 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit 2023-11-17T06:15:52.848636+0000 mon.smithi124 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: T06:15:52.849342+0000 mon.smithi124 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit 2023-11-17T06 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: :15:52.853768+0000 mon.smithi124 (mon.0) 697 : 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:15:53.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: cluster 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: 2023-11-17T06: 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: 15:52.854420+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: 14180) 1145 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: audit 2023-11 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: -17T06:15:52.857515+0000 mon.smithi124 (mon. 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: 0) 698 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: cephadm 2023-11 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: -17T06:15:52.863619+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: .14180) 1146 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.vsasug on smithi139 2023-11-17T06:15:53.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:53 smithi139 conmon[88685]: 2023-11-17T06:15:53.969 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:54.625 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:54 smithi124 conmon[83794]: cluster 2023-11-17T06:15:53.852145+0000 mon.smithi124 (mon. 2023-11-17T06:15:54.625 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:54 smithi124 conmon[83794]: 0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:15:54.625 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:54 smithi124 conmon[83794]: cluster 2023-11-17T06:15:53.852234+0000 mon.smithi124 (mon.0) 700 : cluster [INF] Cluster is now healthy 2023-11-17T06:15:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:54 smithi139 conmon[88685]: cluster 2023-11-17T06:15:53.852145+0000 mon.smithi124 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:15:54.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:54 smithi139 conmon[88685]: cluster 2023-11-17T06:15:53.852234+0000 mon.smithi124 (mon.0) 700 : cluster [INF] Cluster is now healthy 2023-11-17T06:15:55.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:55 smithi124 conmon[83794]: cluster 2023-11-17T06:15:54.854782+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:15:55.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:55 smithi124 conmon[83794]: ) 1147 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:55.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:55 smithi139 conmon[88685]: cluster 2023-11-17T06:15:54.854782+0000 mgr.smithi124.bgylrn (mgr.14180) 1147 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:55.886 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:55.886 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:56.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:15:56.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:56 smithi139 conmon[88685]: audit 2023-11-17T06:15:55.882108+0000 mgr.smithi124.bgylrn (mgr.14180) 1148 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:56.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:56 smithi124 conmon[83794]: audit 2023-11-17T06:15:55.882108+0000 mgr.smithi124.bgylrn 2023-11-17T06:15:56.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:56 smithi124 conmon[83794]: (mgr.14180) 1148 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:15:57.497 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:15:57.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:57 smithi124 conmon[83794]: cluster 2023-11-17T06:15:56.855329+0000 mgr.smithi124.bgylrn (mgr.14180) 1149 : 2023-11-17T06:15:57.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:57 smithi124 conmon[83794]: cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:57.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:57 smithi139 conmon[88685]: cluster 2023-11-17T06:15:56.855329+0000 mgr.smithi124.bgylrn (mgr.14180) 1149 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:15:59.403 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:15:59.404 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:15:59.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:15:59 smithi124 conmon[83794]: cluster 2023-11-17T06:15:58.855966+0000 mgr.smithi124.bgylrn (mgr.14180) 1150 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:15:59 smithi139 conmon[88685]: cluster 2023-11-17T06:15:58.855966+0000 mgr.smithi124.bgylrn (mgr.14180) 1150 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:00.969 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:01.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:00 smithi124 conmon[83794]: audit 2023-11-17T06:15:59.396586+0000 mgr.smithi124.bgylrn (mgr.14180) 1151 : audit 2023-11-17T06:16:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:00 smithi124 conmon[83794]: [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:00 smithi139 conmon[88685]: audit 2023-11-17T06:15:59.396586+0000 mgr.smithi124.bgylrn (mgr.14180) 1151 2023-11-17T06:16:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:00 smithi139 conmon[88685]: : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:02.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:01 smithi124 conmon[83794]: cluster 2023-11-17T06:16:00.856497+0000 mgr.smithi124.bgylrn (mgr.14180) 1152 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:01 smithi139 conmon[88685]: cluster 2023-11-17T06:16:00.856497+0000 mgr.smithi124.bgylrn (mgr.14180) 1152 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:02.860 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:02.860 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:03.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:03.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:03 smithi124 conmon[83794]: audit 2023-11-17T06:16:02.854783+0000 mgr.smithi124.bgylrn (mgr.14180) 1153 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:03.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:03 smithi124 conmon[83794]: cluster 2023-11-17T06:16:02.857093+0000 mgr.smithi124.bgylrn (mgr.14180) 1154 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:03 smithi139 conmon[88685]: audit 2023-11-17T06:16:02.854783+0000 mgr.smithi124.bgylrn (mgr.14180) 1153 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:03 smithi139 conmon[88685]: 2023-11-17T06:16:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:03 smithi139 conmon[88685]: cluster 2023-11-17T06:16:02.857093+0000 mgr.smithi124.bgylrn (mgr.14180) 1154 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:04.420 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:06.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:05 smithi124 conmon[83794]: cluster 2023-11-17T06:16:04.857470+0000 mgr.smithi124.bgylrn (mgr.14180) 1155 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:06.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:05 smithi139 conmon[88685]: cluster 2023-11-17T06:16:04.857470+0000 mgr.smithi124.bgylrn (mgr.14180) 1155 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:06.386 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:06.387 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:06.950 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:07 smithi124 conmon[83794]: audit 2023-11-17T06:16:06.328885+0000 mon.smithi124 (mon.0 2023-11-17T06:16:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:07 smithi124 conmon[83794]: ) 701 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:16:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:07 smithi124 conmon[83794]: audit 2023-11-17T06:16:06.382615+0000 mgr.smithi124.bgylrn (mgr.14180) 1156 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:07.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:07 smithi124 conmon[83794]: cluster 2023-11-17T06:16:06.857746+0000 mgr.smithi124.bgylrn (mgr.14180) 1157 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:07 smithi139 conmon[88685]: audit 2023-11-17T06:16:06.328885+0000 mon.smithi124 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:16:07.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:07 smithi139 conmon[88685]: 2023-11-17T06:16:07.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:07 smithi139 conmon[88685]: audit 2023-11-17T06:16:06.382615+0000 mgr.smithi124.bgylrn (mgr.14180) 1156 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:07.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:07 smithi139 conmon[88685]: cluster 2023-11-17T06:16:06.857746+0000 mgr.smithi124.bgylrn (mgr.14180) 1157 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:07.951 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:09.834 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:09.834 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:10.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:09 smithi124 conmon[83794]: cluster 2023-11-17T06:16:08.858345+0000 mgr.smithi124.bgylrn (mgr.14180) 1158 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:09 smithi139 conmon[88685]: cluster 2023-11-17T06:16:08.858345+0000 mgr.smithi124.bgylrn (mgr.14180) 1158 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:10.459 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:11.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:10 smithi139 conmon[88685]: audit 2023-11-17T06:16:09.829406+0000 mgr.smithi124.bgylrn (mgr.14180) 1159 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:11.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:10 smithi124 conmon[83794]: audit 2023-11-17T06:16:09.829406+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:16:11.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:10 smithi124 conmon[83794]: 1159 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:11.460 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:11 smithi124 conmon[83794]: cluster 2023-11-17T06:16:10.858698+0000 2023-11-17T06:16:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:11 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1160 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:11 smithi139 conmon[88685]: cluster 2023-11-17T06:16:10.858698+0000 mgr.smithi124.bgylrn (mgr.14180) 1160 : cluster [DBG] 2023-11-17T06:16:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:11 smithi139 conmon[88685]: pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:13.252 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:13.252 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:13 smithi124 conmon[83794]: cluster 2023-11-17T06:16:12.859326+0000 mgr.smithi124.bgylrn (mgr.14180) 1161 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:13 smithi139 conmon[88685]: cluster 2023-11-17T06:16:12.859326+0000 mgr.smithi124.bgylrn (mgr.14180) 1161 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:13.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:14.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:14 smithi124 conmon[83794]: audit 2023-11-17T06:16:13.247677+0000 mgr.smithi124.bgylrn (mgr.14180) 1162 2023-11-17T06:16:14.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:14 smithi124 conmon[83794]: : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:14.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:14 smithi139 conmon[88685]: audit 2023-11-17T06:16:13.247677+0000 mgr.smithi124.bgylrn (mgr.14180) 1162 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:14.800 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:15.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:15 smithi124 conmon[83794]: cluster 2023-11-17T06:16:14. 2023-11-17T06:16:15.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:15 smithi124 conmon[83794]: 859709+0000 mgr.smithi124.bgylrn (mgr.14180) 1163 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:15.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:15 smithi139 conmon[88685]: cluster 2023-11-17T06:16:14.859709+0000 mgr.smithi124.bgylrn (mgr.14180) 1163 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:16.577 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:16.577 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:17.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:18.183 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:18.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:17 smithi124 conmon[83794]: audit 2023-11-17T06:16:16.573269+0000 mgr.smithi124.bgylrn (mgr.14180) 1164 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:18.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:17 smithi124 conmon[83794]: cluster 2023-11-17T06:16:16.860024+0000 mgr.smithi124.bgylrn (mgr.14180) 1165 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:17 smithi139 conmon[88685]: audit 2023-11-17T06:16:16.573269+0000 mgr.smithi124.bgylrn (mgr.14180) 1164 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:17 smithi139 conmon[88685]: cluster 2023-11-17T 2023-11-17T06:16:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:17 smithi139 conmon[88685]: 06:16:16.860024+0000 mgr.smithi124.bgylrn (mgr.14180) 1165 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:20.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:19 smithi124 conmon[83794]: cluster 2023-11-17T06:16:18.860938+0000 mgr.smithi124.bgylrn (mgr.14180) 1166 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:20.078 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:20.079 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:20.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:19 smithi139 conmon[88685]: cluster 2023-11-17T06:16:18.860938+0000 mgr.smithi124.bgylrn (mgr.14180) 1166 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:20.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:19 smithi139 conmon[88685]: 2023-11-17T06:16:20.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:21.683 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:21 smithi124 conmon[83794]: audit 2023-11-17T06:16:20.071720+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:16:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:21 smithi124 conmon[83794]: 1167 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:21 smithi124 conmon[83794]: cluster 2023-11-17T06:16:20.861295+0000 mgr.smithi124.bgylrn (mgr.14180) 1168 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:21 smithi139 conmon[88685]: audit 2023-11-17T06:16:20.071720+0000 mgr.smithi124.bgylrn (mgr.14180) 1167 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:21 smithi139 conmon[88685]: cluster 2023-11-17T06:16:20.861295+0000 mgr.smithi124.bgylrn (mgr.14180) 1168 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:23 smithi124 conmon[83794]: cluster 2023-11-17T06:16:22.861875+0000 mgr.smithi124.bgylrn (mgr.14180) 1169 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:23.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:23 smithi139 conmon[88685]: cluster 2023-11-17T06:16:22.861875+0000 mgr.smithi124.bgylrn (mgr.14180) 1169 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:23.546 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:23.546 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:24.132 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:24.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:24 smithi124 conmon[83794]: audit 2023-11-17T06:16:23.542569+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:16:24.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:24 smithi124 conmon[83794]: ) 1170 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:24.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:24 smithi139 conmon[88685]: audit 2023-11-17T06:16:23.542569+0000 mgr.smithi124.bgylrn (mgr.14180) 1170 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:24.535 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:24 smithi139 conmon[88685]: 2023-11-17T06:16:25.133 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:25.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:25 smithi124 conmon[83794]: cluster 2023-11-17T06:16:24.862391+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:16:25.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:25 smithi124 conmon[83794]: mgr.14180) 1171 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:25.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:25 smithi139 conmon[88685]: cluster 2023-11-17T06:16:24.862391+0000 mgr.smithi124.bgylrn (mgr.14180) 1171 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:25.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:25 smithi139 conmon[88685]: 2023-11-17T06:16:27.074 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:27.074 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:27.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:28.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:27 smithi124 conmon[83794]: cluster 2023-11-17T06:16:26.862816+0000 mgr.smithi124.bgylrn (mgr.14180) 1172 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:27 smithi139 conmon[88685]: cluster 2023-11-17T06:16:26.862816+0000 mgr.smithi124.bgylrn (mgr.14180) 1172 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:28.689 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:28 smithi124 conmon[83794]: audit 2023-11-17T06:16:27.069319+0000 2023-11-17T06:16:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:28 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1173 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:29.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:28 smithi139 conmon[88685]: audit 2023-11-17T06:16:27.069319+0000 mgr.smithi124.bgylrn (mgr.14180) 1173 : audit [DBG] 2023-11-17T06:16:29.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:28 smithi139 conmon[88685]: from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:30.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:29 smithi124 conmon[83794]: cluster 2023-11-17T06:16:28.863615+0000 mgr.smithi124.bgylrn (mgr.14180) 1174 : cluster [DBG] 2023-11-17T06:16:30.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:29 smithi124 conmon[83794]: pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:29 smithi139 conmon[88685]: cluster 2023-11-17T06:16:28.863615+0000 mgr.smithi124.bgylrn (mgr.14180) 1174 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:30.608 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:30.663 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:31.181 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:32.182 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:32.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:31 smithi124 conmon[83794]: audit 2023-11-17T06:16:30.603331+0000 mgr.smithi124.bgylrn (mgr.14180) 1175 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:32.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:31 smithi124 conmon[83794]: cluster 2023-11-17T06:16:30.864000+0000 mgr.smithi124.bgylrn (mgr.14180) 1176 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:31 smithi139 conmon[88685]: audit 2023-11-17T06:16:30.603331+0000 mgr.smithi124.bgylrn (mgr.14180) 1175 : audit 2023-11-17T06:16:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:31 smithi139 conmon[88685]: [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:31 smithi139 conmon[88685]: cluster 2023-11-17T06:16:30.864000+0000 mgr.smithi124.bgylrn (mgr.14180) 1176 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:33 smithi124 conmon[83794]: cluster 2023-11-17T06:16:32.864591+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:16:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:33 smithi124 conmon[83794]: .14180) 1177 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:33.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:33 smithi139 conmon[88685]: cluster 2023-11-17T06:16:32.864591+0000 mgr.smithi124.bgylrn (mgr.14180) 1177 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:34.014 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:34.014 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:34.539 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:35.540 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:36.244 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:35 smithi124 conmon[83794]: audit 2023-11-17T06:16:34. 2023-11-17T06:16:36.244 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:35 smithi124 conmon[83794]: 009712+0000 mgr.smithi124.bgylrn (mgr.14180) 1178 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:36.245 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:35 smithi124 conmon[83794]: cluster 2023-11-17T06:16:34.865066+0000 mgr.smithi124.bgylrn (mgr.14180) 1179 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:35 smithi139 conmon[88685]: audit 2023-11-17T06:16:34.009712+0000 mgr.smithi124.bgylrn (mgr.14180) 1178 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:35 smithi139 conmon[88685]: cluster 2023-11-17T06:16:34.865066+0000 mgr.smithi124.bgylrn (mgr.14180) 1179 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:37.471 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:37.471 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:38.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:37 smithi124 conmon[83794]: cluster 2023-11-17T06:16:36.865519+0000 mgr.smithi124.bgylrn (mgr.14180) 1180 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:37 smithi139 conmon[88685]: cluster 2023-11-17T06:16:36.865519+0000 mgr.smithi124.bgylrn (mgr.14180) 1180 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:39.130 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:39.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:38 smithi124 conmon[83794]: audit 2023-11-17T06:16:37.466466+0000 mgr.smithi124.bgylrn (mgr.14180) 1181 : audit [DBG] 2023-11-17T06:16:39.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:38 smithi124 conmon[83794]: from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:38 smithi139 conmon[88685]: audit 2023-11-17T06:16:37.466466+0000 mgr.smithi124.bgylrn (mgr.14180) 1181 : audit [DBG] 2023-11-17T06:16:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:38 smithi139 conmon[88685]: from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:39 smithi124 conmon[83794]: cluster 2023-11-17T06:16:38.866228+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:16:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:39 smithi124 conmon[83794]: ) 1182 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:39 smithi139 conmon[88685]: cluster 2023-11-17T06:16:38.866228+0000 mgr.smithi124.bgylrn (mgr.14180) 1182 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:39 smithi139 conmon[88685]: 2023-11-17T06:16:41.035 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:41.035 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:41.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:41 smithi124 conmon[83794]: cluster 2023-11-17T06:16:40.866586+0000 mgr.smithi124.bgylrn (mgr.14180) 1183 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:41 smithi139 conmon[88685]: cluster 2023-11-17T06:16:40.866586+0000 mgr.smithi124.bgylrn (mgr.14180) 1183 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:42.595 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:43.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:42 smithi124 conmon[83794]: audit 2023-11-17T06:16:41.030428+0000 mgr.smithi124.bgylrn 2023-11-17T06:16:43.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:42 smithi124 conmon[83794]: (mgr.14180) 1184 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:42 smithi139 conmon[88685]: audit 2023-11-17T06:16:41.030428+0000 mgr.smithi124.bgylrn (mgr.14180) 1184 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:44.153 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:43 smithi124 conmon[83794]: cluster 2023-11-17T06:16:42.867171+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:16:44.153 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:43 smithi124 conmon[83794]: ) 1185 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:43 smithi139 conmon[88685]: cluster 2023-11-17T06:16:42.867171+0000 mgr.smithi124.bgylrn (mgr.14180) 1185 : cluster 2023-11-17T06:16:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:43 smithi139 conmon[88685]: [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:44.461 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:44.461 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:45.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:46.072 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:45 smithi124 conmon[83794]: audit 2023-11-17T06:16:44.457063+0000 mgr.smithi124.bgylrn (mgr.14180) 1186 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:45 smithi124 conmon[83794]: cluster 2023-11-17T06:16:44.867554+0000 mgr.smithi124.bgylrn (mgr.14180) 1187 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:45 smithi139 conmon[88685]: audit 2023-11-17T06:16:44.457063+0000 mgr.smithi124.bgylrn (mgr.14180) 1186 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:45 smithi139 conmon[88685]: cluster 2023-11-17T06:16:44.867554+0000 mgr.smithi124.bgylrn (mgr.14180) 1187 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:47.960 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:47.960 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:47 smithi124 conmon[83794]: cluster 2023-11-17T06:16:46.867878+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:16:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:47 smithi124 conmon[83794]: ) 1188 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:47 smithi139 conmon[88685]: cluster 2023-11-17T06:16:46.867878+0000 mgr.smithi124.bgylrn (mgr.14180) 1188 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:47 smithi139 conmon[88685]: 2023-11-17T06:16:48.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:48 smithi124 conmon[83794]: audit 2023-11-17T06:16:47.955800+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:16:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:48 smithi124 conmon[83794]: 1189 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:48 smithi139 conmon[88685]: audit 2023-11-17T06:16:47.955800+0000 mgr.smithi124.bgylrn (mgr.14180) 1189 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:48 smithi139 conmon[88685]: 2023-11-17T06:16:49.604 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:50.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:49 smithi124 conmon[83794]: cluster 2023-11-17T06:16:48.868558+0000 mgr.smithi124.bgylrn (mgr.14180) 1190 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:49 smithi139 conmon[88685]: cluster 2023-11-17T06:16:48.868558+0000 mgr.smithi124.bgylrn (mgr.14180) 1190 : 2023-11-17T06:16:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:49 smithi139 conmon[88685]: cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:51.498 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:51.498 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:52.095 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:51 smithi124 conmon[83794]: cluster 2023-11-17T06:16:50.868880+0000 mgr.smithi124.bgylrn (mgr.14180) 1191 : cluster [DBG] 2023-11-17T06:16:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:51 smithi124 conmon[83794]: pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:51 smithi139 conmon[88685]: cluster 2023-11-17T06:16:50.868880+0000 mgr.smithi124.bgylrn (mgr.14180) 1191 : cluster [DBG] 2023-11-17T06:16:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:51 smithi139 conmon[88685]: pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:53.096 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:53.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:52 smithi124 conmon[83794]: audit 2023-11-17T06:16:51.493516+0000 mgr.smithi124.bgylrn (mgr.14180) 1192 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:53.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:52 smithi139 conmon[88685]: audit 2023-11-17T06:16:51.493516+0000 mgr.smithi124.bgylrn (mgr.14180) 1192 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:54.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:53 smithi124 conmon[83794]: cluster 2023-11-17T06:16:52.869526+0000 mgr.smithi124.bgylrn (mgr.14180) 1193 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:53 smithi139 conmon[88685]: cluster 2023-11-17T06:16:52.869526+0000 mgr.smithi124.bgylrn (mgr.14180) 1193 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:54.974 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:54.974 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:55.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:16:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:55 smithi124 conmon[83794]: cluster 2023-11-17T06:16:54.869865+0000 mgr.smithi124.bgylrn (mgr.14180) 1194 : cluster [DBG] 2023-11-17T06:16:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:55 smithi124 conmon[83794]: pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:55 smithi124 conmon[83794]: audit 2023-11-17T06:16:54.970267+0000 mgr.smithi124.bgylrn (mgr.14180) 1195 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:55 smithi139 conmon[88685]: cluster 2023-11-17T06:16:54.869865+0000 mgr.smithi124.bgylrn (mgr.14180) 1194 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:55 smithi139 conmon[88685]: audit 2023-11-17T06:16:54.970267+0000 mgr.smithi124.bgylrn (mgr.14180) 1195 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:16:56.595 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:16:58.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:57 smithi124 conmon[83794]: cluster 2023-11-17T06:16:56.870245+0000 mgr.smithi124.bgylrn (mgr.14180) 1196 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:57 smithi139 conmon[88685]: cluster 2023-11-17T06:16:56.870245+0000 mgr.smithi124.bgylrn (mgr.14180) 1196 : cluster [DBG] 2023-11-17T06:16:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:57 smithi139 conmon[88685]: pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:16:58.436 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:16:58.436 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:16:59.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:00.078 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:59 smithi124 conmon[83794]: audit 2023-11-17T06:16:58.432583+0000 mgr.smithi124.bgylrn (mgr.14180) 1197 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:59 smithi124 conmon[83794]: cluster 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:16:59 smithi124 conmon[83794]: 2023-11-17T06:16:58.870829+0000 mgr.smithi124.bgylrn (mgr.14180) 1198 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:59 smithi139 conmon[88685]: audit 2023-11-17T06:16:58.432583+0000 mgr.smithi124.bgylrn (mgr.14180) 1197 : audit 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:59 smithi139 conmon[88685]: [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:16:59 smithi139 conmon[88685]: cluster 2023-11-17T06:16:58.870829+0000 mgr.smithi124.bgylrn (mgr.14180) 1198 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:01.979 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:17:01.979 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:17:02.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:01 smithi124 conmon[83794]: cluster 2023-11-17T06:17:00.871436+0000 mgr.smithi124.bgylrn (mgr.14180) 1199 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:01 smithi139 conmon[88685]: cluster 2023-11-17T06:17:00.871436+0000 mgr.smithi124.bgylrn (mgr.14180) 1199 : cluster [DBG] 2023-11-17T06:17:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:01 smithi139 conmon[88685]: pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:02.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:03.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:02 smithi124 conmon[83794]: audit 2023-11-17T06:17:01.974490+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:17:44.640 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:02 smithi124 conmon[83794]: .14180) 1200 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:44.641 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:03 smithi124 conmon[83794]: cluster 2023-11-17T06:17:02.872182+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:03 smithi124 conmon[83794]: 14180) 1201 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:05 smithi124 conmon[83794]: cluster 2023-11-17T06:17:04.872595+0000 mgr.smithi124.bgylrn (mgr.14180) 1202 : cluster 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:05 smithi124 conmon[83794]: [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:07 smithi124 conmon[83794]: cluster 2023-11-17T06:17:06.873067+0000 mgr.smithi124.bgylrn (mgr.14180) 1203 : cluster [DBG] 2023-11-17T06:17:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:07 smithi124 conmon[83794]: pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:09 smithi124 conmon[83794]: cluster 2023-11-17T06:17:08.873712+0000 mgr.smithi124.bgylrn (mgr.14180) 1204 : cluster 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:09 smithi124 conmon[83794]: [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:11 smithi124 conmon[83794]: cluster 2023-11-17T06:17:10.874210+0000 mgr.smithi124.bgylrn (mgr.14180) 1205 : cluster [DBG] 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:11 smithi124 conmon[83794]: pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:13 smithi124 conmon[83794]: cluster 2023-11-17T06:17:12.874954+0000 mgr.smithi124.bgylrn 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:13 smithi124 conmon[83794]: (mgr.14180) 1206 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:15 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:15 smithi124 conmon[83794]: 06:17:14.875376+0000 mgr.smithi124.bgylrn (mgr.14180) 1207 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:17 smithi124 conmon[83794]: cluster 2023-11-17T06:17:16.875888+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:17:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:17 smithi124 conmon[83794]: ) 1208 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.686 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:19 smithi124 conmon[83794]: cluster 2023-11-17T06:17:18.876585+0000 mgr.smithi124.bgylrn (mgr.14180) 1209 : cluster 2023-11-17T06:17:44.686 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:19 smithi124 conmon[83794]: [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:21 smithi124 conmon[83794]: cluster 2023-11-17T06:17:20.876995+0000 mgr.smithi124.bgylrn (mgr.14180) 1210 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:23 smithi124 conmon[83794]: cluster 2023-11-17T06:17:22.877764+0000 mgr.smithi124.bgylrn 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:23 smithi124 conmon[83794]: (mgr.14180) 1211 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:25 smithi124 conmon[83794]: cluster 2023-11-17T06:17 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:25 smithi124 conmon[83794]: :24.878196+0000 mgr.smithi124.bgylrn (mgr.14180) 1212 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:27 smithi124 conmon[83794]: cluster 2023-11-17T06:17:26.878672+0000 mgr.smithi124.bgylrn (mgr.14180) 1213 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:29 smithi124 conmon[83794]: cluster 2023-11-17T06:17:28.879367+0000 mgr.smithi124.bgylrn (mgr.14180) 1214 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:31 smithi124 conmon[83794]: cluster 2023-11-17T06:17:30.879762+0000 mgr.smithi124.bgylrn (mgr.14180) 1215 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.687 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:33 smithi124 conmon[83794]: cluster 2023-11-17T06:17:32.880374+0000 mgr.smithi124.bgylrn (mgr.14180) 1216 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:35 smithi124 conmon[83794]: cluster 2023-11-17T06:17:34.880972+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:35 smithi124 conmon[83794]: .14180) 1217 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:37 smithi124 conmon[83794]: cluster 2023-11-17T06:17:36 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:37 smithi124 conmon[83794]: .881438+0000 mgr.smithi124.bgylrn (mgr.14180) 1218 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:39 smithi124 conmon[83794]: cluster 2023-11-17T06:17:38.882304+0000 mgr.smithi124.bgylrn (mgr.14180) 1219 : cluster 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:39 smithi124 conmon[83794]: [DBG] pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:41 smithi124 conmon[83794]: cluster 2023-11-17T06:17:40.882688+0000 mgr.smithi124.bgylrn (mgr.14180) 1220 : cluster 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:41 smithi124 conmon[83794]: [DBG] pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:43 smithi124 conmon[83794]: cluster 2023-11-17T06:17:42.883291+0000 mgr.smithi124.bgylrn (mgr.14180) 1221 : cluster [DBG] 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:43 smithi124 conmon[83794]: pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:02 smithi139 conmon[88685]: audit 2023-11-17T06:17:01.974490+0000 mgr.smithi124.bgylrn (mgr.14180) 1200 : audit 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:02 smithi139 conmon[88685]: [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:03 smithi139 conmon[88685]: cluster 2023-11-17T06:17:02.872182+0000 mgr.smithi124.bgylrn (mgr.14180) 1201 : cluster 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:03 smithi139 conmon[88685]: [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:05 smithi139 conmon[88685]: cluster 2023-11-17T06:17:04.872595+0000 mgr.smithi124.bgylrn (mgr.14180) 1202 : cluster 2023-11-17T06:17:44.689 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:05 smithi139 conmon[88685]: [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:07 smithi139 conmon[88685]: cluster 2023-11-17T06:17:06.873067+0000 mgr.smithi124.bgylrn (mgr.14180) 1203 : cluster 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:07 smithi139 conmon[88685]: [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:10 smithi139 conmon[88685]: cluster 2023-11-17T06:17:08.873712+0000 mgr.smithi124.bgylrn (mgr.14180) 1204 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:11 smithi139 conmon[88685]: cluster 2023-11-17T06:17:10.874210+0000 mgr.smithi124.bgylrn (mgr.14180) 1205 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:13 smithi139 conmon[88685]: cluster 2023-11-17T06:17:12.874954+0000 mgr.smithi124.bgylrn (mgr.14180) 1206 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:15 smithi139 conmon[88685]: cluster 2023-11-17T06:17:14.875376+0000 mgr.smithi124.bgylrn (mgr.14180) 1207 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:17 smithi139 conmon[88685]: cluster 2023-11-17T06:17:16.875888+0000 mgr.smithi124.bgylrn (mgr.14180) 1208 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:19 smithi139 conmon[88685]: cluster 2023-11-17T06:17:18.876585+0000 mgr.smithi124.bgylrn (mgr.14180) 1209 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:21 smithi139 conmon[88685]: cluster 2023-11-17T06:17:20.876995+0000 mgr.smithi124.bgylrn (mgr.14180) 1210 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.690 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:23 smithi139 conmon[88685]: cluster 2023-11-17T06:17:22.877764+0000 mgr.smithi124.bgylrn (mgr.14180) 1211 : cluster 2023-11-17T06:17:44.691 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:23 smithi139 conmon[88685]: [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.691 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:25 smithi139 conmon[88685]: cluster 2023-11-17T06:17:24.878196+0000 mgr.smithi124.bgylrn (mgr.14180) 1212 : cluster [DBG] 2023-11-17T06:17:44.691 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:25 smithi139 conmon[88685]: pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:27 smithi139 conmon[88685]: cluster 2023-11-17T06:17:26.878672+0000 mgr.smithi124.bgylrn (mgr.14180) 1213 : cluster 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:27 smithi139 conmon[88685]: [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:29 smithi139 conmon[88685]: cluster 2023-11-17T06:17:28.879367+0000 mgr.smithi124.bgylrn (mgr.14180) 1214 : cluster [DBG] 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:29 smithi139 conmon[88685]: pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:31 smithi139 conmon[88685]: cluster 2023-11-17T06:17:30.879762+0000 mgr.smithi124.bgylrn (mgr.14180) 1215 : cluster 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:31 smithi139 conmon[88685]: [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:33 smithi139 conmon[88685]: cluster 2023-11-17T06:17:32.880374+0000 mgr.smithi124.bgylrn (mgr.14180) 1216 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.728 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:33 smithi139 conmon[88685]: 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:35 smithi139 conmon[88685]: cluster 2023-11-17T06:17:34.880972+0000 mgr.smithi124.bgylrn (mgr.14180) 1217 : 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:35 smithi139 conmon[88685]: cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:37 smithi139 conmon[88685]: cluster 2023-11-17T06:17:36.881438+0000 mgr.smithi124.bgylrn (mgr.14180) 1218 : cluster 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:37 smithi139 conmon[88685]: [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:39 smithi139 conmon[88685]: cluster 2023-11-17T06:17:38.882304+0000 mgr.smithi124.bgylrn (mgr.14180) 1219 : 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:39 smithi139 conmon[88685]: cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:41 smithi139 conmon[88685]: cluster 2023-11-17T06:17:40.882688+0000 mgr.smithi124.bgylrn (mgr.14180) 1220 : cluster [DBG] 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:41 smithi139 conmon[88685]: pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:44.729 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:43 smithi139 conmon[88685]: cluster 2023-11-17T06:17:42.883291+0000 mgr.smithi124.bgylrn (mgr.14180) 1221 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:46.245 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:45 smithi124 conmon[83794]: cluster 2023-11-17T06:17:44.883627+0000 mgr.smithi124.bgylrn (mgr.14180) 1222 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:45 smithi139 conmon[88685]: cluster 2023-11-17T06:17:44.883627+0000 mgr.smithi124.bgylrn (mgr.14180) 1222 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:46.554 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:17:46.554 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:17:47.186 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:48.189 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:17:48.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:47 smithi124 conmon[83794]: audit 2023-11-17T06:17:46.549408+0000 mgr.smithi124.bgylrn (mgr.14180) 1223 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:48.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:47 smithi124 conmon[83794]: cluster 2023-11-17T06:17 2023-11-17T06:17:48.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:47 smithi124 conmon[83794]: :46.883950+0000 mgr.smithi124.bgylrn (mgr.14180) 1224 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:47 smithi139 conmon[88685]: audit 2023-11-17T06:17:46.549408+0000 mgr.smithi124.bgylrn (mgr.14180) 1223 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:47 smithi139 conmon[88685]: cluster 2023-11-17T06:17:46.883950+0000 mgr.smithi124.bgylrn (mgr.14180) 1224 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:50.056 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:17:50.056 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:17:50.271 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:49 smithi124 conmon[83794]: cluster 2023-11-17T06:17:48.884531+0000 mgr.smithi124.bgylrn (mgr.14180) 1225 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:49 smithi139 conmon[88685]: cluster 2023-11-17T06:17:48.884531+0000 mgr.smithi124.bgylrn (mgr.14180) 1225 : cluster [DBG] 2023-11-17T06:17:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:49 smithi139 conmon[88685]: pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:50.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:51.696 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:17:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:51 smithi124 conmon[83794]: audit 2023-11-17T06:17:50.051706+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:17:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:51 smithi124 conmon[83794]: 14180) 1226 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:51 smithi124 conmon[83794]: cluster 2023-11-17T06:17:50.884889+0000 mgr.smithi124.bgylrn (mgr.14180) 1227 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:51 smithi139 conmon[88685]: audit 2023-11-17T06:17:50.051706+0000 mgr.smithi124.bgylrn (mgr.14180) 1226 : audit 2023-11-17T06:17:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:51 smithi139 conmon[88685]: [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:51 smithi139 conmon[88685]: cluster 2023-11-17T06:17:50.884889+0000 mgr.smithi124.bgylrn (mgr.14180) 1227 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:53.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:53 smithi124 conmon[83794]: cluster 2023-11-17T06:17:52.885610+0000 mgr.smithi124.bgylrn (mgr.14180) 1228 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:53 smithi139 conmon[88685]: cluster 2023-11-17T06:17:52.885610+0000 mgr.smithi124.bgylrn (mgr.14180) 1228 : cluster [DBG] 2023-11-17T06:17:53.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:53 smithi139 conmon[88685]: pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:53.554 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:17:53.555 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:17:54.136 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:54.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:54 smithi124 conmon[83794]: audit 2023-11-17T06:17:53.550904+0000 mgr.smithi124.bgylrn (mgr.14180) 1229 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:54.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:54 smithi139 conmon[88685]: audit 2023-11-17T06:17:53.550904+0000 mgr.smithi124.bgylrn (mgr.14180) 1229 : audit [DBG] 2023-11-17T06:17:54.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:54 smithi139 conmon[88685]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:55.137 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:17:55.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:55 smithi124 conmon[83794]: cluster 2023-11-17T06:17:54.885898+0000 2023-11-17T06:17:55.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:55 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1230 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:55.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:55 smithi139 conmon[88685]: cluster 2023-11-17T06:17:54.885898+0000 mgr.smithi124.bgylrn (mgr.14180) 1230 : cluster [DBG] 2023-11-17T06:17:55.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:55 smithi139 conmon[88685]: pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:56.972 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:17:56.972 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:17:57.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:17:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:57 smithi124 conmon[83794]: cluster 2023-11-17T06:17:56.886256+0000 mgr.smithi124.bgylrn (mgr.14180) 1231 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:57 smithi124 conmon[83794]: audit 2023-11-17T06:17:56.967748+0000 mgr.smithi124.bgylrn (mgr.14180) 1232 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:57 smithi139 conmon[88685]: cluster 2023-11-17T06:17:56.886256+0000 mgr.smithi124.bgylrn (mgr.14180) 1231 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:17:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:57 smithi139 conmon[88685]: 2023-11-17T06:17:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:57 smithi139 conmon[88685]: audit 2023-11-17T06:17:56.967748+0000 mgr.smithi124.bgylrn (mgr.14180) 1232 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:17:58.630 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:00.120 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:17:59 smithi124 conmon[83794]: cluster 2023-11-17T06:17:58.886897+0000 mgr.smithi124.bgylrn (mgr.14180) 1233 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:59 smithi139 conmon[88685]: cluster 2023-11-17T06:17:58.886897+0000 mgr.smithi124.bgylrn (mgr.14180) 1233 : 2023-11-17T06:18:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:17:59 smithi139 conmon[88685]: cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:00.445 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:00.445 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:01.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:02.061 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:02.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:01 smithi124 conmon[83794]: audit 2023-11-17T06:18:00.441425+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:18:02.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:01 smithi124 conmon[83794]: .14180) 1234 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:02.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:01 smithi124 conmon[83794]: cluster 2023-11-17T06:18:00.887174+0000 mgr.smithi124.bgylrn (mgr.14180) 1235 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:01 smithi139 conmon[88685]: audit 2023-11-17T06:18:00.441425+0000 mgr.smithi124.bgylrn (mgr.14180) 1234 : 2023-11-17T06:18:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:01 smithi139 conmon[88685]: audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:01 smithi139 conmon[88685]: cluster 2023-11-17T06:18:00.887174+0000 mgr.smithi124.bgylrn (mgr.14180) 1235 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:03.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:03 smithi124 conmon[83794]: cluster 2023-11-17T06:18:02.887775+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:18:03.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:03 smithi124 conmon[83794]: 1236 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:03 smithi139 conmon[88685]: cluster 2023-11-17T06:18:02.887775+0000 mgr.smithi124.bgylrn (mgr.14180) 1236 : cluster 2023-11-17T06:18:03.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:03 smithi139 conmon[88685]: [DBG] pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:03.980 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:03.981 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:04.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:04 smithi124 conmon[83794]: audit 2023-11-17T06:18:03.976790+0000 mgr.smithi124.bgylrn (mgr.14180) 1237 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:04 smithi139 conmon[88685]: audit 2023-11-17T06:18:03.976790+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:18:04.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:04 smithi139 conmon[88685]: 1237 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:04.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:05 smithi124 conmon[83794]: cluster 2023-11-17T06:18:04.888369+0000 mgr.smithi124.bgylrn (mgr.14180) 1238 : cluster [DBG] 2023-11-17T06:18:05.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:05 smithi124 conmon[83794]: pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:05 smithi139 conmon[88685]: cluster 2023-11-17T06:18:04.888369+0000 mgr.smithi124.bgylrn (mgr.14180) 1238 : cluster [DBG] 2023-11-17T06:18:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:05 smithi139 conmon[88685]: pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:05.564 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:07.528 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:07.528 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:08.109 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:08.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:07 smithi124 conmon[83794]: cluster 2023-11-17T06:18:06.888719+0000 mgr.smithi124.bgylrn (mgr.14180) 1239 : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:08.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:07 smithi139 conmon[88685]: cluster 2023-11-17T06:18:06.888719+0000 mgr.smithi124.bgylrn (mgr.14180) 1239 2023-11-17T06:18:08.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:07 smithi139 conmon[88685]: : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:09.111 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:09.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:08 smithi124 conmon[83794]: audit 2023-11-17T06:18:07.523879+0000 mgr.smithi124.bgylrn (mgr.14180) 1240 : audit [DBG] 2023-11-17T06:18:09.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:08 smithi124 conmon[83794]: from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:09.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:08 smithi139 conmon[88685]: audit 2023-11-17T06:18:07.523879+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:18:09.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:08 smithi139 conmon[88685]: mgr.14180) 1240 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:09 smithi139 conmon[88685]: cluster 2023-11-17T06:18:08.889536+0000 mgr.smithi124.bgylrn (mgr.14180) 1241 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:09 smithi139 conmon[88685]: 2023-11-17T06:18:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:09 smithi124 conmon[83794]: cluster 2023-11-17T06:18:08.889536+0000 2023-11-17T06:18:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:09 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1241 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:10.988 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:10.988 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:11.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:11 smithi124 conmon[83794]: cluster 2023-11-17T06:18:10.889922+0000 mgr.smithi124.bgylrn (mgr.14180) 1242 : cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:11 smithi124 conmon[83794]: audit 2023-11-17T06:18:10.984255+0000 mgr.smithi124.bgylrn (mgr.14180) 1243 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:11 smithi139 conmon[88685]: cluster 2023-11-17T06:18:10.889922+0000 mgr.smithi124.bgylrn (mgr.14180) 1242 : 2023-11-17T06:18:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:11 smithi139 conmon[88685]: cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:12.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:11 smithi139 conmon[88685]: audit 2023-11-17T06:18:10.984255+0000 mgr.smithi124.bgylrn (mgr.14180) 1243 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:12.586 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:13.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:13 smithi124 conmon[83794]: cluster 2023-11-17T06:18:12.890536+0000 mgr.smithi124.bgylrn (mgr.14180) 1244 : cluster [DBG] pgmap v901: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:13 smithi139 conmon[88685]: cluster 2023-11-17T06:18:12.890536+0000 mgr.smithi124.bgylrn (mgr.14180) 1244 : cluster 2023-11-17T06:18:13.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:13 smithi139 conmon[88685]: [DBG] pgmap v901: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:14.438 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:14.438 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:14.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:15.993 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:16.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:15 smithi124 conmon[83794]: audit 2023-11-17T06:18:14.433783+0000 mgr.smithi124.bgylrn (mgr.14180) 1245 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:15 smithi124 conmon[83794]: cluster 2023-11-17T06:18:14.890845 2023-11-17T06:18:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:15 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1246 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:15 smithi139 conmon[88685]: audit 2023-11-17T06:18:14.433783+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:18:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:15 smithi139 conmon[88685]: .14180) 1245 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:15 smithi139 conmon[88685]: cluster 2023-11-17T06:18:14.890845+0000 mgr.smithi124.bgylrn (mgr.14180) 1246 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:17.892 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:17.893 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:17 smithi124 conmon[83794]: cluster 2023-11-17T06:18:16.891229+0000 mgr.smithi124.bgylrn (mgr.14180) 1247 : cluster [DBG] pgmap v903: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:17 smithi139 conmon[88685]: cluster 2023-11-17T06:18:16.891229+0000 mgr.smithi124.bgylrn (mgr.14180) 1247 : cluster 2023-11-17T06:18:18.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:17 smithi139 conmon[88685]: [DBG] pgmap v903: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:18.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:18 smithi124 conmon[83794]: audit 2023-11-17T06:18:17.888273+0000 mgr.smithi124.bgylrn (mgr.14180) 1248 : audit 2023-11-17T06:18:19.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:18 smithi124 conmon[83794]: [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:18 smithi139 conmon[88685]: audit 2023-11-17T06:18:17.888273+0000 mgr.smithi124.bgylrn (mgr.14180) 1248 : 2023-11-17T06:18:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:18 smithi139 conmon[88685]: audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:19.483 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:19 smithi124 conmon[83794]: cluster 2023-11-17T06:18:18.891993+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:18:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:19 smithi124 conmon[83794]: 14180) 1249 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:19 smithi139 conmon[88685]: cluster 2023-11-17T06:18:18.891993+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:18:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:19 smithi139 conmon[88685]: 1249 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:21.363 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:21.363 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:21.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:22.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:21 smithi124 conmon[83794]: cluster 2023-11-17T06:18:20.892388+0000 mgr.smithi124.bgylrn (mgr.14180) 1250 : cluster [DBG] pgmap v905: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:21 smithi139 conmon[88685]: cluster 2023-11-17T06:18:20.892388+0000 mgr.smithi124.bgylrn (mgr.14180) 1250 : cluster 2023-11-17T06:18:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:21 smithi139 conmon[88685]: [DBG] pgmap v905: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:22.985 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:23.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:22 smithi124 conmon[83794]: audit 2023-11-17T06:18:21.358700+0000 mgr.smithi124.bgylrn (mgr.14180) 1251 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:22 smithi139 conmon[88685]: audit 2023-11-17T06:18:21.358700+0000 mgr.smithi124.bgylrn (mgr.14180) 1251 : audit 2023-11-17T06:18:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:22 smithi139 conmon[88685]: [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:24.269 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:23 smithi124 conmon[83794]: cluster 2023-11-17T06:18:22.893179+0000 mgr.smithi124.bgylrn (mgr.14180) 1252 : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:23 smithi139 conmon[88685]: cluster 2023-11-17T06:18:22.893179+0000 mgr.smithi124.bgylrn (mgr.14180) 1252 2023-11-17T06:18:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:23 smithi139 conmon[88685]: : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:24.850 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:24.850 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:08:35.442812Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.qqning on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:25.474 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:25 smithi124 conmon[83794]: audit 2023-11-17T06:18:24.845974+0000 mgr.smithi124.bgylrn (mgr.14180) 1253 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:25 smithi124 conmon[83794]: cluster 2023-11-17T06:18:24.893516+0000 mgr.smithi124.bgylrn (mgr.14180) 1254 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:25 smithi124 conmon[83794]: audit 2023-11-17T06:18:25.857470+0000 mon.smithi124 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.vsasug"}]: dispatch 2023-11-17T06:18:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:25 smithi139 conmon[88685]: audit 2023-11-17T06:18:24.845974+0000 mgr.smithi124.bgylrn (mgr.14180) 1253 : 2023-11-17T06:18:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:25 smithi139 conmon[88685]: audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:25 smithi139 conmon[88685]: cluster 2023-11-17T06:18:24.893516+0000 mgr.smithi124.bgylrn (mgr.14180) 1254 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:25 smithi139 conmon[88685]: audit 2023-11-17T06:18:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:25 smithi139 conmon[88685]: 2023-11-17T06:18:25.857470+0000 mon.smithi124 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.vsasug"}]: dispatch 2023-11-17T06:18:26.475 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: cephadm 2023-11-17T06:18:25.856785+0000 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1255 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:18:27.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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 upgradi 2023-11-17T06:18:27.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: ng: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: cephadm 2023-11-17T06:18:25.857059+0000 mgr.smithi124.bgylrn (mgr.14180) 1256 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: cephadm 2023-11-17T06:18:25.858269+0000 mgr.smithi124.bgylrn (mgr.14180) 1257 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:26 smithi124 conmon[83794]: cephadm 2023-11-17T06:18:25.860023+0000 mgr.smithi124.bgylrn (mgr.14180) 1258 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.mvqvjs on smithi124 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: cephadm 2023-11-17T06:18:25.856785+0000 mgr.smithi124.bgylrn (mgr.14180) 1255 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: te-limit 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: cephadm 2023-11-17T06:18:25.857059+0000 mgr.smithi124.bgylrn (mgr.14180) 1256 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: cephadm 2023-11-17T06:18:25.858269+0000 mgr.smithi124.bgylrn (mgr.14180) 1257 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.vsasug ... 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:16:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:17:45Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:18:27.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:26 smithi139 conmon[88685]: cephadm 2023-11-17T06:18:25.860023+0000 mgr.smithi124.bgylrn (mgr.14180) 1258 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.mvqvjs on smithi124 2023-11-17T06:18:28.026 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:27 smithi124 conmon[83794]: cluster 2023-11-17T06:18:26.893999+0000 mgr.smithi124.bgylrn (mgr.14180) 1259 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:27 smithi139 conmon[88685]: cluster 2023-11-17T06:18:26.893999+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:18:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:27 smithi139 conmon[88685]: ) 1259 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:28.398 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:28.417 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:28.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:30.000 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:29 smithi124 conmon[83794]: audit 2023-11-17T06:18:28.394137+0000 mgr.smithi124.bgylrn (mgr.14180) 1260 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:29 smithi124 conmon[83794]: cluster 2023-11-17T06:18:28.894690+0000 mgr.smithi124.bgylrn (mgr.14180) 1261 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:29 smithi139 conmon[88685]: audit 2023-11-17T06:18:28.394137+0000 mgr.smithi124.bgylrn (mgr.14180) 1260 : audit [DBG] 2023-11-17T06:18:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:29 smithi139 conmon[88685]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:29 smithi139 conmon[88685]: cluster 2023-11-17T06:18:28.894690+0000 mgr.smithi124.bgylrn (mgr.14180) 1261 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:31.866 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:31.866 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:32.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:31 smithi124 conmon[83794]: cluster 2023-11-17T06:18:30.895018+0000 mgr.smithi124.bgylrn (mgr.14180) 1262 : cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:31 smithi139 conmon[88685]: cluster 2023-11-17T06:18:30.895018+0000 mgr.smithi124.bgylrn (mgr.14180) 1262 : 2023-11-17T06:18:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:31 smithi139 conmon[88685]: cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:32.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:32 smithi124 conmon[83794]: audit 2023-11-17T06:18:31.861062+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:18:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:32 smithi124 conmon[83794]: 14180) 1263 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:32 smithi139 conmon[88685]: audit 2023-11-17T06:18:31.861062+0000 mgr.smithi124.bgylrn (mgr.14180) 1263 : audit 2023-11-17T06:18:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:32 smithi139 conmon[88685]: [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:33.407 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:34.249 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:33 smithi124 conmon[83794]: cluster 2023-11-17T06:18:32.895634+0000 2023-11-17T06:18:34.249 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:33 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1264 : cluster [DBG] pgmap v911: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:33 smithi139 conmon[88685]: cluster 2023-11-17T06:18:32.895634+0000 mgr.smithi124.bgylrn (mgr.14180) 1264 : cluster 2023-11-17T06:18:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:33 smithi139 conmon[88685]: [DBG] pgmap v911: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:35.309 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:35.309 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:35.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:36.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:35 smithi124 conmon[83794]: cluster 2023-11-17T06:18:34.895973+0000 mgr.smithi124.bgylrn (mgr.14180) 1265 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:35 smithi139 conmon[88685]: cluster 2023-11-17T06:18:34.895973+0000 mgr.smithi124.bgylrn (mgr.14180) 1265 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:36.932 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:36 smithi124 conmon[83794]: audit 2023-11-17T06:18:35.304342+0000 mgr.smithi124.bgylrn (mgr.14180) 1266 : audit [DBG] 2023-11-17T06:18:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:36 smithi124 conmon[83794]: from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:36 smithi139 conmon[88685]: audit 2023-11-17T06:18:35.304342+0000 mgr.smithi124.bgylrn (mgr.14180) 1266 : audit 2023-11-17T06:18:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:36 smithi139 conmon[88685]: [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:38 smithi124 conmon[83794]: cluster 2023-11-17T06:18:36.896335+0000 mgr.smithi124.bgylrn (mgr.14180) 1267 : 2023-11-17T06:18:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:38 smithi124 conmon[83794]: cluster [DBG] pgmap v913: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:38 smithi139 conmon[88685]: cluster 2023-11-17T06:18:36.896335+0000 mgr.smithi124.bgylrn (mgr.14180) 1267 : cluster 2023-11-17T06:18:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:38 smithi139 conmon[88685]: [DBG] pgmap v913: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:38.754 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:38.754 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:39.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:40.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:40 smithi124 conmon[83794]: audit 2023-11-17T06:18:38.749588+0000 mgr.smithi124.bgylrn (mgr.14180) 1268 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:40 smithi124 conmon[83794]: cluster 2023-11-17T06:18:38.896969+0000 mgr.smithi124.bgylrn (mgr.14180) 1269 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:40 smithi139 conmon[88685]: audit 2023-11-17T06:18:38.749588+0000 mgr.smithi124.bgylrn (mgr.14180) 1268 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:40 smithi139 conmon[88685]: 2023-11-17T06:18:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:40 smithi139 conmon[88685]: cluster 2023-11-17T06:18:38.896969+0000 mgr.smithi124.bgylrn (mgr.14180) 1269 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:40.331 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:42.223 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:42.223 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:42.246 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:42 smithi124 conmon[83794]: cluster 2023-11-17T06:18:40.897345+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:18:42.246 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:42 smithi124 conmon[83794]: 1270 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:42 smithi139 conmon[88685]: cluster 2023-11-17T06:18:40.897345+0000 mgr.smithi124.bgylrn (mgr.14180) 1270 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:42.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:43.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:43 smithi124 conmon[83794]: audit 2023-11-17T06:18:42.218408+0000 mgr.smithi124.bgylrn (mgr.14180) 1271 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:43.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:43 smithi124 conmon[83794]: cluster 2023-11-17T06:18:42.897889+0000 mgr.smithi124.bgylrn (mgr.14180) 1272 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:43 smithi139 conmon[88685]: audit 2023-11-17T06:18:42.218408+0000 mgr.smithi124.bgylrn (mgr.14180) 1271 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:43 smithi139 conmon[88685]: cluster 2023-11-17T06:18:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:43 smithi139 conmon[88685]: 2023-11-17T06:18:42.897889+0000 mgr.smithi124.bgylrn (mgr.14180) 1272 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:43.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:45.689 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:45.689 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:45 smithi124 conmon[83794]: cluster 2023-11-17T06:18:44.898309+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:18:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:45 smithi124 conmon[83794]: .14180) 1273 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:46.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:45 smithi139 conmon[88685]: cluster 2023-11-17T06:18:44.898309+0000 mgr.smithi124.bgylrn (mgr.14180) 1273 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:45 smithi139 conmon[88685]: 2023-11-17T06:18:47.271 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:47.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:46 smithi124 conmon[83794]: audit 2023-11-17T06:18:45.684244+0000 mgr.smithi124.bgylrn (mgr.14180) 1274 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:46 smithi139 conmon[88685]: audit 2023-11-17T06:18:45.684244+0000 mgr.smithi124.bgylrn (mgr.14180) 1274 : audit [DBG] 2023-11-17T06:18:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:46 smithi139 conmon[88685]: from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:48.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:47 smithi124 conmon[83794]: cluster 2023-11-17T06:18:46.898697+0000 mgr.smithi124.bgylrn (mgr.14180) 1275 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:47 smithi139 conmon[88685]: cluster 2023-11-17T06:18:46.898697+0000 mgr.smithi124.bgylrn (mgr.14180) 1275 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:49.204 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:49.204 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:49.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:49 smithi124 conmon[83794]: cluster 2023-11-17T06:18:48.899387+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:18:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:49 smithi124 conmon[83794]: mgr.14180) 1276 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:49 smithi139 conmon[88685]: cluster 2023-11-17T06:18:48.899387+0000 mgr.smithi124.bgylrn (mgr.14180) 1276 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:49 smithi139 conmon[88685]: 2023-11-17T06:18:50.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:51.280 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:50 smithi124 conmon[83794]: audit 2023-11-17T06:18:49.199101 2023-11-17T06:18:51.281 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:50 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1277 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:51.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:50 smithi139 conmon[88685]: audit 2023-11-17T06:18:49.199101+0000 mgr.smithi124.bgylrn (mgr.14180) 1277 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:51 smithi139 conmon[88685]: cluster 2023-11-17T06:18:50.899715+0000 mgr.smithi124.bgylrn (mgr.14180) 1278 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:51 smithi124 conmon[83794]: cluster 2023-11-17T06:18:50.899715+0000 mgr.smithi124.bgylrn (mgr.14180) 1278 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:52.672 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:52.672 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:53.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:53 smithi124 conmon[83794]: audit 2023-11-17T06:18:52.667813+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:18:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:53 smithi124 conmon[83794]: mgr.14180) 1279 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:53 smithi124 conmon[83794]: cluster 2023-11-17T06:18:52.900417+0000 mgr.smithi124.bgylrn (mgr.14180) 1280 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:53 smithi139 conmon[88685]: audit 2023-11-17T06:18:52.667813+0000 mgr.smithi124.bgylrn (mgr.14180) 1279 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:53 smithi139 conmon[88685]: cluster 2023-11-17T06:18:52.900417+0000 mgr.smithi124.bgylrn (mgr.14180) 1280 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:54.364 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:56.245 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:56.245 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:18:56.277 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:55 smithi124 conmon[83794]: cluster 2023-11-17T06:18:54.900757+0000 mgr.smithi124.bgylrn (mgr.14180) 1281 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:55 smithi139 conmon[88685]: cluster 2023-11-17T06:18:54.900757+0000 mgr.smithi124.bgylrn (mgr.14180) 1281 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:56.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:18:57.855 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:18:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:57 smithi124 conmon[83794]: audit 2023-11-17T06:18:56.241203+0000 mgr.smithi124.bgylrn (mgr.14180) 1282 2023-11-17T06:18:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:57 smithi124 conmon[83794]: : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:57 smithi124 conmon[83794]: cluster 2023-11-17T06:18:56.901242+0000 mgr.smithi124.bgylrn (mgr.14180) 1283 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:57 smithi139 conmon[88685]: audit 2023-11-17T06:18:56.241203+0000 mgr.smithi124.bgylrn (mgr.14180) 1282 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:18:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:57 smithi139 conmon[88685]: cluster 2023-11-17T06:18:56.901242+0000 mgr.smithi124.bgylrn (mgr.14180) 1283 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:18:59.778 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:18:59.778 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:18:59 smithi124 conmon[83794]: cluster 2023-11-17T06:18:58.902003+0000 mgr.smithi124.bgylrn (mgr.14180) 1284 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:18:59 smithi139 conmon[88685]: cluster 2023-11-17T06:18:58.902003+0000 mgr.smithi124.bgylrn (mgr.14180) 1284 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:00.393 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:00 smithi124 conmon[83794]: audit 2023-11-17T06:18:59.773739+0000 mgr.smithi124.bgylrn (mgr.14180) 1285 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:01.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:00 smithi139 conmon[88685]: audit 2023-11-17T06:18:59.773739+0000 mgr.smithi124.bgylrn (mgr.14180) 1285 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:01.394 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:02.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:01 smithi124 conmon[83794]: cluster 2023-11-17T06:19:00.902426+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:19:02.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:01 smithi124 conmon[83794]: ) 1286 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:01 smithi139 conmon[88685]: cluster 2023-11-17T06:19:00.902426+0000 mgr.smithi124.bgylrn (mgr.14180) 1286 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:03.264 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:03.264 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:03.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:03 smithi124 conmon[83794]: cluster 2023-11-17T06:19:02.903029+0000 mgr.smithi124.bgylrn (mgr.14180) 1287 : cluster [DBG] pgmap v926: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:03 smithi139 conmon[88685]: cluster 2023-11-17T06:19:02.903029+0000 mgr.smithi124.bgylrn (mgr.14180) 1287 : cluster [DBG] 2023-11-17T06:19:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:03 smithi139 conmon[88685]: pgmap v926: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:03.948 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:04.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:04 smithi124 conmon[83794]: audit 2023-11-17T06:19:03.260252+0000 mgr.smithi124.bgylrn (mgr.14180) 1288 : audit 2023-11-17T06:19:04.786 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:04 smithi124 conmon[83794]: [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:04.786 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:04 smithi139 conmon[88685]: audit 2023-11-17T06:19:03.260252+0000 mgr.smithi124.bgylrn (mgr.14180) 1288 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:04.949 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:05.627 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:05 smithi124 conmon[83794]: cluster 2023-11-17T06:19:04.903474+0000 mgr.smithi124.bgylrn (mgr.14180) 1289 : cluster [DBG] 2023-11-17T06:19:05.627 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:05 smithi124 conmon[83794]: pgmap v927: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:05.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:05 smithi139 conmon[88685]: cluster 2023-11-17T06:19:04.903474+0000 mgr.smithi124.bgylrn (mgr.14180) 1289 : cluster [DBG] pgmap v927: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:06.865 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:06.866 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:07.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:07 smithi139 conmon[88685]: audit 2023-11-17T06:19:06.861387+0000 mgr.smithi124.bgylrn (mgr.14180) 1290 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:07 smithi139 conmon[88685]: cluster 2023-11-17T06:19:06.903963+0000 mgr.smithi124.bgylrn (mgr.14180) 1291 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:08.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:07 smithi124 conmon[83794]: audit 2023-11-17T06:19:06.861387+0000 mgr.smithi124.bgylrn (mgr.14180) 1290 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:08.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:07 smithi124 conmon[83794]: cluster 2023-11-17T06:19:06.903963+0000 mgr.smithi124.bgylrn (mgr.14180) 1291 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:08.486 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:09 smithi139 conmon[88685]: cluster 2023-11-17T06:19:08.904587+0000 mgr.smithi124.bgylrn (mgr.14180) 1292 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:09 smithi124 conmon[83794]: cluster 2023-11-17T06:19:08.904587+0000 mgr.smithi124.bgylrn (mgr.14180) 1292 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:10.338 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:10.338 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:10.918 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:11.919 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:11 smithi124 conmon[83794]: audit 2023-11-17T06:19:10.333797+0000 mgr.smithi124.bgylrn (mgr.14180) 1293 : audit 2023-11-17T06:19:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:11 smithi124 conmon[83794]: [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:11 smithi124 conmon[83794]: cluster 2023-11-17T06:19:10.904895+0000 mgr.smithi124.bgylrn (mgr.14180) 1294 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:11 smithi139 conmon[88685]: audit 2023-11-17T06:19:10.333797+0000 mgr.smithi124.bgylrn (mgr.14180) 1293 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:11 smithi139 conmon[88685]: cluster 2023-11-17T06:19:10.904895+0000 mgr.smithi124.bgylrn (mgr.14180) 1294 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:13.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:13 smithi124 conmon[83794]: cluster 2023-11-17T06:19:12.905511+0000 mgr.smithi124.bgylrn (mgr.14180) 1295 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:13.720 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:13.721 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:13.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:13 smithi139 conmon[88685]: cluster 2023-11-17T06:19:12.905511+0000 mgr.smithi124.bgylrn (mgr.14180) 1295 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:14.367 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:14.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:14 smithi124 conmon[83794]: audit 2023-11-17T06:19:13. 2023-11-17T06:19:14.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:14 smithi124 conmon[83794]: 716090+0000 mgr.smithi124.bgylrn (mgr.14180) 1296 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:14.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:14 smithi139 conmon[88685]: audit 2023-11-17T06:19:13.716090+0000 mgr.smithi124.bgylrn (mgr.14180) 1296 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:15.367 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:15.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:15 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T06:19:15.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:15 smithi124 conmon[83794]: 06:19:14.905890+0000 mgr.smithi124.bgylrn (mgr.14180) 1297 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:15.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:15 smithi139 conmon[88685]: cluster 2023-11-17T06:19:14.905890+0000 mgr.smithi124.bgylrn (mgr.14180) 1297 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:17.309 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:17.309 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:17.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:17 smithi139 conmon[88685]: cluster 2023-11-17T06:19:16.906325+0000 mgr.smithi124.bgylrn (mgr.14180) 1298 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:17 smithi124 conmon[83794]: cluster 2023-11-17T06:19:16.906325+0000 mgr.smithi124.bgylrn (mgr.14180) 1298 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:18.961 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:19.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:18 smithi124 conmon[83794]: audit 2023-11-17T06:19:17.304732+0000 mgr.smithi124.bgylrn (mgr.14180) 1299 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:18 smithi139 conmon[88685]: audit 2023-11-17T06:19:17.304732+0000 mgr.smithi124.bgylrn (mgr.14180) 1299 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:20.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:19 smithi124 conmon[83794]: cluster 2023-11-17T06:19:18.906922+0000 mgr.smithi124.bgylrn (mgr.14180) 1300 2023-11-17T06:19:20.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:19 smithi124 conmon[83794]: : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:19 smithi139 conmon[88685]: cluster 2023-11-17T06:19:18.906922+0000 mgr.smithi124.bgylrn (mgr.14180) 1300 : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:20.819 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:20.819 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:21.474 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:21 smithi124 conmon[83794]: audit 2023-11-17T06:19:20.815034+0000 mgr.smithi124.bgylrn (mgr.14180) 1301 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:21 smithi124 conmon[83794]: cluster 2023-11-17T06:19:20.907345+0000 mgr.smithi124.bgylrn (mgr.14180) 1302 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:21 smithi139 conmon[88685]: audit 2023-11-17T06:19:20.815034+0000 mgr.smithi124.bgylrn (mgr.14180) 1301 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:21 smithi139 conmon[88685]: cluster 2023-11-17T06:19:20.907345+0000 mgr.smithi124.bgylrn (mgr.14180) 1302 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:22.475 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:23 smithi124 conmon[83794]: cluster 2023-11-17T06:19:22 2023-11-17T06:19:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:23 smithi124 conmon[83794]: .907944+0000 mgr.smithi124.bgylrn (mgr.14180) 1303 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:23 smithi139 conmon[88685]: cluster 2023-11-17T06:19:22.907944+0000 mgr.smithi124.bgylrn (mgr.14180) 1303 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:24.269 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:24.269 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:24.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:25.877 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:25 smithi124 conmon[83794]: audit 2023-11-17T06: 2023-11-17T06:19:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:25 smithi124 conmon[83794]: 19:24.263002+0000 mgr.smithi124.bgylrn (mgr.14180) 1304 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:25 smithi124 conmon[83794]: cluster 2023-11-17T06:19:24.908280+0000 mgr.smithi124.bgylrn (mgr.14180) 1305 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:25 smithi139 conmon[88685]: audit 2023-11-17T06:19:24.263002+0000 mgr.smithi124.bgylrn (mgr.14180) 1304 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:25 smithi139 conmon[88685]: cluster 2023-11-17T06:19:24.908280+0000 mgr.smithi124.bgylrn (mgr.14180) 1305 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:27.690 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:27.690 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:28.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:27 smithi124 conmon[83794]: cluster 2023-11-17T06:19:26.908723+0000 mgr.smithi124.bgylrn (mgr.14180) 1306 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:27 smithi139 conmon[88685]: cluster 2023-11-17T06:19:26.908723+0000 mgr.smithi124.bgylrn (mgr.14180) 1306 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:28.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:28 smithi124 conmon[83794]: audit 2023-11-17T06:19:27.685430+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:19:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:28 smithi124 conmon[83794]: ) 1307 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:28 smithi139 conmon[88685]: audit 2023-11-17T06:19:27.685430+0000 mgr.smithi124.bgylrn (mgr.14180) 1307 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:28 smithi139 conmon[88685]: 2023-11-17T06:19:29.300 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:30.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:29 smithi124 conmon[83794]: cluster 2023-11-17T06:19:28 2023-11-17T06:19:30.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:29 smithi124 conmon[83794]: .909661+0000 mgr.smithi124.bgylrn (mgr.14180) 1308 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:29 smithi139 conmon[88685]: cluster 2023-11-17T06:19:28.909661+0000 mgr.smithi124.bgylrn (mgr.14180) 1308 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:31.204 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:31.205 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:31.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:32.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:31 smithi124 conmon[83794]: cluster 2023-11-17T06:19:30.910029+0000 mgr.smithi124.bgylrn (mgr.14180) 1309 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:31 smithi139 conmon[88685]: cluster 2023-11-17T06:19:30.910029+0000 mgr.smithi124.bgylrn (mgr.14180) 1309 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:32.768 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:33.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:32 smithi124 conmon[83794]: audit 2023-11-17T06:19:31.198561+0000 mgr.smithi124.bgylrn (mgr.14180) 1310 : audit 2023-11-17T06:19:33.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:32 smithi124 conmon[83794]: [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:32 smithi139 conmon[88685]: audit 2023-11-17T06:19:31.198561+0000 mgr.smithi124.bgylrn (mgr.14180) 1310 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:34.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:33 smithi124 conmon[83794]: cluster 2023-11-17T06:19:32.910711+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:19:34.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:33 smithi124 conmon[83794]: ) 1311 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:34.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:33 smithi139 conmon[88685]: cluster 2023-11-17T06:19:32.910711+0000 mgr.smithi124.bgylrn (mgr.14180) 1311 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:34.665 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:34.665 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:35.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:35 smithi124 conmon[83794]: audit 2023-11-17T06:19:34.660845+0000 mgr.smithi124.bgylrn (mgr.14180) 1312 : audit [DBG] 2023-11-17T06:19:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:35 smithi124 conmon[83794]: from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:35 smithi124 conmon[83794]: cluster 2023-11-17T06:19:34.911150+0000 mgr.smithi124.bgylrn (mgr.14180) 1313 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:36.284 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:36.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:35 smithi139 conmon[88685]: audit 2023-11-17T06:19:34.660845+0000 mgr.smithi124.bgylrn (mgr.14180) 1312 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:36.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:35 smithi139 conmon[88685]: cluster 2023-11-17T06:19:34.911150+0000 mgr.smithi124.bgylrn (mgr.14180) 1313 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:38.119 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:38.119 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:38.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:37 smithi124 conmon[83794]: cluster 2023-11-17T06:19:36.911688+0000 2023-11-17T06:19:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:37 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1314 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:37 smithi139 conmon[88685]: cluster 2023-11-17T06:19:36.911688+0000 mgr.smithi124.bgylrn (mgr.14180) 1314 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:38.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:39.740 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:40.249 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:39 smithi124 conmon[83794]: audit 2023-11-17T06:19:38.114060+0000 mgr.smithi124.bgylrn (mgr.14180) 1315 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:40.249 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:39 smithi124 conmon[83794]: cluster 2023-11-17T06:19:38.912268+0000 mgr.smithi124.bgylrn (mgr.14180) 1316 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:39 smithi139 conmon[88685]: audit 2023-11-17T06:19:38.114060+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:19:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:39 smithi139 conmon[88685]: .14180) 1315 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:39 smithi139 conmon[88685]: cluster 2023-11-17T06:19:38.912268+0000 mgr.smithi124.bgylrn (mgr.14180) 1316 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:41.714 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:41.715 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:42.262 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:41 smithi124 conmon[83794]: cluster 2023-11-17T06:19:40.912626+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:19:42.262 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:41 smithi124 conmon[83794]: 1317 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:42.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:41 smithi139 conmon[88685]: cluster 2023-11-17T06:19:40.912626+0000 mgr.smithi124.bgylrn (mgr.14180) 1317 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:43.264 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:43.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:43 smithi124 conmon[83794]: audit 2023-11-17T06:19:41.709887+0000 mgr.smithi124.bgylrn (mgr.14180) 1318 : audit 2023-11-17T06:19:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:43 smithi124 conmon[83794]: [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:43 smithi139 conmon[88685]: audit 2023-11-17T06:19:41.709887+0000 mgr.smithi124.bgylrn (mgr.14180) 1318 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:44.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:44 smithi139 conmon[88685]: cluster 2023-11-17T06:19:42.913159+0000 mgr.smithi124.bgylrn (mgr.14180) 1319 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:44.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:44 smithi124 conmon[83794]: cluster 2023-11-17T06:19:42.913159+0000 mgr.smithi124.bgylrn (mgr.14180) 1319 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:45.254 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:19:45.254 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:19:45.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:19:46.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:46 smithi124 conmon[83794]: cluster 2023-11-17T06:19:44.913565+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:19:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:46 smithi124 conmon[83794]: 14180) 1320 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:46 smithi139 conmon[88685]: cluster 2023-11-17T06:19:44.913565+0000 mgr.smithi124.bgylrn (mgr.14180) 1320 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:19:46.880 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:19:47.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:47 smithi124 conmon[83794]: audit 2023-11-17T06:19:45.250221+0000 mgr.smithi124.bgylrn (mgr.14180) 1321 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:47 smithi139 conmon[88685]: audit 2023-11-17T06:19:45.250221+0000 mgr.smithi124.bgylrn (mgr.14180) 1321 : audit [DBG] 2023-11-17T06:19:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:47 smithi139 conmon[88685]: from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:19:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:48 smithi139 conmon[88685]: cluster 2023-11-17T06:19:46.913974+0000 mgr.smithi124.bgylrn (mgr.14180) 1322 : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.741 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:48 smithi124 conmon[83794]: cluster 2023-11-17T06:19:46.913974+0000 mgr.smithi124.bgylrn (mgr.14180) 1322 2023-11-17T06:20:21.741 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:48 smithi124 conmon[83794]: : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:21.745 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:21.764 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:50 smithi139 conmon[88685]: audit 2023-11-17T06:19:48.763106+0000 mgr.smithi124.bgylrn (mgr.14180) 1323 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:21.764 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:50 smithi139 conmon[88685]: 2023-11-17T06:20:21.764 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:50 smithi139 conmon[88685]: cluster 2023-11-17T06:19:48.914815+0000 mgr.smithi124.bgylrn (mgr.14180) 1324 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.764 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:52 smithi139 conmon[88685]: cluster 2023-11-17T06:19:50.915272+0000 mgr.smithi124.bgylrn (mgr.14180) 1325 : cluster 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:52 smithi139 conmon[88685]: [DBG] pgmap v950: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:53 smithi139 conmon[88685]: cluster 2023-11-17T06:19:52.916059+0000 mgr.smithi124.bgylrn (mgr.14180) 1326 : cluster [DBG] pgmap v951: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:53 smithi139 conmon[88685]: 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:55 smithi139 conmon[88685]: cluster 2023-11-17T06:19:54.916525+0000 mgr.smithi124.bgylrn (mgr.14180) 1327 : cluster [DBG] pgmap v952: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:57 smithi139 conmon[88685]: cluster 2023-11-17T06:19:56.916915+0000 mgr.smithi124.bgylrn (mgr.14180) 1328 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:57 smithi139 conmon[88685]: : cluster [DBG] pgmap v953: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:19:59 smithi139 conmon[88685]: cluster 2023-11-17T06:19:58.917541+0000 mgr.smithi124.bgylrn (mgr.14180) 1329 : cluster [DBG] pgmap v954: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:00 smithi139 conmon[88685]: cluster 2023-11-17T06:20:00.000135+0000 mon.smithi124 (mon.0) 703 : cluster [INF] overall HEALTH_OK 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:01 smithi139 conmon[88685]: cluster 2023-11-17T06:20:00.917938+0000 mgr.smithi124.bgylrn (mgr.14180) 1330 : cluster [DBG] pgmap v955: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:03 smithi139 conmon[88685]: cluster 2023-11-17T06:20:02.918550+0000 mgr.smithi124.bgylrn (mgr.14180) 1331 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:05 smithi139 conmon[88685]: cluster 2023-11-17T06:20:04.919126+0000 mgr.smithi124.bgylrn (mgr.14180) 1332 : cluster [DBG] pgmap v957: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.765 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:07 smithi139 conmon[88685]: cluster 2023-11-17T06:20:06.919631+0000 mgr.smithi124.bgylrn (mgr.14180) 1333 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:09 smithi139 conmon[88685]: cluster 2023-11-17T06:20:08.920514+0000 mgr.smithi124.bgylrn (mgr.14180) 1334 : cluster [DBG] 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:09 smithi139 conmon[88685]: pgmap v959: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:11 smithi139 conmon[88685]: cluster 2023-11-17T06:20:10.921030+0000 mgr.smithi124.bgylrn (mgr.14180) 1335 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:13 smithi139 conmon[88685]: cluster 2023-11-17T06:20:12.921743+0000 mgr.smithi124.bgylrn (mgr.14180) 1336 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:15 smithi139 conmon[88685]: cluster 2023-11-17T06:20:14.922209+0000 mgr.smithi124.bgylrn (mgr.14180) 1337 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:17 smithi139 conmon[88685]: cluster 2023-11-17T06:20:16.922874+0000 mgr.smithi124.bgylrn (mgr.14180) 1338 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.766 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:19 smithi139 conmon[88685]: cluster 2023-11-17T06:20:18.923588+0000 mgr.smithi124.bgylrn (mgr.14180) 1339 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.767 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:50 smithi124 conmon[83794]: audit 2023-11-17T06:19:48.763106+0000 mgr.smithi124.bgylrn (mgr.14180) 1323 : audit 2023-11-17T06:20:21.807 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:50 smithi124 conmon[83794]: [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:21.807 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:50 smithi124 conmon[83794]: cluster 2023-11-17T06:19:48.914815+0000 mgr.smithi124.bgylrn (mgr.14180) 1324 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.807 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:52 smithi124 conmon[83794]: cluster 2023-11-17T06:19:50.915272+0000 mgr.smithi124.bgylrn (mgr.14180) 1325 : cluster [DBG] pgmap v950: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:53 smithi124 conmon[83794]: cluster 2023-11-17T06:19:52.916059+0000 mgr.smithi124.bgylrn (mgr.14180) 1326 : cluster 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:53 smithi124 conmon[83794]: [DBG] pgmap v951: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:55 smithi124 conmon[83794]: cluster 2023-11-17T06:19:54.916525+0000 mgr.smithi124.bgylrn (mgr.14180) 1327 : cluster [DBG] 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:55 smithi124 conmon[83794]: pgmap v952: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:57 smithi124 conmon[83794]: cluster 2023-11-17T06:19:56.916915+0000 mgr.smithi124.bgylrn (mgr.14180) 1328 : cluster 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:57 smithi124 conmon[83794]: [DBG] pgmap v953: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:59 smithi124 conmon[83794]: cluster 2023-11-17T06:19:58.917541+0000 mgr.smithi124.bgylrn (mgr.14180) 1329 : cluster [DBG] 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:19:59 smithi124 conmon[83794]: pgmap v954: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:00 smithi124 conmon[83794]: cluster 2023-11-17T06:20:00.000135+0000 mon.smithi124 (mon.0) 703 : cluster [INF] 2023-11-17T06:20:21.808 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:00 smithi124 conmon[83794]: overall HEALTH_OK 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:01 smithi124 conmon[83794]: cluster 2023-11-17T06:20:00.917938+0000 mgr.smithi124.bgylrn (mgr.14180) 1330 : cluster 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:01 smithi124 conmon[83794]: [DBG] pgmap v955: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:03 smithi124 conmon[83794]: cluster 2023-11-17T06:20:02.918550+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:03 smithi124 conmon[83794]: 1331 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:05 smithi124 conmon[83794]: cluster 2023-11-17T06:20:04.919126+0000 mgr.smithi124.bgylrn (mgr.14180) 1332 : cluster 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:05 smithi124 conmon[83794]: [DBG] pgmap v957: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:07 smithi124 conmon[83794]: cluster 2023-11-17T06:20:06.919631+0000 mgr.smithi124.bgylrn (mgr.14180) 1333 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:09 smithi124 conmon[83794]: cluster 2023-11-17T06:20:08.920514+0000 mgr.smithi124.bgylrn (mgr.14180) 1334 : cluster [DBG] pgmap v959: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:11 smithi124 conmon[83794]: cluster 2023-11-17T06:20:10.921030+0000 mgr.smithi124.bgylrn (mgr.14180) 1335 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:13 smithi124 conmon[83794]: cluster 2023-11-17T06:20:12.921743+0000 mgr.smithi124.bgylrn (mgr.14180) 1336 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.809 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:13 smithi124 conmon[83794]: 2023-11-17T06:20:21.810 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:15 smithi124 conmon[83794]: cluster 2023-11-17T06:20:14.922209+0000 mgr.smithi124.bgylrn (mgr.14180) 1337 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.810 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:17 smithi124 conmon[83794]: cluster 2023-11-17T06:20:16.922874+0000 mgr.smithi124.bgylrn (mgr.14180) 1338 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:21.810 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:19 smithi124 conmon[83794]: cluster 2023-11-17T06:20:18.923588+0000 mgr.smithi124.bgylrn (mgr.14180) 1339 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:22.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:21 smithi124 conmon[83794]: cluster 2023-11-17T06:20:20.924123+0000 mgr.smithi124.bgylrn (mgr.14180) 1340 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:21 smithi139 conmon[88685]: cluster 2023-11-17T06:20:20.924123+0000 mgr.smithi124.bgylrn (mgr.14180) 1340 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:22.746 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:23 smithi124 conmon[83794]: cluster 2023-11-17T06:20:22.924764+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:20:23.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:23 smithi124 conmon[83794]: ) 1341 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:23 smithi139 conmon[88685]: cluster 2023-11-17T06:20:22.924764+0000 mgr.smithi124.bgylrn (mgr.14180) 1341 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:24.628 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:24.628 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:25.241 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:26.242 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:26.273 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:25 smithi124 conmon[83794]: audit 2023-11-17T06:20:24.623587+0000 mgr.smithi124.bgylrn (mgr.14180) 1342 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:26.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:25 smithi124 conmon[83794]: cluster 2023-11-17T06:20:24.925071+0000 mgr.smithi124.bgylrn (mgr.14180) 1343 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:25 smithi139 conmon[88685]: audit 2023-11-17T06:20:24.623587+0000 mgr.smithi124.bgylrn (mgr.14180) 1342 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:25 smithi139 conmon[88685]: cluster 2023-11-17T06:20:24.925071+0000 mgr.smithi124.bgylrn (mgr.14180) 1343 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:28.189 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:28.189 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:28.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:27 smithi124 conmon[83794]: cluster 2023-11-17T06:20:26.925572+0000 mgr.smithi124.bgylrn (mgr.14180) 1344 : cluster [DBG] pgmap v968: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:27 smithi139 conmon[88685]: cluster 2023-11-17T06:20:26.925572+0000 mgr.smithi124.bgylrn (mgr.14180) 1344 : cluster 2023-11-17T06:20:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:27 smithi139 conmon[88685]: [DBG] pgmap v968: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:28.775 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:29.775 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:30.242 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:29 smithi124 conmon[83794]: audit 2023-11-17T06:20:28.183743+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:20:30.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:29 smithi124 conmon[83794]: .14180) 1345 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:30.243 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:29 smithi124 conmon[83794]: cluster 2023-11-17T06:20:28.926159+0000 mgr.smithi124.bgylrn (mgr.14180) 1346 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:29 smithi139 conmon[88685]: audit 2023-11-17T06:20:28.183743+0000 mgr.smithi124.bgylrn (mgr.14180) 1345 : audit 2023-11-17T06:20:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:29 smithi139 conmon[88685]: [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:29 smithi139 conmon[88685]: cluster 2023-11-17T06:20:28.926159+0000 mgr.smithi124.bgylrn (mgr.14180) 1346 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:31.670 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:31.670 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:32.207 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:31 smithi124 conmon[83794]: cluster 2023-11-17T06:20:30.926469+0000 mgr.smithi124.bgylrn (mgr.14180) 1347 : cluster [DBG] pgmap v970: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:31 smithi139 conmon[88685]: cluster 2023-11-17T06:20:30.926469+0000 mgr.smithi124.bgylrn (mgr.14180) 1347 : cluster 2023-11-17T06:20:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:31 smithi139 conmon[88685]: [DBG] pgmap v970: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:33.208 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:32 smithi124 conmon[83794]: audit 2023-11-17T06:20:31.665485+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:20:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:32 smithi124 conmon[83794]: 14180) 1348 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:32 smithi139 conmon[88685]: audit 2023-11-17T06:20:31.665485+0000 mgr.smithi124.bgylrn (mgr.14180) 1348 : 2023-11-17T06:20:33.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:32 smithi139 conmon[88685]: audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:33 smithi124 conmon[83794]: cluster 2023-11-17T06:20:32.927122+0000 mgr.smithi124.bgylrn 2023-11-17T06:20:34.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:33 smithi124 conmon[83794]: (mgr.14180) 1349 : cluster [DBG] pgmap v971: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:33 smithi139 conmon[88685]: cluster 2023-11-17T06:20:32.927122+0000 mgr.smithi124.bgylrn (mgr.14180) 1349 : cluster [DBG] 2023-11-17T06:20:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:33 smithi139 conmon[88685]: pgmap v971: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:35.079 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:35.080 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:35.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:36 smithi124 conmon[83794]: cluster 2023-11-17T 2023-11-17T06:20:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:36 smithi124 conmon[83794]: 06:20:34.927543+0000 mgr.smithi124.bgylrn (mgr.14180) 1350 : cluster [DBG] pgmap v972: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:36 smithi139 conmon[88685]: cluster 2023-11-17T06:20:34.927543+0000 mgr.smithi124.bgylrn (mgr.14180) 1350 : cluster [DBG] 2023-11-17T06:20:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:36 smithi139 conmon[88685]: pgmap v972: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:36.692 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:37 smithi124 conmon[83794]: audit 2023-11-17T06:20:35.074972+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:20:37.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:37 smithi124 conmon[83794]: .14180) 1351 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:37 smithi139 conmon[88685]: audit 2023-11-17T06:20:35.074972+0000 mgr.smithi124.bgylrn (mgr.14180) 1351 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:38.268 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:38 smithi124 conmon[83794]: cluster 2023-11-17T06:20:36.928042+0000 mgr.smithi124.bgylrn (mgr.14180) 1352 : cluster [DBG] pgmap v973: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:38 smithi139 conmon[88685]: cluster 2023-11-17T06:20:36.928042+0000 mgr.smithi124.bgylrn (mgr.14180) 1352 : cluster [DBG] 2023-11-17T06:20:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:38 smithi139 conmon[88685]: pgmap v973: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:38.669 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:38.669 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:39.281 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:40.282 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:40 smithi124 conmon[83794]: audit 2023-11-17T06:20:38.665090+0000 mgr.smithi124.bgylrn (mgr.14180) 1353 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:40 smithi124 conmon[83794]: cluster 2023-11-17T06:20:38.928708+0000 mgr.smithi124.bgylrn (mgr.14180) 1354 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:40 smithi139 conmon[88685]: audit 2023-11-17T06:20:38.665090+0000 mgr.smithi124.bgylrn (mgr.14180) 1353 : audit 2023-11-17T06:20:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:40 smithi139 conmon[88685]: [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:40 smithi139 conmon[88685]: cluster 2023-11-17T06:20:38.928708+0000 mgr.smithi124.bgylrn (mgr.14180) 1354 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:42.155 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:42.155 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:42 smithi124 conmon[83794]: cluster 2023-11-17T06:20:40.929079+0000 mgr.smithi124.bgylrn (mgr.14180) 1355 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:42 smithi139 conmon[88685]: cluster 2023-11-17T06:20:40.929079+0000 mgr.smithi124.bgylrn (mgr.14180) 1355 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:42.697 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:43.698 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:43.725 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:43 smithi124 conmon[83794]: audit 2023-11-17T06:20:42.150356+0000 mgr.smithi124.bgylrn (mgr.14180) 1356 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:43.725 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:43 smithi124 conmon[83794]: cluster 2023-11-17T06:20:42.929890+0000 mgr.smithi124.bgylrn (mgr.14180) 1357 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:43 smithi139 conmon[88685]: audit 2023-11-17T06:20:42.150356+0000 mgr.smithi124.bgylrn (mgr.14180) 1356 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:43 smithi139 conmon[88685]: cluster 2023-11-17T06:20:42.929890+0000 mgr.smithi124.bgylrn (mgr.14180) 1357 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:45.493 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:45.493 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:46.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:45 smithi139 conmon[88685]: cluster 2023-11-17T06:20:44.930280+0000 mgr.smithi124.bgylrn (mgr.14180) 1358 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:45 smithi124 conmon[83794]: cluster 2023-11-17T06:20:44.930280+0000 mgr.smithi124.bgylrn (mgr.14180) 1358 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:46.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:45 smithi124 conmon[83794]: 2023-11-17T06:20:47.048 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:47.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:46 smithi124 conmon[83794]: audit 2023-11-17T06:20:45.488524+0000 mgr.smithi124.bgylrn (mgr.14180) 1359 : 2023-11-17T06:20:47.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:46 smithi124 conmon[83794]: audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:46 smithi139 conmon[88685]: audit 2023-11-17T06:20:45.488524+0000 mgr.smithi124.bgylrn (mgr.14180) 1359 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:48.261 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:47 smithi124 conmon[83794]: cluster 2023-11-17T06:20:46.930804+0000 mgr.smithi124.bgylrn (mgr.14180) 1360 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:47 smithi139 conmon[88685]: cluster 2023-11-17T06:20:46.930804+0000 mgr.smithi124.bgylrn (mgr.14180) 1360 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:48.884 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:48.885 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:49.480 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:49 smithi124 conmon[83794]: audit 2023-11-17T06:20:48.880412+0000 mgr.smithi124.bgylrn (mgr.14180) 1361 : audit 2023-11-17T06:20:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:49 smithi124 conmon[83794]: [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:49 smithi124 conmon[83794]: cluster 2023-11-17T06:20:48.931415+0000 mgr.smithi124.bgylrn (mgr.14180) 1362 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:49 smithi139 conmon[88685]: audit 2023-11-17T06:20:48.880412+0000 mgr.smithi124.bgylrn (mgr.14180) 1361 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:49 smithi139 conmon[88685]: cluster 2023-11-17T06:20:48.931415+0000 mgr.smithi124.bgylrn (mgr.14180) 1362 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:50.481 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:52 smithi124 conmon[83794]: cluster 2023-11-17T06:20:50.931870+0000 mgr.smithi124.bgylrn (mgr.14180) 1363 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:52 smithi139 conmon[88685]: cluster 2023-11-17T06:20:50.931870+0000 mgr.smithi124.bgylrn (mgr.14180) 1363 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:52.357 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:52.357 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:52.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:53.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:53 smithi124 conmon[83794]: audit 2023-11-17T06:20:52.353158+0000 mgr.smithi124.bgylrn (mgr.14180) 1364 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:53.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:53 smithi124 conmon[83794]: cluster 2023-11-17T06:20:52.932533+0000 mgr.smithi124.bgylrn (mgr.14180) 1365 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:53 smithi139 conmon[88685]: audit 2023-11-17T06:20:52.353158+0000 mgr.smithi124.bgylrn (mgr.14180) 1364 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:53 smithi139 conmon[88685]: 2023-11-17T06:20:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:53 smithi139 conmon[88685]: cluster 2023-11-17T06:20:52.932533+0000 mgr.smithi124.bgylrn (mgr.14180) 1365 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:53.972 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:55.874 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:55.875 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:12:13.890620Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.rumatr on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-rumatr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.rumatr\nDeploy daemon haproxy.rgw.foo.smithi139.rumatr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:10:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:10:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:11: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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.965421Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.gvuhlc on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-gvuhlc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.gvuhlc\nDeploy daemon haproxy.rgw.foo.smithi124.gvuhlc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:12:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:13: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-11-17T06:14:06Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:14:46.966874Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.efbpvu on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:55 smithi124 conmon[83794]: cluster 2023-11-17T06:20:54.932888+0000 mgr.smithi124.bgylrn 2023-11-17T06:20:56.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:55 smithi124 conmon[83794]: (mgr.14180) 1366 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:55 smithi139 conmon[88685]: cluster 2023-11-17T06:20:54.932888+0000 mgr.smithi124.bgylrn (mgr.14180) 1366 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:55 smithi139 conmon[88685]: 2023-11-17T06:20:56.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:20:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:56 smithi124 conmon[83794]: audit 2023-11-17T06:20:55.870348+0000 mgr.smithi124.bgylrn (mgr.14180) 1367 : audit 2023-11-17T06:20:57.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:56 smithi124 conmon[83794]: [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:56 smithi139 conmon[88685]: audit 2023-11-17T06:20:55.870348+0000 mgr.smithi124.bgylrn (mgr.14180) 1367 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:20:57.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:56 smithi139 conmon[88685]: 2023-11-17T06:20:57.514 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:20:58.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:57 smithi124 conmon[83794]: cluster 2023-11-17T06:20:56.933419+0000 mgr.smithi124.bgylrn (mgr.14180) 1368 : cluster [DBG] pgmap v983: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:57 smithi139 conmon[88685]: cluster 2023-11-17T06:20:56.933419+0000 mgr.smithi124.bgylrn (mgr.14180) 1368 : cluster [DBG] 2023-11-17T06:20:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:57 smithi139 conmon[88685]: pgmap v983: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:20:59.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:20:59 smithi124 conmon[83794]: audit 2023-11-17T06:20:58.926456+0000 mon.smithi124 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.mvqvjs"}]: dispatch 2023-11-17T06:20:59.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:20:59 smithi139 conmon[88685]: audit 2023-11-17T06:20:58.926456+0000 mon.smithi124 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi124.mvqvjs"}]: dispatch 2023-11-17T06:20:59.303 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:20:59.303 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:20:59.854 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cephadm 2023-11-17T06:20:58.926003+0000 mgr.smithi124.bgylrn (mgr.14180) 1369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.287 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cephadm 2023-11-17T06:20:58.926156+0000 mgr.smithi124.bgylrn (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cephadm 2023-11-17T06:20:58.927045+0000 mgr.smithi124.bgylrn (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.288 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cephadm 2023-11-17T06:20:58.928316+0000 mgr.smithi124.bgylrn (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cephadm 2023-11-17T06:20:58.929323+0000 mgr.smithi124.bgylrn (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cluster 2023-11-17T06:20:58.930242+0000 mgr.smithi124.bgylrn (mgr.14180) 1374 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:00.289 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:00 smithi124 conmon[83794]: cluster 2023-11-17T06:20:58.995073+0000 mon.smithi124 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:21:00.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm 2023-11-17T06:20:58.926003+0000 mgr.smithi124.bgylrn (mgr.14180) 1369 : cephadm [ERR] 2023-11-17T06:21:00.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: ERROR: 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm 2023-11-17T06:20:58.926156+0000 mgr.smithi124.bgylrn (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm 2023-11-17T06:20:58.927045+0000 mgr.smithi124.bgylrn (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi124.mvqvjs ... 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:19:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.294 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:20:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: 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=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm 2023-11-17T06:20:58.928316+0000 mgr.smithi124.bgylrn (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cephadm 2023-11-17T06:20:58.929323+0000 mgr.smithi124.bgylrn (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cluster 2023-11-17T06:20:58.930242+0000 mgr.smithi124.bgylrn (mgr.14180) 1374 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: cluster 2023-11-17T06:20:58.995073+0000 mon.smithi124 2023-11-17T06:21:00.295 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:00 smithi139 conmon[88685]: (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:21:00.855 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:01.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:01 smithi124 conmon[83794]: audit 2023-11-17T06:20:59.299524+0000 mgr.smithi124.bgylrn (mgr.14180) 1375 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:01.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:01 smithi139 conmon[88685]: audit 2023-11-17T06:20:59.299524+0000 mgr.smithi124.bgylrn (mgr.14180) 1375 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:02 smithi139 conmon[88685]: cluster 2023-11-17T06:21:00.930800+0000 mgr.smithi124.bgylrn (mgr.14180) 1376 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:02 smithi139 conmon[88685]: 2023-11-17T06:21:02.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:02 smithi139 conmon[88685]: audit 2023-11-17T06:21:01.917944+0000 mon.smithi124 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:21:02.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:02 smithi124 conmon[83794]: cluster 2023-11-17T06:21:00.930800+0000 mgr.smithi124.bgylrn 2023-11-17T06:21:02.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:02 smithi124 conmon[83794]: (mgr.14180) 1376 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:02.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:02 smithi124 conmon[83794]: audit 2023-11-17T06:21:01.917944+0000 mon.smithi124 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:21:02.763 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:02.764 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:03.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:03.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:03 smithi124 conmon[83794]: audit 2023-11-17T06:21:02.759202+0000 mgr.smithi124.bgylrn (mgr.14180) 1377 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:03.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:03 smithi124 conmon[83794]: cluster 2023-11-17T06:21:02.931541+0000 mgr.smithi124.bgylrn (mgr.14180) 1378 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:03 smithi139 conmon[88685]: audit 2023-11-17T06:21:02.759202+0000 mgr.smithi124.bgylrn (mgr.14180) 1377 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:03 smithi139 conmon[88685]: cluster 2023-11-17T06:21:02.931541+0000 mgr.smithi124.bgylrn (mgr.14180) 1378 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:04.389 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:06.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:05 smithi124 conmon[83794]: cluster 2023-11-17T06:21:04.932156+0000 mgr.smithi124.bgylrn (mgr.14180) 1379 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:05 smithi139 conmon[88685]: cluster 2023-11-17T06:21:04.932156+0000 mgr.smithi124.bgylrn (mgr.14180) 1379 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:06.300 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:06.300 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:06.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:07 smithi139 conmon[88685]: audit 2023-11-17T06:21:06.296022+0000 mgr.smithi124.bgylrn (mgr.14180) 1380 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:07 smithi139 conmon[88685]: audit 2023-11-17T06:21:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:07 smithi139 conmon[88685]: 2023-11-17T06:21:06.336667+0000 mon.smithi124 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:21:07.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:07 smithi139 conmon[88685]: cluster 2023-11-17T06:21:06.932865+0000 mgr.smithi124.bgylrn (mgr.14180) 1381 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:07.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:07 smithi124 conmon[83794]: audit 2023-11-17T06:21:06.296022+0000 mgr.smithi124.bgylrn (mgr.14180) 1380 2023-11-17T06:21:07.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:07 smithi124 conmon[83794]: : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:07.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:07 smithi124 conmon[83794]: audit 2023-11-17T06:21:06.336667+0000 mon.smithi124 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:21:07.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:07 smithi124 conmon[83794]: cluster 2023-11-17T06:21:06.932865+0000 mgr.smithi124.bgylrn (mgr.14180) 1381 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:07.870 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:09.712 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:09.713 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:10.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:09 smithi124 conmon[83794]: cluster 2023-11-17T06:21:08.933689+0000 mgr.smithi124.bgylrn (mgr.14180) 1382 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:09 smithi139 conmon[88685]: cluster 2023-11-17T06:21:08.933689+0000 mgr.smithi124.bgylrn (mgr.14180) 1382 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:10.302 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:11.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:10 smithi124 conmon[83794]: audit 2023-11-17T06:21:09.708225+0000 mgr.smithi124.bgylrn (mgr.14180) 1383 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:11.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:10 smithi139 conmon[88685]: audit 2023-11-17T06:21:09.708225+0000 mgr.smithi124.bgylrn (mgr.14180) 1383 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:11.304 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:12.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:11 smithi124 conmon[83794]: cluster 2023-11-17T06:21:10.934234+0000 mgr.smithi124.bgylrn 2023-11-17T06:21:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:11 smithi124 conmon[83794]: (mgr.14180) 1384 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:11 smithi139 conmon[88685]: cluster 2023-11-17T06:21:10.934234+0000 mgr.smithi124.bgylrn (mgr.14180) 1384 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:13.025 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:13.026 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:13.627 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:13 smithi124 conmon[83794]: cluster 2023-11-17T06:21:12.935031+0000 mgr.smithi124.bgylrn (mgr.14180) 1385 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:13.628 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:13 smithi124 conmon[83794]: audit 2023-11-17T06:21:13.021756+0000 mgr.smithi124.bgylrn (mgr.14180) 1386 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:13.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:13.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:13 smithi139 conmon[88685]: cluster 2023-11-17T06:21:12.935031+0000 mgr.smithi124.bgylrn (mgr.14180) 1385 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:13.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:13 smithi139 conmon[88685]: audit 2023-11-17T06:21:13.021756+0000 mgr.smithi124.bgylrn (mgr.14180) 1386 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:14.646 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:16.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:15 smithi124 conmon[83794]: cluster 2023-11-17T06:21:14.935553+0000 mgr.smithi124.bgylrn (mgr.14180) 1387 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:16.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:15 smithi139 conmon[88685]: cluster 2023-11-17T06:21:14.935553+0000 mgr.smithi124.bgylrn (mgr.14180) 1387 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:16.501 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:16.502 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:17.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:18.061 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:17 smithi124 conmon[83794]: audit 2023-11-17T06:21:16.497430+0000 mgr.smithi124.bgylrn (mgr.14180) 1388 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:18.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:17 smithi124 conmon[83794]: cluster 2023-11-17T06:21:16.936148+0000 mgr.smithi124.bgylrn (mgr.14180) 1389 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:17 smithi139 conmon[88685]: audit 2023-11-17T06:21:16.497430+0000 mgr.smithi124.bgylrn (mgr.14180) 1388 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:17 smithi139 conmon[88685]: cluster 2023-11-17T06:21:16.936148+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:21:18.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:17 smithi139 conmon[88685]: mgr.14180) 1389 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:19.909 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:19.910 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:20.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:19 smithi124 conmon[83794]: cluster 2023-11-17T06:21:18.937021+0000 mgr.smithi124.bgylrn (mgr.14180) 1390 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:19 smithi139 conmon[88685]: cluster 2023-11-17T06:21:18.937021+0000 mgr.smithi124.bgylrn (mgr.14180) 1390 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:20.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:21.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:21 smithi124 conmon[83794]: audit 2023-11-17T06:21:19.905696+0000 mgr.smithi124.bgylrn (mgr.14180) 1391 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:21.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:21 smithi139 conmon[88685]: audit 2023-11-17T06:21:19.905696+0000 mgr.smithi124.bgylrn (mgr.14180) 1391 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:21.519 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:22 smithi124 conmon[83794]: cluster 2023-11-17T06:21:20.937618+0000 mgr.smithi124.bgylrn (mgr.14180) 1392 2023-11-17T06:21:22.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:22 smithi124 conmon[83794]: : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:22 smithi139 conmon[88685]: cluster 2023-11-17T06:21:20.937618+0000 mgr.smithi124.bgylrn (mgr.14180) 1392 : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:23.393 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:23.393 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:23.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:23 smithi124 conmon[83794]: cluster 2023-11-17T06:21:22.938561+0000 mgr.smithi124.bgylrn (mgr.14180) 1393 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:23 smithi139 conmon[88685]: cluster 2023-11-17T06:21:22.938561+0000 mgr.smithi124.bgylrn (mgr.14180) 1393 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:23.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:24 smithi124 conmon[83794]: audit 2023-11-17T06:21:23.389034+0000 mgr.smithi124.bgylrn (mgr.14180) 1394 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:24 smithi139 conmon[88685]: audit 2023-11-17T06:21:23.389034+0000 mgr.smithi124.bgylrn (mgr.14180) 1394 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:24.970 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:25.654 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:25 smithi124 conmon[83794]: cluster 2023-11-17T06:21:24.939154+0000 mgr.smithi124.bgylrn (mgr.14180) 1395 : cluster 2023-11-17T06:21:25.654 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:25 smithi124 conmon[83794]: [DBG] pgmap v997: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:25.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:25 smithi139 conmon[88685]: cluster 2023-11-17T06:21:24.939154+0000 mgr.smithi124.bgylrn (mgr.14180) 1395 : cluster [DBG] pgmap v997: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:26.853 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:26.853 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:27.459 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:27 smithi124 conmon[83794]: audit 2023-11-17T06:21:26.848429+0000 mgr.smithi124.bgylrn (mgr.14180) 1396 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:28.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:27 smithi124 conmon[83794]: cluster 2023-11-17T06:21:26.939850+0000 mgr.smithi124.bgylrn (mgr.14180) 1397 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:27 smithi139 conmon[88685]: audit 2023-11-17T06:21:26.848429+0000 mgr.smithi124.bgylrn (mgr.14180) 1396 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:27 smithi139 conmon[88685]: cluster 2023-11-17T06:21:26.939850+0000 mgr.smithi124.bgylrn (mgr.14180) 1397 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:28.460 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:30 smithi139 conmon[88685]: cluster 2023-11-17T06:21:28.940624+0000 mgr.smithi124.bgylrn (mgr.14180) 1398 : cluster [DBG] pgmap v999: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:29 smithi124 conmon[83794]: cluster 2023-11-17T06:21:28.940624+0000 mgr.smithi124.bgylrn (mgr.14180) 1398 : cluster 2023-11-17T06:21:30.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:29 smithi124 conmon[83794]: [DBG] pgmap v999: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:30.334 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:30.334 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:30.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:31.934 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:32.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:32 smithi139 conmon[88685]: audit 2023-11-17T06:21:30.330266+0000 mgr.smithi124.bgylrn (mgr.14180) 1399 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:32.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:32 smithi139 conmon[88685]: 2023-11-17T06:21:32.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:32 smithi139 conmon[88685]: cluster 2023-11-17T06:21:30.941065+0000 mgr.smithi124.bgylrn (mgr.14180) 1400 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:32.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:32 smithi124 conmon[83794]: audit 2023-11-17T06:21:30.330266+0000 mgr.smithi124.bgylrn (mgr.14180) 1399 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:32.286 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:32 smithi124 conmon[83794]: cluster 2023-11-17T06:21:30.941065+0000 mgr.smithi124.bgylrn (mgr.14180) 1400 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:33.504 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:33 smithi124 conmon[83794]: cluster 2023-11-17T06:21:32.941962+0000 mgr.smithi124.bgylrn (mgr.14180) 1401 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:33.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:33 smithi139 conmon[88685]: cluster 2023-11-17T06:21:32.941962+0000 mgr.smithi124.bgylrn (mgr.14180) 1401 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:33.820 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:33.820 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:34.409 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:34.785 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:34 smithi124 conmon[83794]: audit 2023-11-17T06:21:33.816547+0000 mgr.smithi124.bgylrn (mgr.14180) 1402 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:34.785 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:34 smithi139 conmon[88685]: audit 2023-11-17T06:21:33.816547+0000 mgr.smithi124.bgylrn (mgr.14180) 1402 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:35.411 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:35.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:35 smithi124 conmon[83794]: cluster 2023-11-17T06:21:34.942568+0000 mgr.smithi124.bgylrn (mgr.14180) 1403 : cluster [DBG] pgmap v1002: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:35.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:35 smithi139 conmon[88685]: cluster 2023-11-17T06:21:34.942568+0000 mgr.smithi124.bgylrn (mgr.14180) 1403 : cluster [DBG] pgmap v1002: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:37.305 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:37.305 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:37.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:38.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:37 smithi124 conmon[83794]: cluster 2023-11-17T06:21:36.943141+0000 mgr.smithi124.bgylrn (mgr.14180) 1404 : cluster [DBG] pgmap v1003: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:37 smithi139 conmon[88685]: cluster 2023-11-17T06:21:36.943141+0000 mgr.smithi124.bgylrn (mgr.14180) 1404 : cluster [DBG] pgmap v1003: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:38.891 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:39.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:39 smithi124 conmon[83794]: audit 2023-11-17T06:21:37.300601+0000 mgr.smithi124.bgylrn (mgr.14180) 1405 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:39 smithi139 conmon[88685]: audit 2023-11-17T06:21:37.300601+0000 mgr.smithi124.bgylrn (mgr.14180) 1405 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:40 smithi124 conmon[83794]: cluster 2023-11-17T06:21:38.943882+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:21:40.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:40 smithi124 conmon[83794]: 1406 : cluster [DBG] pgmap v1004: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:40 smithi139 conmon[88685]: cluster 2023-11-17T06:21:38.943882+0000 mgr.smithi124.bgylrn (mgr.14180) 1406 : cluster [DBG] pgmap v1004: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:40.722 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:40.722 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:41.298 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:42 smithi124 conmon[83794]: audit 2023-11-17T06:21:40.717715+0000 mgr.smithi124.bgylrn (mgr.14180) 1407 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:42 smithi124 conmon[83794]: : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:42 smithi124 conmon[83794]: cluster 2023-11-17T06:21:40.944500+0000 mgr.smithi124.bgylrn (mgr.14180) 1408 : cluster [DBG] pgmap v1005: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:42 smithi139 conmon[88685]: audit 2023-11-17T06:21:40.717715+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:42 smithi139 conmon[88685]: 14180) 1407 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:42 smithi139 conmon[88685]: cluster 2023-11-17T06:21:40.944500+0000 mgr.smithi124.bgylrn (mgr.14180) 1408 : cluster [DBG] pgmap v1005: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:42.300 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:43.533 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:43 smithi124 conmon[83794]: cluster 2023-11-17T06:21:42.945407+0000 mgr.smithi124.bgylrn (mgr.14180) 1409 : cluster [DBG] pgmap v1006: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:43.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:43 smithi139 conmon[88685]: cluster 2023-11-17T06:21:42.945407+0000 mgr.smithi124.bgylrn (mgr.14180) 1409 : cluster [DBG] pgmap v1006: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:44.163 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:44.163 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:44.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:45.741 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:46 smithi124 conmon[83794]: audit 2023-11-17T06:21:44.158743+0000 mgr.smithi124.bgylrn (mgr.14180) 1410 : audit [DBG] 2023-11-17T06:21:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:46 smithi124 conmon[83794]: from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:46 smithi124 conmon[83794]: cluster 2023-11-17T06:21:44.945860+0000 mgr.smithi124.bgylrn (mgr.14180) 1411 : cluster [DBG] pgmap v1007: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:46.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:46 smithi139 conmon[88685]: audit 2023-11-17T06:21:44.158743+0000 mgr.smithi124.bgylrn (mgr.14180) 1410 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:46.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:46 smithi139 conmon[88685]: 2023-11-17T06:21:46.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:46 smithi139 conmon[88685]: cluster 2023-11-17T06:21:44.945860+0000 mgr.smithi124.bgylrn (mgr.14180) 1411 : cluster [DBG] pgmap v1007: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:47.645 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:47.646 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:48.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:48 smithi124 conmon[83794]: cluster 2023-11-17T06:21:46.946744+0000 mgr.smithi124.bgylrn (mgr.14180) 1412 : cluster [DBG] pgmap v1008: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:48 smithi139 conmon[88685]: cluster 2023-11-17T06:21:46.946744+0000 mgr.smithi124.bgylrn (mgr.14180) 1412 : cluster [DBG] pgmap v1008: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:49.257 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:49 smithi124 conmon[83794]: audit 2023-11-17T06:21:47.641562+0000 mgr.smithi124.bgylrn (mgr.14180) 1413 : audit 2023-11-17T06:21:49.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:49 smithi124 conmon[83794]: [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:49.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:49 smithi139 conmon[88685]: audit 2023-11-17T06:21:47.641562+0000 mgr.smithi124.bgylrn (mgr.14180) 1413 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:50.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:50 smithi124 conmon[83794]: cluster 2023-11-17T06:21:48.947575+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:21:50.285 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:50 smithi124 conmon[83794]: .14180) 1414 : cluster [DBG] pgmap v1009: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:50.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:50 smithi139 conmon[88685]: cluster 2023-11-17T06:21:48.947575+0000 mgr.smithi124.bgylrn (mgr.14180) 1414 : cluster [DBG] 2023-11-17T06:21:50.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:50 smithi139 conmon[88685]: pgmap v1009: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:51.126 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:51.126 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:51.707 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:52 smithi124 conmon[83794]: cluster 2023-11-17T06:21:50.948017+0000 mgr.smithi124.bgylrn (mgr.14180) 1415 : cluster [DBG] pgmap v1010: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:52 smithi139 conmon[88685]: cluster 2023-11-17T06:21:50.948017+0000 mgr.smithi124.bgylrn (mgr.14180) 1415 : cluster [DBG] pgmap v1010: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:52.708 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:21:53.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:53 smithi124 conmon[83794]: audit 2023-11-17T06:21:51.122169+0000 mgr.smithi124.bgylrn (mgr.14180) 1416 2023-11-17T06:21:53.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:53 smithi124 conmon[83794]: : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:53.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:53 smithi139 conmon[88685]: audit 2023-11-17T06:21:51.122169+0000 mgr.smithi124.bgylrn (mgr.14180) 1416 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:21:54.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:54 smithi124 conmon[83794]: cluster 2023-11-17T06:21:52.948923+0000 mgr.smithi124.bgylrn (mgr.14180) 1417 : cluster [DBG] pgmap v1011: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:54.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:54 smithi139 conmon[88685]: cluster 2023-11-17T06:21:52.948923+0000 mgr.smithi124.bgylrn (mgr.14180) 1417 : cluster [DBG] pgmap v1011: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:21:54.543 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:21:54.543 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:15:52.284479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:15:49.142396Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:15:52.284612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:15:49.142557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:15:49.142628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:15:49.142691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:15:49.142767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:15:52.284731Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:15:49.142995Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:21:55.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:21:56.089 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:22.408 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:56 smithi139 conmon[88685]: audit 2023-11-17T06:21:54.538642+0000 mgr.smithi124.bgylrn (mgr.14180) 1418 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:56 smithi139 conmon[88685]: cluster 2023-11-17T06:21 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:56 smithi139 conmon[88685]: :54.949630+0000 mgr.smithi124.bgylrn (mgr.14180) 1419 : cluster [DBG] pgmap v1012: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:58 smithi139 conmon[88685]: cluster 2023-11-17T06:21:56.950163+0000 mgr.smithi124.bgylrn (mgr.14180) 1420 : cluster [DBG] pgmap v1013: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:59 smithi139 conmon[88685]: audit 2023-11-17T06:21:58.932255+0000 mon.smithi124 (mon.0) 708 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:21:59 smithi139 conmon[88685]: : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:00 smithi139 conmon[88685]: cluster 2023-11-17T06:21:58.951282+0000 mgr.smithi124.bgylrn (mgr.14180) 1421 : cluster 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:00 smithi139 conmon[88685]: [DBG] pgmap v1014: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:01 smithi139 conmon[88685]: cluster 2023-11-17T06:22:00.951823+0000 mgr.smithi124.bgylrn (mgr.14180) 1422 : cluster [DBG] pgmap v1015: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:01 smithi139 conmon[88685]: audit 2023-11-17T06:22:00.967343+0000 mon.smithi124 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: audit 2023-11-17T06:22:02.393895+0000 mon.smithi124 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: audit 2023-11-17T06:22:02.706810+0000 mon.smithi124 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:22:22.505 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: audit 2023-11-17 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: T06:22:02.707509+0000 mon.smithi124 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: audit 2023- 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: 11-17T06:22:02.711530+0000 mon.smithi124 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: cluster 2023 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: -11-17T06:22:02.712177+0000 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: mgr.smithi124.bgylrn (mgr.14180) 1423 : cluster [DBG] pgmap v1016: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: audit 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: 2023-11-17T06:22:02.715207+0000 mon.smithi124 (mon 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: .0) 714 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: cephadm 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: 2023-11-17T06:22 2023-11-17T06:22:22.506 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: :02.720485+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: .14180) 1424 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.wfmozo on smithi139 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:03 smithi139 conmon[88685]: 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:04 smithi139 conmon[88685]: cluster 2023-11-17T06:22:03.709888+0000 mon.smithi124 (mon.0) 715 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:04 smithi139 conmon[88685]: cluster 2023-11-17T06:22:03.709949+0000 mon.smithi124 (mon.0) 716 : cluster [INF] Cluster is now healthy 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:05 smithi139 conmon[88685]: cluster 2023-11-17T06:22:04.712911+0000 mgr.smithi124.bgylrn (mgr.14180) 1425 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:05 smithi139 conmon[88685]: 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:07 smithi139 conmon[88685]: audit 2023-11-17T06:22:06.336689+0000 mon.smithi124 (mon.0) 717 : audit [INF] 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:07 smithi139 conmon[88685]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:07 smithi139 conmon[88685]: cluster 2023-11-17T06:22:06.713362+0000 mgr.smithi124.bgylrn (mgr.14180) 1426 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:09 smithi139 conmon[88685]: cluster 2023-11-17T06:22:08.714181+0000 mgr.smithi124.bgylrn (mgr.14180) 1427 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:11 smithi139 conmon[88685]: cluster 2023-11-17T06:22:10.714815+0000 mgr.smithi124.bgylrn (mgr.14180) 1428 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:11 smithi139 conmon[88685]: 2023-11-17T06:22:22.507 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:13 smithi139 conmon[88685]: cluster 2023-11-17T06:22:12.715500+0000 mgr.smithi124.bgylrn (mgr.14180) 1429 : cluster [DBG] 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:13 smithi139 conmon[88685]: pgmap v1021: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:15 smithi139 conmon[88685]: cluster 2023-11-17T06:22:14.716196+0000 mgr.smithi124.bgylrn (mgr.14180) 1430 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:17 smithi139 conmon[88685]: cluster 2023-11-17T06:22:16.716616+0000 mgr.smithi124.bgylrn (mgr.14180) 1431 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:19 smithi139 conmon[88685]: cluster 2023-11-17T06:22:18.717503+0000 mgr.smithi124.bgylrn (mgr.14180) 1432 : cluster [DBG] pgmap v1024: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:19 smithi139 conmon[88685]: 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:21 smithi139 conmon[88685]: cluster 2023-11-17T06:22:20.717906+0000 mgr.smithi124.bgylrn (mgr.14180) 1433 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:56 smithi124 conmon[83794]: audit 2023-11-17T06:21:54.538642+0000 mgr.smithi124.bgylrn (mgr.14180) 1418 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:56 smithi124 conmon[83794]: cluster 2023-11-17T06:21:54.949630+0000 mgr.smithi124.bgylrn (mgr.14180) 1419 : cluster [DBG] pgmap v1012: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:58 smithi124 conmon[83794]: cluster 2023-11-17T06:21:56.950163+0000 mgr.smithi124.bgylrn (mgr.14180) 1420 : cluster [DBG] 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:58 smithi124 conmon[83794]: pgmap v1013: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:59 smithi124 conmon[83794]: audit 2023-11-17T06:21:58.932255+0000 mon.smithi124 (mon.0) 708 : 2023-11-17T06:22:22.508 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:21:59 smithi124 conmon[83794]: audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:22:22.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:00 smithi124 conmon[83794]: cluster 2023-11-17T06:21:58.951282+0000 mgr.smithi124.bgylrn (mgr.14180) 1421 : 2023-11-17T06:22:22.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:00 smithi124 conmon[83794]: cluster [DBG] pgmap v1014: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:01 smithi124 conmon[83794]: cluster 2023-11-17T06:22:00.951823+0000 2023-11-17T06:22:22.509 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:01 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1422 : cluster [DBG] pgmap v1015: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:01 smithi124 conmon[83794]: audit 2023-11-17T06: 2023-11-17T06:22:22.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:01 smithi124 conmon[83794]: 22:00.967343+0000 mon.smithi124 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.510 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: audit 2023-11-17T06:22:02.393895+0000 mon.smithi124 (mon.0 2023-11-17T06:22:22.543 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: ) 710 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: audit 2023-11-17T06:22:02.706810+0000 mon.smithi124 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:22:22.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: audit 2023-11-17T06:22:02.707509+0000 mon.smithi124 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:22:22.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: audit 2023-11-17T06:22:02.711530+0000 mon.smithi124 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: cluster 2023-11-17T06:22:02.712177+0000 mgr.smithi124.bgylrn (mgr.14180) 1423 : cluster [DBG] pgmap v1016: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.544 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: audit 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: 2023-11-17T06:22:02.715207+0000 mon.smithi124 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:03 smithi124 conmon[83794]: cephadm 2023-11-17T06:22:02.720485+0000 mgr.smithi124.bgylrn (mgr.14180) 1424 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi139.wfmozo on smithi139 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:04 smithi124 conmon[83794]: cluster 2023-11-17T06:22:03.709888+0000 mon.smithi124 (mon.0) 715 : cluster [INF] 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:04 smithi124 conmon[83794]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:04 smithi124 conmon[83794]: cluster 2023-11-17T06:22:03.709949+0000 mon.smithi124 (mon.0) 716 : cluster [INF] Cluster is now healthy 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:05 smithi124 conmon[83794]: cluster 2023-11-17T06:22:04.712911+0000 mgr.smithi124.bgylrn (mgr.14180) 1425 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.545 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:07 smithi124 conmon[83794]: audit 2023-11-17T06:22:06.336689+0000 mon.smithi124 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:07 smithi124 conmon[83794]: cluster 2023-11-17T06:22:06.713362+0000 mgr.smithi124.bgylrn (mgr.14180) 1426 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:09 smithi124 conmon[83794]: cluster 2023-11-17T06:22:08.714181+0000 mgr.smithi124.bgylrn (mgr.14180) 1427 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:11 smithi124 conmon[83794]: cluster 2023-11-17T06:22:10.714815+0000 mgr.smithi124.bgylrn (mgr.14180) 1428 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:13 smithi124 conmon[83794]: cluster 2023-11-17T06:22:12.715500+0000 mgr.smithi124.bgylrn (mgr.14180) 1429 : cluster [DBG] pgmap v1021: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:15 smithi124 conmon[83794]: cluster 2023-11-17T06:22:14.716196+0000 mgr.smithi124.bgylrn (mgr.14180) 1430 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:15 smithi124 conmon[83794]: 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:17 smithi124 conmon[83794]: cluster 2023-11-17T06:22:16.716616+0000 mgr.smithi124.bgylrn (mgr.14180) 1431 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.546 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:19 smithi124 conmon[83794]: cluster 2023-11-17T06:22:18.717503+0000 mgr.smithi124.bgylrn (mgr.14180) 1432 : cluster 2023-11-17T06:22:22.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:19 smithi124 conmon[83794]: [DBG] pgmap v1024: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:22.547 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:21 smithi124 conmon[83794]: cluster 2023-11-17T06:22:20.717906+0000 mgr.smithi124.bgylrn (mgr.14180) 1433 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:23.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:23 smithi124 conmon[83794]: cluster 2023-11-17T06:22:22.718436+0000 mgr.smithi124.bgylrn (mgr.14180) 1434 2023-11-17T06:22:23.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:23 smithi124 conmon[83794]: : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:23 smithi139 conmon[88685]: cluster 2023-11-17T06:22:22.718436+0000 mgr.smithi124.bgylrn (mgr.14180) 1434 : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:24.429 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:24.429 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:24.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:25.994 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:26.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:25 smithi124 conmon[83794]: audit 2023-11-17T06:22:24.424860+0000 mgr.smithi124.bgylrn (mgr.14180) 1435 : audit 2023-11-17T06:22:26.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:25 smithi124 conmon[83794]: [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:26.025 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:25 smithi124 conmon[83794]: cluster 2023-11-17T06:22:24.718959+0000 mgr.smithi124.bgylrn (mgr.14180) 1436 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:26.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:25 smithi139 conmon[88685]: audit 2023-11-17T06:22:24.424860+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:22:26.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:25 smithi139 conmon[88685]: 1435 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:26.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:25 smithi139 conmon[88685]: cluster 2023-11-17T06:22:24.718959+0000 mgr.smithi124.bgylrn (mgr.14180) 1436 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:27.946 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:27.946 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:27.971 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:27 smithi124 conmon[83794]: cluster 2023-11-17T06:22:26.719581+0000 mgr.smithi124.bgylrn (mgr.14180) 1437 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:28.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:27 smithi139 conmon[88685]: cluster 2023-11-17T06:22:26.719581+0000 mgr.smithi124.bgylrn (mgr.14180) 1437 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:28.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:27 smithi139 conmon[88685]: 2023-11-17T06:22:28.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:28 smithi124 conmon[83794]: audit 2023-11-17T06:22:27.941461+0000 mgr.smithi124.bgylrn (mgr.14180) 1438 2023-11-17T06:22:29.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:28 smithi124 conmon[83794]: : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:29.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:28 smithi139 conmon[88685]: audit 2023-11-17T06:22:27.941461+0000 mgr.smithi124.bgylrn (mgr.14180) 1438 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:29.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:28 smithi139 conmon[88685]: 2023-11-17T06:22:29.544 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:29.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:29 smithi124 conmon[83794]: cluster 2023-11-17T06:22:28.720388 2023-11-17T06:22:29.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:29 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1439 : cluster [DBG] pgmap v1029: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:29 smithi139 conmon[88685]: cluster 2023-11-17T06:22:28.720388+0000 mgr.smithi124.bgylrn (mgr.14180) 1439 : cluster [DBG] 2023-11-17T06:22:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:29 smithi139 conmon[88685]: pgmap v1029: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:31.365 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:31.365 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:31.908 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:31 smithi124 conmon[83794]: cluster 2023-11-17T06:22:30.720878+0000 mgr.smithi124.bgylrn (mgr.14180) 1440 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:31 smithi139 conmon[88685]: cluster 2023-11-17T06:22:30.720878+0000 mgr.smithi124.bgylrn (mgr.14180) 1440 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:32.910 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:32 smithi124 conmon[83794]: audit 2023-11-17T06:22:31.361152+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:22:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:32 smithi124 conmon[83794]: 14180) 1441 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:32 smithi139 conmon[88685]: audit 2023-11-17T06:22:31.361152+0000 mgr.smithi124.bgylrn (mgr.14180) 1441 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:34.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:33 smithi124 conmon[83794]: cluster 2023-11-17T06:22:32.721485+0000 mgr.smithi124.bgylrn (mgr.14180) 1442 2023-11-17T06:22:34.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:33 smithi124 conmon[83794]: : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:33 smithi139 conmon[88685]: cluster 2023-11-17T06:22:32.721485+0000 mgr.smithi124.bgylrn (mgr.14180) 1442 : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:34.832 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:34.832 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:35.384 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:35 smithi124 conmon[83794]: cluster 2023-11-17T06:22:34.721963+0000 mgr.smithi124.bgylrn (mgr.14180) 1443 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:36.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:35 smithi124 conmon[83794]: audit 2023-11-17T06:22:34.827949+0000 mgr.smithi124.bgylrn (mgr.14180) 1444 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:35 smithi139 conmon[88685]: cluster 2023-11-17T06:22:34.721963+0000 mgr.smithi124.bgylrn (mgr.14180) 1443 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:35 smithi139 conmon[88685]: audit 2023-11-17T06:22:34.827949+0000 mgr.smithi124.bgylrn (mgr.14180) 1444 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:36.385 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:37.900 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:37 smithi124 conmon[83794]: cluster 2023-11-17T06:22:36.722292+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:22:37.901 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:37 smithi124 conmon[83794]: 14180) 1445 : cluster [DBG] pgmap v1033: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:38.208 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:38.208 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:37 smithi139 conmon[88685]: cluster 2023-11-17T06:22:36.722292+0000 mgr.smithi124.bgylrn (mgr.14180) 1445 : cluster 2023-11-17T06:22:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:37 smithi139 conmon[88685]: [DBG] pgmap v1033: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:38.791 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:39.793 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:40.250 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:39 smithi124 conmon[83794]: audit 2023-11-17T06:22:38.202795+0000 mgr.smithi124.bgylrn (mgr.14180) 1446 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:40.250 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:39 smithi124 conmon[83794]: cluster 2023-11-17T06:22:38.722984+0000 mgr.smithi124.bgylrn (mgr.14180) 1447 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:39 smithi139 conmon[88685]: audit 2023-11-17T06:22:38.202795+0000 mgr.smithi124.bgylrn (mgr.14180) 1446 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:39 smithi139 conmon[88685]: 2023-11-17T06:22:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:39 smithi139 conmon[88685]: cluster 2023-11-17T06:22:38.722984+0000 mgr.smithi124.bgylrn (mgr.14180) 1447 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:41.679 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:41.679 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:42.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:41 smithi124 conmon[83794]: cluster 2023-11-17T06:22:40.723349+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:22:42.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:41 smithi124 conmon[83794]: ) 1448 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:42.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:41 smithi139 conmon[88685]: cluster 2023-11-17T06:22:40.723349+0000 mgr.smithi124.bgylrn (mgr.14180) 1448 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:41 smithi139 conmon[88685]: 2023-11-17T06:22:43.233 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:43.259 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:42 smithi124 conmon[83794]: audit 2023-11-17T06:22:41.674302+0000 mgr.smithi124.bgylrn (mgr.14180) 1449 : audit 2023-11-17T06:22:43.260 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:42 smithi124 conmon[83794]: [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:42 smithi139 conmon[88685]: audit 2023-11-17T06:22:41.674302+0000 mgr.smithi124.bgylrn (mgr.14180) 1449 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:43 smithi124 conmon[83794]: cluster 2023-11-17T06:22:42.723824+0000 mgr.smithi124.bgylrn (mgr.14180) 1450 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:43 smithi139 conmon[88685]: cluster 2023-11-17T06:22:42.723824+0000 mgr.smithi124.bgylrn (mgr.14180) 1450 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:45.055 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:45.055 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:45.666 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:45 smithi124 conmon[83794]: cluster 2023-11-17T06:22:44.724335+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:22:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:45 smithi124 conmon[83794]: 1451 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:46.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:45 smithi124 conmon[83794]: audit 2023-11-17T06:22:45.051023+0000 mgr.smithi124.bgylrn (mgr.14180) 1452 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:46.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:45 smithi139 conmon[88685]: cluster 2023-11-17T06:22:44.724335+0000 mgr.smithi124.bgylrn (mgr.14180) 1451 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:46.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:45 smithi139 conmon[88685]: audit 2023-11-17T06:22:45.051023+0000 mgr.smithi124.bgylrn (mgr.14180) 1452 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:46.667 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:48.176 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:47 smithi124 conmon[83794]: cluster 2023-11-17T06:22:46.724719+0000 mgr.smithi124.bgylrn (mgr.14180) 1453 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:47 smithi139 conmon[88685]: cluster 2023-11-17T06:22:46.724719+0000 mgr.smithi124.bgylrn (mgr.14180) 1453 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:48.557 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:48.558 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:49.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:50.248 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:22:50.277 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:49 smithi124 conmon[83794]: audit 2023-11-17T06:22:48.553506+0000 mgr.smithi124.bgylrn (mgr.14180) 1454 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:50.277 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:49 smithi124 conmon[83794]: cluster 2023 2023-11-17T06:22:50.278 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:49 smithi124 conmon[83794]: -11-17T06:22:48.725531+0000 mgr.smithi124.bgylrn (mgr.14180) 1455 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:49 smithi139 conmon[88685]: audit 2023-11-17T06:22:48.553506+0000 mgr.smithi124.bgylrn (mgr.14180) 1454 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:22:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:49 smithi139 conmon[88685]: 2023-11-17T06:22:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:49 smithi139 conmon[88685]: cluster 2023-11-17T06:22:48.725531+0000 mgr.smithi124.bgylrn (mgr.14180) 1455 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:52.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:51 smithi124 conmon[83794]: cluster 2023-11-17T06:22:50.725881+0000 mgr.smithi124.bgylrn (mgr.14180) 1456 : cluster [DBG] pgmap v1040: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:52.155 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:22:52.155 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:22:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:51 smithi139 conmon[88685]: cluster 2023-11-17T06:22:50.725881+0000 mgr.smithi124.bgylrn (mgr.14180) 1456 : cluster [DBG] 2023-11-17T06:22:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:51 smithi139 conmon[88685]: pgmap v1040: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:22:52.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:22:53.759 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:23.079 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:53 smithi139 conmon[88685]: audit 2023-11-17T06:22:52.150950+0000 mgr.smithi124.bgylrn (mgr.14180) 1457 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:53 smithi139 conmon[88685]: cluster 2023-11-17T06:22:52.726493+0000 mgr.smithi124.bgylrn (mgr.14180) 1458 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:55 smithi139 conmon[88685]: cluster 2023-11-17T06:22:54.727082+0000 mgr.smithi124.bgylrn (mgr.14180) 1459 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:57 smithi139 conmon[88685]: cluster 2023-11-17T06:22:56.727505+0000 mgr.smithi124.bgylrn (mgr.14180) 1460 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:57 smithi139 conmon[88685]: 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:59 smithi139 conmon[88685]: cluster 2023-11-17T06:22:58.728414+0000 mgr.smithi124.bgylrn (mgr.14180) 1461 : 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:22:59 smithi139 conmon[88685]: cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:01 smithi139 conmon[88685]: cluster 2023-11-17T06:23:00.728869+0000 mgr.smithi124.bgylrn (mgr.14180) 1462 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.080 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:03 smithi139 conmon[88685]: cluster 2023-11-17T06:23:02.729678+0000 mgr.smithi124.bgylrn (mgr.14180) 1463 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:05 smithi139 conmon[88685]: cluster 2023-11-17T06:23:04.730243+0000 mgr.smithi124.bgylrn (mgr.14180) 1464 : cluster [DBG] pgmap v1047: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:07 smithi139 conmon[88685]: cluster 2023-11-17T06:23:06.730752+0000 mgr.smithi124.bgylrn (mgr.14180) 1465 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:09 smithi139 conmon[88685]: cluster 2023-11-17T06:23:08.731593+0000 mgr.smithi124.bgylrn (mgr.14180) 1466 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:11 smithi139 conmon[88685]: cluster 2023-11-17T06:23:10.732190+0000 mgr.smithi124.bgylrn (mgr.14180) 1467 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:13 smithi139 conmon[88685]: cluster 2023-11-17T06:23:12.732824+0000 mgr.smithi124.bgylrn (mgr.14180) 1468 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:15 smithi139 conmon[88685]: cluster 2023-11-17T06:23:14.733625+0000 mgr.smithi124.bgylrn (mgr.14180) 1469 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:17 smithi139 conmon[88685]: cluster 2023-11-17T06:23:16.734192+0000 mgr.smithi124.bgylrn (mgr.14180) 1470 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:19 smithi139 conmon[88685]: cluster 2023-11-17T06:23:18.735035+0000 mgr.smithi124.bgylrn (mgr.14180) 1471 : cluster 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:19 smithi139 conmon[88685]: [DBG] pgmap v1054: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:21 smithi139 conmon[88685]: cluster 2023-11-17T06:23:20.735647+0000 mgr.smithi124.bgylrn (mgr.14180) 1472 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:53 smithi124 conmon[83794]: audit 2023-11-17T06:22:52.150950+0000 mgr.smithi124.bgylrn (mgr.14180) 1457 : 2023-11-17T06:23:23.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:53 smithi124 conmon[83794]: audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:53 smithi124 conmon[83794]: cluster 2023-11-17T06:22:52.726493+0000 mgr.smithi124.bgylrn (mgr.14180) 1458 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:55 smithi124 conmon[83794]: cluster 2023-11-17T06:22:54.727082+0000 mgr.smithi124.bgylrn (mgr.14180) 1459 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:57 smithi124 conmon[83794]: cluster 2023-11-17T06:22:56.727505+0000 mgr.smithi124.bgylrn (mgr.14180) 1460 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:22:59 smithi124 conmon[83794]: cluster 2023-11-17T06:22:58.728414+0000 mgr.smithi124.bgylrn (mgr.14180) 1461 : cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:01 smithi124 conmon[83794]: cluster 2023-11-17T06:23:00.728869+0000 mgr.smithi124.bgylrn (mgr.14180) 1462 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:01 smithi124 conmon[83794]: 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:03 smithi124 conmon[83794]: cluster 2023-11-17T06:23:02.729678+0000 mgr.smithi124.bgylrn (mgr.14180) 1463 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:03 smithi124 conmon[83794]: 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:05 smithi124 conmon[83794]: cluster 2023-11-17T06:23:04.730243+0000 mgr.smithi124.bgylrn (mgr.14180) 1464 : cluster [DBG] 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:05 smithi124 conmon[83794]: pgmap v1047: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:07 smithi124 conmon[83794]: cluster 2023-11-17T06:23:06.730752+0000 mgr.smithi124.bgylrn (mgr.14180) 1465 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:09 smithi124 conmon[83794]: cluster 2023-11-17T06:23:08.731593+0000 mgr.smithi124.bgylrn (mgr.14180) 1466 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2023-11-17T06:23:23.082 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:11 smithi124 conmon[83794]: cluster 2023-11-17T06:23:10.732190+0000 mgr.smithi124.bgylrn (mgr.14180) 1467 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2023-11-17T06:23:23.083 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:13 smithi124 conmon[83794]: cluster 2023-11-17T06:23:12.732824+0000 mgr.smithi124.bgylrn (mgr.14180) 1468 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.083 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:15 smithi124 conmon[83794]: cluster 2023-11-17T06:23:14.733625+0000 mgr.smithi124.bgylrn (mgr.14180) 1469 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.083 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:17 smithi124 conmon[83794]: cluster 2023-11-17T06:23:16.734192+0000 mgr.smithi124.bgylrn (mgr.14180) 1470 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.083 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:19 smithi124 conmon[83794]: cluster 2023-11-17T06:23:18.735035+0000 mgr.smithi124.bgylrn (mgr.14180) 1471 : cluster [DBG] pgmap v1054: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 185 op/s 2023-11-17T06:23:23.083 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:21 smithi124 conmon[83794]: cluster 2023-11-17T06:23:20.735647+0000 mgr.smithi124.bgylrn (mgr.14180) 1472 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-17T06:23:23.631 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:23 smithi124 conmon[83794]: cluster 2023-11-17T06:23:22.736199+0000 mgr.smithi124.bgylrn (mgr.14180) 1473 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-17T06:23:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:23 smithi139 conmon[88685]: cluster 2023-11-17T06:23:22.736199+0000 mgr.smithi124.bgylrn (mgr.14180) 1473 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-17T06:23:24.909 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:24.909 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:25.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:25 smithi124 conmon[83794]: cluster 2023-11-17T06:23:24.736759+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:23:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:25 smithi124 conmon[83794]: 1474 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:26.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:25 smithi124 conmon[83794]: audit 2023-11-17T06:23:24.904523+0000 mgr.smithi124.bgylrn (mgr.14180) 1475 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:25 smithi139 conmon[88685]: cluster 2023-11-17T06:23:24.736759+0000 mgr.smithi124.bgylrn (mgr.14180) 1474 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:25 smithi139 conmon[88685]: audit 2023-11 2023-11-17T06:23:26.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:25 smithi139 conmon[88685]: -17T06:23:24.904523+0000 mgr.smithi124.bgylrn (mgr.14180) 1475 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:26.477 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:27.966 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:27 smithi124 conmon[83794]: cluster 2023-11-17T06:23:26.737096+0000 mgr.smithi124.bgylrn (mgr.14180) 1476 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:27 smithi139 conmon[88685]: cluster 2023-11-17T06:23:26.737096+0000 mgr.smithi124.bgylrn (mgr.14180) 1476 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:28.285 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:28.285 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:28.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:29.870 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:29 smithi124 conmon[83794]: audit 2023-11-17T06:23:28.280973+0000 mgr.smithi124.bgylrn (mgr.14180) 1477 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:29 smithi124 conmon[83794]: cluster 2023-11-17T06:23:28.737652+0000 mgr.smithi124.bgylrn 2023-11-17T06:23:30.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:29 smithi124 conmon[83794]: (mgr.14180) 1478 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:29 smithi139 conmon[88685]: audit 2023-11-17T06:23:28.280973+0000 mgr.smithi124.bgylrn (mgr.14180) 1477 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:30.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:29 smithi139 conmon[88685]: cluster 2023-11-17T06:23:28.737652+0000 mgr.smithi124.bgylrn (mgr.14180) 1478 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:31.771 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:31.771 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:31 smithi124 conmon[83794]: cluster 2023-11-17T06:23:30.738008+0000 mgr.smithi124.bgylrn (mgr.14180) 1479 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:31 smithi139 conmon[88685]: cluster 2023-11-17T06:23:30.738008+0000 mgr.smithi124.bgylrn (mgr.14180) 1479 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:31 smithi139 conmon[88685]: 2023-11-17T06:23:32.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:33.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:32 smithi124 conmon[83794]: audit 2023-11-17T06:23:31.767227+0000 mgr.smithi124.bgylrn (mgr.14180) 1480 2023-11-17T06:23:33.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:32 smithi124 conmon[83794]: : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:32 smithi139 conmon[88685]: audit 2023-11-17T06:23:31.767227+0000 mgr.smithi124.bgylrn (mgr.14180) 1480 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:32 smithi139 conmon[88685]: 2023-11-17T06:23:33.327 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:34.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:33 smithi124 conmon[83794]: cluster 2023-11-17T06:23:32.738572+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:23:34.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:33 smithi124 conmon[83794]: 1481 : cluster [DBG] pgmap v1061: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:33 smithi139 conmon[88685]: cluster 2023-11-17T06:23:32.738572+0000 mgr.smithi124.bgylrn (mgr.14180) 1481 : cluster [DBG] pgmap v1061: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:35.193 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:35.193 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:35.724 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:36.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:35 smithi124 conmon[83794]: cluster 2023-11-17T06:23:34.739064+0000 mgr.smithi124.bgylrn (mgr.14180) 1482 : cluster [DBG] pgmap v1062: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:35 smithi139 conmon[88685]: cluster 2023-11-17T06:23:34.739064+0000 mgr.smithi124.bgylrn (mgr.14180) 1482 2023-11-17T06:23:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:35 smithi139 conmon[88685]: : cluster [DBG] pgmap v1062: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:36.725 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:36 smithi124 conmon[83794]: audit 2023-11-17T06:23:35.189154+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:23:37.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:36 smithi124 conmon[83794]: .14180) 1483 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:37.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:36 smithi139 conmon[88685]: audit 2023-11-17T06:23:35.189154+0000 mgr.smithi124.bgylrn (mgr.14180) 1483 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:38.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:37 smithi124 conmon[83794]: cluster 2023-11-17T06:23:36.739528+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:23:38.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:37 smithi124 conmon[83794]: mgr.14180) 1484 : cluster [DBG] pgmap v1063: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:37 smithi139 conmon[88685]: cluster 2023-11-17T06:23:36.739528+0000 mgr.smithi124.bgylrn (mgr.14180) 1484 : cluster [DBG] pgmap v1063: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:38.583 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:38.584 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:39.199 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:40.200 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:40.229 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:39 smithi124 conmon[83794]: audit 2023-11-17T06:23:38.579422+0000 mgr.smithi124.bgylrn (mgr.14180) 1485 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:40.229 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:39 smithi124 conmon[83794]: cluster 2023-11-17T06:23:38.740090+0000 mgr.smithi124.bgylrn (mgr.14180) 1486 : cluster [DBG] pgmap v1064: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:39 smithi139 conmon[88685]: audit 2023-11-17T06:23:38.579422+0000 mgr.smithi124.bgylrn (mgr.14180) 1485 2023-11-17T06:23:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:39 smithi139 conmon[88685]: : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:40.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:39 smithi139 conmon[88685]: cluster 2023-11-17T06:23:38.740090+0000 mgr.smithi124.bgylrn (mgr.14180) 1486 : cluster [DBG] pgmap v1064: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:41.980 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:41.981 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:42.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:41 smithi124 conmon[83794]: cluster 2023-11-17T06:23:40.740576+0000 mgr.smithi124.bgylrn (mgr.14180) 1487 : cluster [DBG] pgmap v1065: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:41 smithi139 conmon[88685]: cluster 2023-11-17T06:23:40.740576+0000 mgr.smithi124.bgylrn (mgr.14180) 1487 : cluster [DBG] pgmap v1065: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:42.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:42 smithi124 conmon[83794]: audit 2023-11-17T06:23:41.975945+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:23:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:42 smithi124 conmon[83794]: 14180) 1488 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:42 smithi139 conmon[88685]: audit 2023-11-17T06:23:41.975945+0000 mgr.smithi124.bgylrn (mgr.14180) 1488 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:43.575 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:43 smithi124 conmon[83794]: cluster 2023-11-17T06:23:42.741020+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:23:44.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:43 smithi124 conmon[83794]: 14180) 1489 : cluster [DBG] pgmap v1066: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:43 smithi139 conmon[88685]: cluster 2023-11-17T06:23:42.741020+0000 mgr.smithi124.bgylrn (mgr.14180) 1489 : cluster [DBG] pgmap v1066: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:45.493 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:45.493 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:46.100 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:45 smithi124 conmon[83794]: cluster 2023-11-17T06:23:44.741547+0000 mgr.smithi124.bgylrn (mgr.14180) 1490 : cluster [DBG] pgmap v1067: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:46.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:45 smithi139 conmon[88685]: cluster 2023-11-17T06:23:44.741547+0000 mgr.smithi124.bgylrn (mgr.14180) 1490 : cluster [DBG] pgmap v1067: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:47.115 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:47.143 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:46 smithi124 conmon[83794]: audit 2023-11-17T06:23:45.488613+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:23:47.143 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:46 smithi124 conmon[83794]: ) 1491 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:47.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:46 smithi139 conmon[88685]: audit 2023-11-17T06:23:45.488613+0000 mgr.smithi124.bgylrn (mgr.14180) 1491 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:47 smithi124 conmon[83794]: cluster 2023-11-17T06:23:46.741922 2023-11-17T06:23:48.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:47 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1492 : cluster [DBG] pgmap v1068: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:48.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:47 smithi139 conmon[88685]: cluster 2023-11-17T06:23:46.741922+0000 mgr.smithi124.bgylrn (mgr.14180) 1492 : cluster [DBG] pgmap v1068: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:49.054 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:49.055 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:49.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:23:50.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:49 smithi124 conmon[83794]: cluster 2023-11-17T06:23:48.742580+0000 mgr.smithi124.bgylrn (mgr.14180) 1493 : cluster [DBG] pgmap v1069: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:50.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:49 smithi124 conmon[83794]: audit 2023-11-17T06:23:49.050041+0000 mgr.smithi124.bgylrn (mgr.14180) 1494 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:49 smithi139 conmon[88685]: cluster 2023-11-17T06:23:48.742580+0000 mgr.smithi124.bgylrn (mgr.14180) 1493 : cluster [DBG] pgmap v1069: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:50.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:49 smithi139 conmon[88685]: audit 2023-11-17T06:23:49.050041+0000 mgr.smithi124.bgylrn (mgr.14180) 1494 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:23:50.634 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:23:52.101 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:51 smithi124 conmon[83794]: cluster 2023-11-17T06:23:50.742926+0000 mgr.smithi124.bgylrn (mgr.14180) 1495 : cluster [DBG] pgmap v1070: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:52.101 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:51 smithi124 conmon[83794]: 2023-11-17T06:23:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:51 smithi139 conmon[88685]: cluster 2023-11-17T06:23:50.742926+0000 mgr.smithi124.bgylrn (mgr.14180) 1495 : cluster [DBG] pgmap v1070: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:23:52.483 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:23:52.483 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:23:53.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:53 smithi139 conmon[88685]: audit 2023-11-17T06:23:52.478565+0000 mgr.smithi124.bgylrn (mgr.14180) 1496 : audit [DBG] 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:53 smithi139 conmon[88685]: from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:53 smithi139 conmon[88685]: cluster 2023-11-17T06:23:52.743429+0000 mgr.smithi124.bgylrn (mgr.14180) 1497 : cluster [DBG] pgmap v1071: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:55 smithi139 conmon[88685]: cluster 2023-11-17T06:23:54.744184+0000 mgr.smithi124.bgylrn (mgr.14180) 1498 : cluster [DBG] pgmap v1072: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:57 smithi139 conmon[88685]: cluster 2023-11-17T06:23:56.744682+0000 mgr.smithi124.bgylrn (mgr.14180) 1499 : cluster [DBG] pgmap v1073: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.111 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:23:59 smithi139 conmon[88685]: cluster 2023-11-17T06:23:58.745375+0000 mgr.smithi124.bgylrn (mgr.14180) 1500 : cluster [DBG] pgmap v1074: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.112 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:53 smithi124 conmon[83794]: audit 2023-11-17T06:23:52.478565+0000 mgr.smithi124.bgylrn (mgr.14180) 1496 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:01.112 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:53 smithi124 conmon[83794]: cluster 2023-11-17T06:23:52.743429+0000 mgr.smithi124.bgylrn (mgr.14180) 1497 : cluster [DBG] pgmap v1071: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.112 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:55 smithi124 conmon[83794]: cluster 2023-11-17T06:23:54.744184+0000 mgr.smithi124.bgylrn (mgr.14180) 1498 : cluster [DBG] pgmap v1072: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.112 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:57 smithi124 conmon[83794]: cluster 2023-11-17T06:23:56.744682+0000 mgr.smithi124.bgylrn (mgr.14180) 1499 : cluster [DBG] pgmap v1073: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:01.112 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:23:59 smithi124 conmon[83794]: cluster 2023-11-17T06:23:58.745375+0000 mgr.smithi124.bgylrn (mgr.14180) 1500 : cluster [DBG] pgmap v1074: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:02.111 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:02.141 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:01 smithi124 conmon[83794]: cluster 2023-11-17T06:24:00.745842+0000 mgr.smithi124.bgylrn (mgr.14180) 1501 : cluster [DBG] pgmap v1075: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:01 smithi139 conmon[88685]: cluster 2023-11-17T06:24:00.745842+0000 mgr.smithi124.bgylrn 2023-11-17T06:24:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:01 smithi139 conmon[88685]: (mgr.14180) 1501 : cluster [DBG] pgmap v1075: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:03.548 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:03 smithi124 conmon[83794]: cluster 2023-11-17T06:24:02.746573+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:24:03.548 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:03 smithi124 conmon[83794]: 14180) 1502 : cluster [DBG] pgmap v1076: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:03 smithi139 conmon[88685]: cluster 2023-11-17T06:24:02.746573+0000 mgr.smithi124.bgylrn (mgr.14180) 1502 : cluster [DBG] 2023-11-17T06:24:03.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:03 smithi139 conmon[88685]: pgmap v1076: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:03.896 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:03.897 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:04.522 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:04.783 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:04 smithi124 conmon[83794]: audit 2023-11-17T06:24:03.892793+0000 mgr.smithi124.bgylrn (mgr.14180) 1503 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:04 smithi139 conmon[88685]: audit 2023-11-17T06:24:03.892793+0000 mgr.smithi124.bgylrn (mgr.14180) 1503 : audit 2023-11-17T06:24:04.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:04 smithi139 conmon[88685]: [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:05.523 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:05 smithi139 conmon[88685]: cluster 2023-11-17T06:24:04.747236+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:24:05.534 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:05 smithi139 conmon[88685]: ) 1504 : cluster [DBG] pgmap v1077: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:05.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:05 smithi124 conmon[83794]: cluster 2023-11-17T06:24:04.747236+0000 mgr.smithi124.bgylrn (mgr.14180) 1504 : cluster [DBG] pgmap v1077: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:07.506 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:07.506 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:08.088 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:07 smithi124 conmon[83794]: cluster 2023-11-17T06:24:06.747665+0000 mgr.smithi124.bgylrn (mgr.14180) 1505 : cluster [DBG] pgmap v1078: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:08.104 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:07 smithi139 conmon[88685]: cluster 2023-11-17T06:24:06.747665+0000 mgr.smithi124.bgylrn (mgr.14180) 1505 : cluster [DBG] pgmap v1078: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:07 smithi139 conmon[88685]: 2023-11-17T06:24:09.105 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:09.134 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:08 smithi124 conmon[83794]: audit 2023-11-17T06:24:07.501694+0000 mgr.smithi124.bgylrn (mgr.14180) 1506 : audit [DBG] 2023-11-17T06:24:09.134 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:08 smithi124 conmon[83794]: from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:08 smithi139 conmon[88685]: audit 2023-11-17T06:24:07.501694+0000 mgr.smithi124.bgylrn (mgr.14180) 1506 : audit [DBG] 2023-11-17T06:24:09.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:08 smithi139 conmon[88685]: from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:10.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:09 smithi124 conmon[83794]: cluster 2023-11-17T06:24:08.748269+0000 mgr.smithi124.bgylrn (mgr.14180) 1507 : cluster 2023-11-17T06:24:10.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:09 smithi124 conmon[83794]: [DBG] pgmap v1079: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:10.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:09 smithi139 conmon[88685]: cluster 2023-11-17T06:24:08.748269+0000 mgr.smithi124.bgylrn (mgr.14180) 1507 : cluster [DBG] pgmap v1079: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:10.940 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:10.941 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:11.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:11 smithi124 conmon[83794]: cluster 2023-11-17T06:24:10.748610+0000 mgr.smithi124.bgylrn (mgr.14180) 1508 : cluster [DBG] pgmap v1080: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:12.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:11 smithi124 conmon[83794]: audit 2023-11-17T06:24:10.936651+0000 mgr.smithi124.bgylrn (mgr.14180) 1509 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:11 smithi139 conmon[88685]: cluster 2023-11-17T06:24:10.748610+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:24:12.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:11 smithi139 conmon[88685]: 1508 : cluster [DBG] pgmap v1080: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:12.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:11 smithi139 conmon[88685]: audit 2023-11-17T06:24:10.936651+0000 mgr.smithi124.bgylrn (mgr.14180) 1509 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:12.513 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:13.669 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:13 smithi124 conmon[83794]: cluster 2023-11-17T06:24:12.749105+0000 mgr.smithi124.bgylrn (mgr.14180) 1510 : cluster [DBG] pgmap v1081: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:13.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:13 smithi139 conmon[88685]: cluster 2023-11-17T06:24:12.749105+0000 mgr.smithi124.bgylrn (mgr.14180) 1510 : 2023-11-17T06:24:13.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:13 smithi139 conmon[88685]: cluster [DBG] pgmap v1081: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:14.309 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:14.310 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:14.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:15.921 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:16.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:15 smithi139 conmon[88685]: audit 2023-11-17T06:24:14.304513+0000 mgr.smithi124.bgylrn (mgr.14180) 1511 : audit [DBG] 2023-11-17T06:24:16.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:15 smithi139 conmon[88685]: from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:16.175 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:15 smithi139 conmon[88685]: cluster 2023-11-17T06:24:14.749649+0000 mgr.smithi124.bgylrn (mgr.14180) 1512 : cluster [DBG] pgmap v1082: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:15 smithi124 conmon[83794]: audit 2023-11-17T06:24:14.304513+0000 mgr.smithi124.bgylrn (mgr.14180) 1511 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:16.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:15 smithi124 conmon[83794]: cluster 2023-11-17T06:24:14.749649+0000 mgr.smithi124.bgylrn (mgr.14180) 1512 : cluster [DBG] pgmap v1082: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:17.790 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:17.790 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:18.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:17 smithi124 conmon[83794]: cluster 2023-11-17T06:24:16.750049+0000 mgr.smithi124.bgylrn (mgr.14180) 1513 : cluster [DBG] pgmap v1083: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:17 smithi139 conmon[88685]: cluster 2023-11-17T06:24:16.750049+0000 mgr.smithi124.bgylrn (mgr.14180) 1513 : cluster [DBG] 2023-11-17T06:24:18.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:17 smithi139 conmon[88685]: pgmap v1083: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:18.369 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:19.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:18 smithi124 conmon[83794]: audit 2023-11-17T06:24:17.785452+0000 mgr.smithi124.bgylrn (mgr.14180) 1514 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:18 smithi139 conmon[88685]: audit 2023-11-17T06:24:17.785452+0000 mgr.smithi124.bgylrn (mgr.14180) 1514 : audit 2023-11-17T06:24:19.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:18 smithi139 conmon[88685]: [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:19.370 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:20.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:19 smithi124 conmon[83794]: cluster 2023-11-17T06:24:18.750894+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:24:20.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:19 smithi124 conmon[83794]: 1515 : cluster [DBG] pgmap v1084: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:19 smithi139 conmon[88685]: cluster 2023-11-17T06:24:18.750894+0000 mgr.smithi124.bgylrn (mgr.14180) 1515 2023-11-17T06:24:20.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:19 smithi139 conmon[88685]: : cluster [DBG] pgmap v1084: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:21.245 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:21.245 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:21.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:21 smithi124 conmon[83794]: cluster 2023-11-17T06:24:20.751359+0000 mgr.smithi124.bgylrn (mgr.14180) 1516 : cluster [DBG] pgmap v1085: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:21 smithi139 conmon[88685]: cluster 2023-11-17T06:24:20.751359+0000 mgr.smithi124.bgylrn (mgr.14180) 1516 : cluster [DBG] 2023-11-17T06:24:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:21 smithi139 conmon[88685]: pgmap v1085: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:22.761 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:23.204 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:22 smithi124 conmon[83794]: audit 2023-11-17T06:24:21.240341+0000 mgr.smithi124.bgylrn 2023-11-17T06:24:23.204 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:22 smithi124 conmon[83794]: (mgr.14180) 1517 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:22 smithi139 conmon[88685]: audit 2023-11-17T06:24:21.240341+0000 mgr.smithi124.bgylrn (mgr.14180) 1517 : audit [DBG] 2023-11-17T06:24:23.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:22 smithi139 conmon[88685]: from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:24.130 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:23 smithi124 conmon[83794]: cluster 2023-11-17T06:24:22.751975+0000 mgr.smithi124.bgylrn (mgr.14180) 1518 : cluster 2023-11-17T06:24:24.130 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:23 smithi124 conmon[83794]: [DBG] pgmap v1086: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:23 smithi139 conmon[88685]: cluster 2023-11-17T06:24:22.751975+0000 mgr.smithi124.bgylrn (mgr.14180) 1518 : 2023-11-17T06:24:24.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:23 smithi139 conmon[88685]: cluster [DBG] pgmap v1086: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:24.536 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:24.536 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:25.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:26.111 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:26.140 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:25 smithi124 conmon[83794]: audit 2023-11-17T06:24:24.531860+0000 mgr.smithi124.bgylrn (mgr.14180) 1519 : audit [DBG] 2023-11-17T06:24:26.140 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:25 smithi124 conmon[83794]: from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:26.141 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:25 smithi124 conmon[83794]: cluster 2023-11-17T06:24:24.752706+0000 mgr.smithi124.bgylrn (mgr.14180) 1520 : cluster [DBG] pgmap v1087: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:25 smithi139 conmon[88685]: audit 2023-11-17T06:24:24.531860+0000 mgr.smithi124.bgylrn (mgr.14180) 1519 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:26.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:25 smithi139 conmon[88685]: cluster 2023-11-17T06:24:24.752706+0000 mgr.smithi124.bgylrn (mgr.14180) 1520 : cluster [DBG] pgmap v1087: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:27.949 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:27.949 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:28.110 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:27 smithi124 conmon[83794]: cluster 2023-11-17T06:24:26 2023-11-17T06:24:28.110 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:27 smithi124 conmon[83794]: .753266+0000 mgr.smithi124.bgylrn (mgr.14180) 1521 : cluster [DBG] pgmap v1088: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:27 smithi139 conmon[88685]: cluster 2023-11-17T06:24:26.753266+0000 mgr.smithi124.bgylrn (mgr.14180) 1521 : 2023-11-17T06:24:28.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:27 smithi139 conmon[88685]: cluster [DBG] pgmap v1088: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:28.477 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:29.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:28 smithi124 conmon[83794]: audit 2023-11-17T06:24:27.944836+0000 mgr.smithi124.bgylrn (mgr.14180) 1522 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:28 smithi139 conmon[88685]: audit 2023-11-17T06:24:27.944836+0000 mgr.smithi124.bgylrn (mgr.14180) 1522 : 2023-11-17T06:24:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:28 smithi139 conmon[88685]: audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:29.478 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:30.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:29 smithi124 conmon[83794]: cluster 2023-11-17T06:24:28.753982+0000 mgr.smithi124.bgylrn (mgr.14180) 1523 2023-11-17T06:24:30.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:29 smithi124 conmon[83794]: : cluster [DBG] pgmap v1089: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:29 smithi139 conmon[88685]: cluster 2023-11-17T06:24:28.753982+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:24:30.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:29 smithi139 conmon[88685]: 1523 : cluster [DBG] pgmap v1089: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:31.279 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:31.279 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:31.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:31 smithi124 conmon[83794]: cluster 2023-11-17T06:24:30.754308+0000 mgr.smithi124.bgylrn 2023-11-17T06:24:32.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:31 smithi124 conmon[83794]: (mgr.14180) 1524 : cluster [DBG] pgmap v1090: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:31 smithi139 conmon[88685]: cluster 2023-11-17T06:24:30.754308+0000 mgr.smithi124.bgylrn (mgr.14180) 1524 : cluster 2023-11-17T06:24:32.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:31 smithi139 conmon[88685]: [DBG] pgmap v1090: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:32.826 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:33.277 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:32 smithi124 conmon[83794]: audit 2023-11-17T06:24:31.274745+0000 2023-11-17T06:24:33.277 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:32 smithi124 conmon[83794]: mgr.smithi124.bgylrn (mgr.14180) 1525 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:32 smithi139 conmon[88685]: audit 2023-11-17T06:24:31.274745+0000 mgr.smithi124.bgylrn (mgr.14180) 1525 : audit [DBG] 2023-11-17T06:24:33.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:32 smithi139 conmon[88685]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:34.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:33 smithi124 conmon[83794]: cluster 2023-11-17T06:24:32.754883+0000 mgr.smithi124.bgylrn (mgr.14180) 1526 : cluster [DBG] pgmap v1091: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:33 smithi139 conmon[88685]: cluster 2023-11-17T06:24:32.754883+0000 mgr.smithi124.bgylrn (mgr.14180) 1526 : cluster [DBG] 2023-11-17T06:24:34.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:33 smithi139 conmon[88685]: pgmap v1091: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:34.614 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:34.614 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:14:46.968111Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.vjutmu on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:35.192 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: audit 2023-11-17T06:24:34.609771 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1527 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: cluster 2023 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: -11-17T06:24:34.755379+0000 mgr.smithi124.bgylrn (mgr.14180) 1528 : 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: cluster [DBG] pgmap v1092: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: audit 2023 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: -11-17T06:24:35.782269 2023-11-17T06:24:36.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: +0000 mon.smithi124 (mon.0) 718 : audit [INF] 2023-11-17T06:24:36.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:35 smithi124 conmon[83794]: from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.wfmozo"}]: dispatch 2023-11-17T06:24:36.192 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:35 smithi139 conmon[88685]: audit 2023-11-17T06:24:34.609771+0000 mgr.smithi124.bgylrn (mgr.14180) 1527 : audit 2023-11-17T06:24:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:35 smithi139 conmon[88685]: [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:35 smithi139 conmon[88685]: cluster 2023-11-17T06:24:34.755379+0000 mgr.smithi124.bgylrn (mgr.14180) 1528 : cluster [DBG] pgmap v1092: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:35 smithi139 conmon[88685]: audit 2023-11-17T06:24:35.782269+0000 mon.smithi124 2023-11-17T06:24:36.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:35 smithi139 conmon[88685]: (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.124:0/3140431980' entity='mgr.smithi124.bgylrn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi139.wfmozo"}]: dispatch 2023-11-17T06:24:36.993 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:24:35.781715+0000 mgr.smithi124.bgylrn (mgr.14180) 1529 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.994 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Traceback (most recent call last): 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: yield (conn, connr) 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: code, '\n'.join(err))) 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.995 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:24:35.781933+0000 mgr.smith 2023-11-17T06:24:36.996 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: i124.bgylrn (mgr.14180) 1530 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:24:35.782863+0000 mgr.smithi124.bgylrn (mgr.14180) 1531 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:36.997 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:36.998 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:36 smithi124 conmon[83794]: cephadm 2023-11-17T06:24:35.784348+0000 mgr.smithi124.bgylrn (mgr.14180) 1532 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.slsxwq on smithi124 2023-11-17T06:24:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:24:35.781715+0000 mgr.smithi124.bgylrn (mgr.14180) 1529 : cephadm [ERR] 2023-11-17T06:24:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:37.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:37.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.286 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Traceback (most recent call last): 2023-11-17T06:24:37.287 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: yield (conn, connr) 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: code, '\n'.join(err))) 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.288 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.289 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.290 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:24:35.781933+0000 mgr.smithi124.bgylrn (mgr.14180) 1530 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi13 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 9.wfmozo 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:24:35.782863+0000 mgr.smithi124.bgylrn (mgr.14180) 1531 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo 2023-11-17T06:24:37.291 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: Deploy daemon haproxy.rgw.foo.smithi139.wfmozo ... 2023-11-17T06:24:37.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:24:37.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:22:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.292 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr time="2023-11-17T06:23:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:24:37.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T06:24:37.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: 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=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:24:37.293 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:36 smithi139 conmon[88685]: cephadm 2023-11-17T06:24:35.784348+0000 mgr.smithi124.bgylrn (mgr.14180) 1532 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi124.slsxwq on smithi124 2023-11-17T06:24:37.996 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:37.996 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:38.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:37 smithi124 conmon[83794]: cluster 2023-11-17T06:24:36.755711+0000 mgr.smithi124.bgylrn 2023-11-17T06:24:38.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:37 smithi124 conmon[83794]: (mgr.14180) 1533 : cluster [DBG] pgmap v1093: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:38.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:37 smithi139 conmon[88685]: cluster 2023-11-17T06:24:36.755711+0000 mgr.smithi124.bgylrn (mgr.14180) 1533 : cluster [DBG] pgmap v1093: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:38.591 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:39.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:38 smithi124 conmon[83794]: audit 2023-11-17T06:24:37.991799+0000 mgr.smithi124.bgylrn (mgr.14180) 1534 : audit 2023-11-17T06:24:39.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:38 smithi124 conmon[83794]: [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:39.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:38 smithi139 conmon[88685]: audit 2023-11-17T06:24:37.991799+0000 mgr.smithi124.bgylrn (mgr.14180) 1534 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:39.593 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:40.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:39 smithi124 conmon[83794]: cluster 2023-11-17T06:24:38.756262+0000 mgr.smithi124.bgylrn (mgr.14180) 1535 : cluster [DBG] pgmap v1094: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:40.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:39 smithi139 conmon[88685]: cluster 2023-11-17T06:24:38.756262+0000 mgr.smithi124.bgylrn (mgr.14180) 1535 : cluster [DBG] pgmap v1094: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:41.388 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:41.389 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:42.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:42.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:41 smithi124 conmon[83794]: cluster 2023-11-17T06:24:40.756768+0000 mgr.smithi124.bgylrn (mgr.14180) 1536 : cluster [DBG] pgmap v1095: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:42.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:41 smithi139 conmon[88685]: cluster 2023-11-17T06:24:40.756768+0000 mgr.smithi124.bgylrn (mgr.14180) 1536 : cluster [DBG] pgmap v1095: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:43.009 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:42 smithi124 conmon[83794]: audit 2023-11-17T06:24:41.384323+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:24:43.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:42 smithi124 conmon[83794]: 14180) 1537 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:42 smithi139 conmon[88685]: audit 2023-11-17T06:24:41.384323+0000 mgr.smithi124.bgylrn (mgr.14180) 1537 : audit [DBG] 2023-11-17T06:24:43.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:42 smithi139 conmon[88685]: from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:44.232 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:43 smithi124 conmon[83794]: cluster 2023-11-17T06:24:42.757259+0000 mgr.smithi124.bgylrn (mgr.14180) 1538 : cluster [DBG] pgmap v1096: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:43 smithi139 conmon[88685]: cluster 2023-11-17T06:24:42.757259+0000 mgr.smithi124.bgylrn (mgr.14180) 2023-11-17T06:24:44.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:43 smithi139 conmon[88685]: 1538 : cluster [DBG] pgmap v1096: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:44.855 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:44.855 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:45.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:45 smithi124 conmon[83794]: cluster 2023-11-17T06:24:44.757772+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:45 smithi124 conmon[83794]: .14180) 1539 : cluster [DBG] pgmap v1097: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:45 smithi124 conmon[83794]: audit 2023-11-17T06:24:44.850955+0000 mgr.smithi124.bgylrn (mgr.14180) 1540 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:45 smithi139 conmon[88685]: cluster 2023-11-17T06:24:44.757772+0000 mgr.smithi124.bgylrn (mgr.14180) 1539 : cluster [DBG] 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:45 smithi139 conmon[88685]: pgmap v1097: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:46.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:45 smithi139 conmon[88685]: audit 2023-11-17T06:24:44.850955+0000 mgr.smithi124.bgylrn (mgr.14180) 1540 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:46.441 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:47.983 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:47 smithi124 conmon[83794]: cluster 2023-11-17T06:24:46.758320+0000 mgr.smithi124.bgylrn (mgr.14180) 1541 : cluster [DBG] pgmap v1098: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:48.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:47 smithi139 conmon[88685]: cluster 2023-11-17T06:24:46.758320+0000 mgr.smithi124.bgylrn (mgr.14180) 1541 : cluster [DBG] pgmap v1098: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:48.301 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:48.301 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:48.948 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:49.949 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:52.283 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:49 smithi139 conmon[88685]: audit 2023-11-17T06:24:48.296971+0000 mgr.smithi124.bgylrn (mgr.14180) 1542 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:52.283 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:49 smithi139 conmon[88685]: cluster 2023-11-17T06:24:48.759029+0000 mgr.smithi124.bgylrn (mgr.14180) 1543 : cluster [DBG] pgmap v1099: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:52.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:49 smithi124 conmon[83794]: audit 2023-11-17T06:24:48.296971+0000 mgr.smithi124.bgylrn (mgr.14180) 1542 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:52.283 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:49 smithi124 conmon[83794]: cluster 2023-11-17T06:24:48.759029+0000 mgr.smithi124.bgylrn (mgr.14180) 1543 : cluster [DBG] pgmap v1099: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:51 smithi139 conmon[88685]: cluster 2023-11-17T06:24:50.759396+0000 mgr.smithi124.bgylrn (mgr.14180) 1544 : cluster [DBG] pgmap v1100: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:52.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:51 smithi139 conmon[88685]: 2023-11-17T06:24:52.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:51 smithi124 conmon[83794]: cluster 2023-11-17T06:24:50.759396+0000 mgr.smithi124.bgylrn (mgr.14180) 1544 : cluster [DBG] pgmap v1100: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:53.768 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:53 smithi124 conmon[83794]: cluster 2023-11-17T06:24:52.759886+0000 mgr.smithi124.bgylrn (mgr.14180) 1545 : cluster [DBG] pgmap v1101: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:53 smithi139 conmon[88685]: cluster 2023-11-17T06:24:52.759886+0000 mgr.smithi124.bgylrn (mgr.14180) 1545 : cluster [DBG] 2023-11-17T06:24:53.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:53 smithi139 conmon[88685]: pgmap v1101: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:54.145 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:54.146 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:54.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:55.733 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:56.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:55 smithi124 conmon[83794]: audit 2023-11-17T06:24:54.141623+0000 mgr.smithi124.bgylrn (mgr.14180) 1546 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:55 smithi124 conmon[83794]: 2023-11-17T06:24:56.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:55 smithi124 conmon[83794]: cluster 2023-11-17T06:24:54.760544+0000 mgr.smithi124.bgylrn (mgr.14180) 1547 : cluster [DBG] pgmap v1102: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:55 smithi139 conmon[88685]: audit 2023-11-17T06:24:54.141623+0000 mgr.smithi124.bgylrn (mgr.14180) 1546 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:56.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:55 smithi139 conmon[88685]: cluster 2023-11-17T06:24:54.760544+0000 mgr.smithi124.bgylrn (mgr.14180) 1547 : cluster [DBG] pgmap v1102: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:57.651 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:24:57.651 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:24:58.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:57 smithi124 conmon[83794]: cluster 2023-11-17T06:24:56.760917+0000 mgr.smithi124.bgylrn (mgr.14180) 1548 : cluster [DBG] pgmap v1103: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:58.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:24:58.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:57 smithi139 conmon[88685]: cluster 2023-11-17T06:24:56.760917+0000 mgr.smithi124.bgylrn (mgr.14180) 1548 : cluster [DBG] pgmap v1103: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:24:59.232 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:24:59.320 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:58 smithi139 conmon[88685]: audit 2023-11-17T06:24:57.646968+0000 mgr.smithi124.bgylrn (mgr.14180) 1549 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:24:59.320 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:58 smithi124 conmon[83794]: audit 2023-11-17T06:24:57.646968+0000 mgr.smithi124.bgylrn (mgr.14180 2023-11-17T06:24:59.320 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:58 smithi124 conmon[83794]: ) 1549 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:00.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:59 smithi124 conmon[83794]: cluster 2023-11-17T06:24:58.761598 2023-11-17T06:25:00.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:24:59 smithi124 conmon[83794]: +0000 mgr.smithi124.bgylrn (mgr.14180) 1550 : cluster [DBG] pgmap v1104: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:59 smithi139 conmon[88685]: cluster 2023-11-17T06:24:58.761598+0000 mgr.smithi124.bgylrn (mgr.14180) 1550 : cluster [DBG] pgmap v1104: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:00.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:24:59 smithi139 conmon[88685]: 2023-11-17T06:25:01.241 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:01.242 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:01.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:02.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:01 smithi139 conmon[88685]: cluster 2023-11-17T06:25:00.761923+0000 mgr.smithi124.bgylrn (mgr.14180) 1551 : cluster [DBG] pgmap v1105: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:02.284 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:01 smithi124 conmon[83794]: cluster 2023-11-17T06:25:00.761923+0000 mgr.smithi124.bgylrn (mgr.14180) 1551 : cluster [DBG] pgmap v1105: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:02.815 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:25:03.265 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:02 smithi124 conmon[83794]: audit 2023-11-17T06:25:01.237752+0000 mgr.smithi124.bgylrn (mgr.14180) 1552 : audit 2023-11-17T06:25:03.266 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:02 smithi124 conmon[83794]: [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:03.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:02 smithi139 conmon[88685]: audit 2023-11-17T06:25:01.237752+0000 mgr.smithi124.bgylrn (mgr.14180) 1552 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:04.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:03 smithi124 conmon[83794]: cluster 2023-11-17T06:25:02.762504+0000 mgr.smithi124.bgylrn (mgr.14180) 1553 : cluster [DBG] pgmap v1106: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:04.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:03 smithi139 conmon[88685]: cluster 2023-11-17T06:25:02.762504+0000 mgr.smithi124.bgylrn (mgr.14180) 1553 : cluster [DBG] pgmap v1106: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:04.648 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:04.648 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:05.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:06.226 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:25:06.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:05 smithi124 conmon[83794]: audit 2023-11-17T06:25:04.644476+0000 mgr.smithi124.bgylrn (mgr.14180) 1554 2023-11-17T06:25:06.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:05 smithi124 conmon[83794]: : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:06.255 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:05 smithi124 conmon[83794]: cluster 2023-11-17T06:25:04.763032+0000 mgr.smithi124.bgylrn (mgr.14180) 1555 : cluster [DBG] pgmap v1107: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:05 smithi139 conmon[88685]: audit 2023-11-17T06:25:04.644476+0000 mgr.smithi124.bgylrn (mgr.14180) 1554 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:06.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:05 smithi139 conmon[88685]: cluster 2023-11-17T06:25:04.763032+0000 mgr.smithi124.bgylrn (mgr.14180) 1555 : cluster [DBG] pgmap v1107: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:08.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:07 smithi124 conmon[83794]: cluster 2023-11-17T06:25:06.763346+0000 mgr.smithi124.bgylrn (mgr.14180) 1556 : cluster [DBG] pgmap v1108: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:08.050 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:08.050 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:08.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:07 smithi139 conmon[88685]: cluster 2023-11-17T06:25:06.763346+0000 mgr.smithi124.bgylrn (mgr.14180) 1556 : cluster [DBG] pgmap v1108: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:08.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:12.317 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:08 smithi139 conmon[88685]: audit 2023-11-17T06:25:08.046530+0000 mgr.smithi124.bgylrn (mgr.14180) 1557 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:09 smithi139 conmon[88685]: cluster 2023-11-17T06:25:08.763940+0000 mgr.smithi124.bgylrn (mgr.14180) 1558 : cluster [DBG] pgmap v1109: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:11 smithi139 conmon[88685]: cluster 2023-11-17T06:25:10.764312+0000 mgr.smithi124.bgylrn (mgr.14180) 1559 : cluster 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:11 smithi139 conmon[88685]: [DBG] pgmap v1110: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:08 smithi124 conmon[83794]: audit 2023-11-17T06:25:08.046530+0000 mgr.smithi124.bgylrn (mgr.14180) 1557 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:09 smithi124 conmon[83794]: cluster 2023-11-17T06:25:08.763940+0000 mgr.smithi124.bgylrn (mgr.14180) 1558 : cluster [DBG] pgmap v1109: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:12.318 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:09 smithi124 conmon[83794]: 2023-11-17T06:25:12.319 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:11 smithi124 conmon[83794]: cluster 2023-11-17T06:25:10.764312+0000 mgr.smithi124.bgylrn (mgr.14180) 1559 : cluster [DBG] pgmap v1110: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:13.317 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:25:13.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:13 smithi124 conmon[83794]: cluster 2023-11-17T06:25:12.764935+0000 mgr.smithi124.bgylrn (mgr.14180) 1560 : cluster [DBG] pgmap v1111: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:13 smithi139 conmon[88685]: cluster 2023-11-17T06:25:12.764935+0000 mgr.smithi124.bgylrn (mgr.14180) 1560 : cluster [DBG] pgmap v1111: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:15 smithi139 conmon[88685]: cluster 2023-11-17T06:25:14.765500+0000 mgr.smithi124.bgylrn (mgr.14180) 1561 : cluster [DBG] pgmap v1112: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:16 smithi139 conmon[88685]: audit 2023-11-17T06:25:15.174151+0000 mgr.smithi124.bgylrn (mgr.14180) 1562 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:17 smithi139 conmon[88685]: cluster 2023-11-17T06:25:16.765934+0000 mgr.smithi124.bgylrn (mgr.14180) 1563 : cluster [DBG] pgmap v1113: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:19 smithi139 conmon[88685]: cluster 2023-11-17T06:25:18.766888+0000 mgr.smithi124.bgylrn (mgr.14180) 1564 2023-11-17T06:25:20.599 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:19 smithi139 conmon[88685]: : cluster [DBG] pgmap v1114: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.599 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:20.600 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:20.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:15 smithi124 conmon[83794]: cluster 2023-11-17T06:25:14.765500+0000 mgr.smithi124.bgylrn (mgr. 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:15 smithi124 conmon[83794]: 14180) 1561 : cluster [DBG] pgmap v1112: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:16 smithi124 conmon[83794]: audit 2023-11-17T06:25:15.174151+0000 mgr.smithi124.bgylrn (mgr.14180) 1562 : audit 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:16 smithi124 conmon[83794]: [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:17 smithi124 conmon[83794]: cluster 2023-11-17T06:25:16.765934+0000 mgr.smithi124.bgylrn (mgr.14180) 1563 : cluster [DBG] 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:17 smithi124 conmon[83794]: pgmap v1113: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:19 smithi124 conmon[83794]: cluster 2023-11-17T06:25:18.766888+0000 mgr.smithi124.bgylrn (mgr.14180) 1564 : cluster 2023-11-17T06:25:20.601 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:19 smithi124 conmon[83794]: [DBG] pgmap v1114: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:21.601 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:25:22.033 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:21 smithi124 conmon[83794]: cluster 2023-11-17T06:25:20.767347+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:25:22.034 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:21 smithi124 conmon[83794]: mgr.14180) 1565 : cluster [DBG] pgmap v1115: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:21 smithi139 conmon[88685]: cluster 2023-11-17T06:25:20.767347+0000 mgr.smithi124.bgylrn (mgr.14180) 1565 : cluster [DBG] pgmap v1115: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:22.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:21 smithi139 conmon[88685]: 2023-11-17T06:25:23.473 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:23.473 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:23.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:23 smithi124 conmon[83794]: cluster 2023-11-17T06:25:22.767841+0000 mgr.smithi124.bgylrn (mgr.14180) 1566 : cluster [DBG] pgmap v1116: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:23 smithi139 conmon[88685]: cluster 2023-11-17T06:25:22.767841+0000 mgr.smithi124.bgylrn (mgr.14180) 1566 : cluster [DBG] 2023-11-17T06:25:23.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:23 smithi139 conmon[88685]: pgmap v1116: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:24.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:24 smithi124 conmon[83794]: audit 2023-11-17T06:25:23.468746+0000 mgr.smithi124.bgylrn (mgr.14180) 1567 2023-11-17T06:25:24.784 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:24 smithi124 conmon[83794]: : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:24.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:24 smithi139 conmon[88685]: audit 2023-11-17T06:25:23.468746+0000 mgr.smithi124.bgylrn (mgr.14180) 1567 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:25.061 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:25:25.705 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:25 smithi124 conmon[83794]: cluster 2023-11-17T06:25:24.768530+0000 mgr.smithi124.bgylrn (mgr 2023-11-17T06:25:25.705 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:25 smithi124 conmon[83794]: .14180) 1568 : cluster [DBG] pgmap v1117: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:25.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:25 smithi139 conmon[88685]: cluster 2023-11-17T06:25:24.768530+0000 mgr.smithi124.bgylrn (mgr.14180) 1568 : cluster [DBG] pgmap v1117: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:26.917 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-17T06:25:26.917 INFO:teuthology.orchestra.run.smithi124.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T05:48:22.140628Z", "last_refresh": "2023-11-17T06:22:02.387428Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:48:16.811010Z", "last_refresh": "2023-11-17T06:22:00.961004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:48:19.698846Z", "last_refresh": "2023-11-17T06:22:02.387587Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:18:25.858144Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.vsasug on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-vsasug\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.vsasug\nDeploy daemon haproxy.rgw.foo.smithi139.vsasug ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:16:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:17:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.926952Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi124.mvqvjs on smithi124: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi124-mvqvjs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi124.mvqvjs\nDeploy daemon haproxy.rgw.foo.smithi124.mvqvjs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:19:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:19:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:20:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi124 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:20:58.928231Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi124.pibwcd on smithi124: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:20:58.929248Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi139.jvritz on smithi139: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-17T06:24:35.782764Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi139.wfmozo on smithi139: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi139-wfmozo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi139.wfmozo\nDeploy daemon haproxy.rgw.foo.smithi139.wfmozo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:22:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:23:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi139 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.124/16"}, "status": {"created": "2023-11-17T05:52:47.961203Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.124/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T05:48:15.309969Z", "last_refresh": "2023-11-17T06:22:00.961146Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T05:49:37.094460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi124:172.21.15.124=smithi124", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T05:49:37.091118Z", "last_refresh": "2023-11-17T06:22:00.961217Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T05:48:20.885742Z", "last_refresh": "2023-11-17T06:22:00.961281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T05:50:04.917635Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T05:50:04.914081Z", "last_refresh": "2023-11-17T06:22:00.961343Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T05:48:18.567195Z", "last_refresh": "2023-11-17T06:22:02.387709Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T05:52:47.960848Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-17T05:52:54.307636Z", "last_refresh": "2023-11-17T06:22:00.961611Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-17T06:25:27.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-17T06:25:27.436 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T06:25:27.507 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2b54b5389a074e0da9fccca01d01e3f3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T06:25:27.509 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-17T06:25:27.524 INFO:tasks.vip:Removing 10.0.15.124 (and any VIPs) on smithi124.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T06:25:27.524 DEBUG:teuthology.orchestra.run.smithi124:> sudo ip addr del 10.0.15.124/16 dev enp3s0f1 2023-11-17T06:25:27.565 DEBUG:teuthology.orchestra.run.smithi124:> sudo ip addr del 10.0.31.124/16 dev enp3s0f1 2023-11-17T06:25:27.629 INFO:teuthology.orchestra.run.smithi124.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T06:25:27.630 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T06:25:27.630 INFO:tasks.vip:Removing 10.0.15.139 (and any VIPs) on smithi139.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T06:25:27.631 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr del 10.0.15.139/16 dev enp3s0f1 2023-11-17T06:25:27.681 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr del 10.0.31.124/16 dev enp3s0f1 2023-11-17T06:25:27.707 INFO:teuthology.orchestra.run.smithi139.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T06:25:27.709 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T06:25:27.709 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-17T06:25:27.721 INFO:tasks.cephadm:Teardown begin 2023-11-17T06:25:27.721 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:25:27.745 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:25:27.776 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-17T06:25:27.776 DEBUG:teuthology.orchestra.run.smithi124:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:25:27.800 DEBUG:teuthology.orchestra.run.smithi139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:25:27.832 INFO:tasks.cephadm:Stopping all daemons... 2023-11-17T06:25:27.832 INFO:tasks.cephadm.mon.smithi124:Stopping mon.smithi124... 2023-11-17T06:25:27.833 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124 2023-11-17T06:25:28.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:27 smithi139 conmon[88685]: cluster 2023-11-17T06:25:26.768874+0000 mgr.smithi124.bgylrn ( 2023-11-17T06:25:28.034 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:27 smithi139 conmon[88685]: mgr.14180) 1569 : cluster [DBG] pgmap v1118: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:28.035 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:27 smithi139 conmon[88685]: audit 2023-11-17T06:25:26.913140+0000 mgr.smithi124.bgylrn (mgr.14180) 1570 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:28.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:27 smithi124 conmon[83794]: cluster 2023-11-17T06:25:26.768874+0000 mgr.smithi124.bgylrn (mgr.14180) 1569 : cluster [DBG] pgmap v1118: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:25:28.035 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:27 smithi124 conmon[83794]: audit 2023-11-17T06:25:26.913140+0000 mgr.smithi124.bgylrn (mgr.14180) 1570 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:25:28.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:27 smithi124 systemd[1]: Stopping Ceph mon.smithi124 for b48c3fda-850c-11ee-8dbe-212e2dc638e7... 2023-11-17T06:25:28.036 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:27 smithi124 bash[268944]: Error: no container with name or ID ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-mon.smithi124 found: no such container 2023-11-17T06:25:28.455 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:28 smithi124 conmon[83794]: debug 2023-11-17T06:25:28.162+0000 7f5c72711700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi124 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T06:25:28.455 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:28 smithi124 conmon[83794]: debug 2023-11-17T06:25:28.162+0000 7f5c72711700 -1 mon.smithi124@0(leader) e2 *** Got Signal Terminated *** 2023-11-17T06:25:28.455 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 17 06:25:28 smithi124 bash[269059]: 2c6330650ec2ac6b2290556bd4b3829a1a70813488d830d0414afe3148e7e3d3 2023-11-17T06:25:28.845 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi124.service' 2023-11-17T06:25:28.889 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:25:28.889 INFO:tasks.cephadm.mon.smithi124:Stopped mon.smithi124 2023-11-17T06:25:28.889 INFO:tasks.cephadm.mon.smithi139:Stopping mon.smithi139... 2023-11-17T06:25:28.889 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi139 2023-11-17T06:25:29.284 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:28 smithi139 systemd[1]: Stopping Ceph mon.smithi139 for b48c3fda-850c-11ee-8dbe-212e2dc638e7... 2023-11-17T06:25:29.285 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:28 smithi139 bash[120029]: Error: no container with name or ID ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7-mon.smithi139 found: no such container 2023-11-17T06:25:29.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:29 smithi139 conmon[88685]: debug 2023-11-17T06:25:29.310+0000 7efdbc59f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi139 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T06:25:29.784 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Nov 17 06:25:29 smithi139 conmon[88685]: debug 2023-11-17T06:25:29.310+0000 7efdbc59f700 -1 mon.smithi139@1(peon) e2 *** Got Signal Terminated *** 2023-11-17T06:25:30.055 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b48c3fda-850c-11ee-8dbe-212e2dc638e7@mon.smithi139.service' 2023-11-17T06:25:30.102 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:25:30.102 INFO:tasks.cephadm.mon.smithi139:Stopped mon.smithi139 2023-11-17T06:25:30.103 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-17T06:28:08.356 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-17T06:29:04.113 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:29:33.626 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:29:33.660 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-17T06:29:33.662 DEBUG:teuthology.misc:Transferring archived files from smithi124:/var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/ubuntu@smithi124.front.sepia.ceph.com/crash 2023-11-17T06:29:33.663 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T06:29:33.697 INFO:teuthology.orchestra.run.smithi124.stderr:tar: /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T06:29:33.698 INFO:teuthology.orchestra.run.smithi124.stderr:tar: Error is not recoverable: exiting now 2023-11-17T06:29:33.699 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/ubuntu@smithi139.front.sepia.ceph.com/crash 2023-11-17T06:29:33.700 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T06:29:33.806 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T06:29:33.807 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2023-11-17T06:29:33.808 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-17T06:29:33.808 DEBUG:teuthology.orchestra.run.smithi124:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-17T06:29:33.833 INFO:teuthology.orchestra.run.smithi124.stderr:grep: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-17T06:29:33.834 INFO:tasks.cephadm:Compressing logs... 2023-11-17T06:29:33.835 DEBUG:teuthology.orchestra.run.smithi124:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T06:29:33.877 DEBUG:teuthology.orchestra.run.smithi139:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:: No such file or directory 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi124.log 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.mlwxek.log 2023-11-17T06:29:33.901 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi124.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-17T06:29:33.903 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.mlwxek.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-17T06:29:33.903 INFO:teuthology.orchestra.run.smithi124.stderr: 59.4% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.mlwxek.log.gz 2023-11-17T06:29:33.903 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.njfhje.log 2023-11-17T06:29:33.903 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-17T06:29:33.903 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.njfhje.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi124.bgylrn.log 2023-11-17T06:29:33.904 INFO:teuthology.orchestra.run.smithi124.stderr: 60.9% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi124.njfhje.log.gz 2023-11-17T06:29:33.904 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:: No such file or directory 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.zabonx.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.zabonx.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-17T06:29:33.906 INFO:teuthology.orchestra.run.smithi139.stderr: 57.9% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.zabonx.log.gz 2023-11-17T06:29:33.907 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi139.log 2023-11-17T06:29:33.907 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-17T06:29:33.907 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi139.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-17T06:29:33.910 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi139.kjyioo.log 2023-11-17T06:29:33.910 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi124.bgylrn.log: /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 92.6% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T06:29:33.911 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi139.kjyioo.log: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T06:29:33.911 INFO:teuthology.orchestra.run.smithi139.stderr: 92.5% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T06:29:33.912 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.samduh.log 2023-11-17T06:29:33.912 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.samduh.log: 59.1% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi139.samduh.log.gz 2023-11-17T06:29:33.922 INFO:teuthology.orchestra.run.smithi139.stderr: 93.7% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi139.kjyioo.log.gz 2023-11-17T06:29:33.932 INFO:teuthology.orchestra.run.smithi124.stderr: 94.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T06:29:34.141 INFO:teuthology.orchestra.run.smithi124.stderr: 90.7% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi124.bgylrn.log.gz 2023-11-17T06:29:34.210 INFO:teuthology.orchestra.run.smithi139.stderr: 92.9% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi139.log.gz 2023-11-17T06:29:34.859 INFO:teuthology.orchestra.run.smithi124.stderr: 93.3% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-17T06:29:34.941 INFO:teuthology.orchestra.run.smithi124.stderr: 92.8% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-17T06:29:35.071 INFO:teuthology.orchestra.run.smithi139.stderr: 93.4% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-17T06:29:35.135 INFO:teuthology.orchestra.run.smithi124.stderr: 90.4% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi124.log.gz 2023-11-17T06:29:35.225 INFO:teuthology.orchestra.run.smithi139.stderr: 93.1% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-17T06:29:35.227 INFO:teuthology.orchestra.run.smithi139.stderr: 93.2% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-17T06:29:35.357 INFO:teuthology.orchestra.run.smithi139.stderr: 93.4% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-17T06:29:35.359 INFO:teuthology.orchestra.run.smithi139.stderr: 2023-11-17T06:29:35.359 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m1.466s 2023-11-17T06:29:35.359 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m5.395s 2023-11-17T06:29:35.359 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.213s 2023-11-17T06:29:35.382 INFO:teuthology.orchestra.run.smithi124.stderr: 93.2% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-17T06:29:35.679 INFO:teuthology.orchestra.run.smithi124.stderr: 93.2% -- replaced with /var/log/ceph/b48c3fda-850c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-17T06:29:35.680 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-17T06:29:35.680 INFO:teuthology.orchestra.run.smithi124.stderr:real 0m1.792s 2023-11-17T06:29:35.681 INFO:teuthology.orchestra.run.smithi124.stderr:user 0m6.529s 2023-11-17T06:29:35.681 INFO:teuthology.orchestra.run.smithi124.stderr:sys 0m0.254s 2023-11-17T06:29:35.681 INFO:tasks.cephadm:Archiving logs... 2023-11-17T06:29:35.681 DEBUG:teuthology.misc:Transferring archived files from smithi124:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/ubuntu@smithi124.front.sepia.ceph.com/log 2023-11-17T06:29:35.682 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T06:29:36.669 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/ubuntu@smithi139.front.sepia.ceph.com/log 2023-11-17T06:29:36.670 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T06:29:37.472 INFO:tasks.cephadm:Removing cluster... 2023-11-17T06:29:37.472 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 --force 2023-11-17T06:29:37.950 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48c3fda-850c-11ee-8dbe-212e2dc638e7 --force 2023-11-17T06:29:38.433 INFO:tasks.cephadm:Removing cephadm ... 2023-11-17T06:29:38.433 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T06:29:38.448 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T06:29:38.463 INFO:tasks.cephadm:Teardown complete 2023-11-17T06:29:38.463 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-17T06:29:38.474 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi124:/dev/vg_nvme/lv_1... 2023-11-17T06:29:38.474 DEBUG:teuthology.orchestra.run.smithi124:> sudo nvme disconnect -n lv_1 2023-11-17T06:29:38.615 INFO:teuthology.orchestra.run.smithi124.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T06:29:38.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:38.617 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi124:/dev/vg_nvme/lv_2... 2023-11-17T06:29:38.617 DEBUG:teuthology.orchestra.run.smithi124:> sudo nvme disconnect -n lv_2 2023-11-17T06:29:38.751 INFO:teuthology.orchestra.run.smithi124.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T06:29:38.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:38.753 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi124:/dev/vg_nvme/lv_3... 2023-11-17T06:29:38.753 DEBUG:teuthology.orchestra.run.smithi124:> sudo nvme disconnect -n lv_3 2023-11-17T06:29:38.881 INFO:teuthology.orchestra.run.smithi124.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T06:29:38.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:38.883 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi124:/dev/vg_nvme/lv_4... 2023-11-17T06:29:38.883 DEBUG:teuthology.orchestra.run.smithi124:> sudo nvme disconnect -n lv_4 2023-11-17T06:29:39.005 INFO:teuthology.orchestra.run.smithi124.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T06:29:39.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.007 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-17T06:29:39.007 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/scratch_devs 2023-11-17T06:29:39.031 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-11-17T06:29:39.031 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_1 2023-11-17T06:29:39.180 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T06:29:39.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.182 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-11-17T06:29:39.182 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_2 2023-11-17T06:29:39.307 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T06:29:39.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.309 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-11-17T06:29:39.309 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_3 2023-11-17T06:29:39.448 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T06:29:39.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.450 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-11-17T06:29:39.450 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_4 2023-11-17T06:29:39.588 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T06:29:39.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.590 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-11-17T06:29:39.590 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-11-17T06:29:39.614 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-17T06:29:39.625 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-17T06:29:39.626 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:29:39.628 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:29:39.641 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-11-17T06:29:39.644 INFO:teuthology.orchestra.run.smithi124.stdout:210 Number of sources = 4 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +1217us[+1172us] +/- 89ms 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 7 377 19 -603us[ -648us] +/- 53ms 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 -285us[ -330us] +/- 64ms 2023-11-17T06:29:39.645 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:29:39.667 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-11-17T06:29:39.670 INFO:teuthology.orchestra.run.smithi139.stdout:210 Number of sources = 4 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 22 +1247us[+1171us] +/- 89ms 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 377 21 -573us[ -649us] +/- 53ms 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 -247us[ -247us] +/- 64ms 2023-11-17T06:29:39.671 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:29:39.672 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-17T06:29:39.681 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-17T06:29:39.682 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-17T06:29:39.692 DEBUG:teuthology.orchestra.run.smithi124:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T06:29:39.789 DEBUG:teuthology.orchestra.run.smithi139:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T06:29:39.878 DEBUG:teuthology.orchestra.run.smithi124:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:29:39.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.907 DEBUG:teuthology.orchestra.run.smithi139:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:29:39.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:39.937 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-17T06:29:39.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-17T06:29:39.956 INFO:teuthology.task.internal:Duration was 3122.706847 seconds 2023-11-17T06:29:39.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-17T06:29:39.965 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-17T06:29:39.966 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T06:29:39.968 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T06:29:40.009 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:29:40.023 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:29:40.297 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-17T06:29:40.297 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-11-17T06:29:40.297 DEBUG:teuthology.orchestra.run.smithi124:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T06:29:40.316 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2023-11-17T06:29:40.316 DEBUG:teuthology.orchestra.run.smithi139:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T06:29:40.335 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-17T06:29:40.335 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T06:29:40.359 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T06:29:40.428 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-17T06:29:40.429 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T06:29:40.431 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T06:29:40.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-17T06:29:40.609 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-17T06:29:40.609 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T06:29:40.633 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T06:29:40.659 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-17T06:29:40.669 DEBUG:teuthology.orchestra.run.smithi124:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:29:40.675 DEBUG:teuthology.orchestra.run.smithi139:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:29:40.697 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-11-17T06:29:40.723 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2023-11-17T06:29:40.737 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:29:40.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:40.765 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:29:40.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:29:40.792 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-17T06:29:40.802 INFO:teuthology.task.internal:Transferring archived files... 2023-11-17T06:29:40.803 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/smithi124 2023-11-17T06:29:40.804 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T06:29:40.847 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291/remote/smithi139 2023-11-17T06:29:40.849 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T06:29:40.886 INFO:teuthology.task.internal:Removing archive directory... 2023-11-17T06:29:40.886 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T06:29:40.888 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T06:29:40.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-17T06:29:40.947 INFO:teuthology.task.internal:Not uploading archives. 2023-11-17T06:29:40.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-17T06:29:40.957 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-17T06:29:40.957 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T06:29:40.960 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T06:29:40.972 INFO:teuthology.orchestra.run.smithi124.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 06:29 /home/ubuntu/cephtest 2023-11-17T06:29:40.987 INFO:teuthology.orchestra.run.smithi139.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 06:29 /home/ubuntu/cephtest 2023-11-17T06:29:40.989 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-17T06:29:40.999 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-17T06:29:41.021 INFO:teuthology.nuke:Checking targets against current locks 2023-11-17T06:29:41.050 DEBUG:teuthology.nuke:shortname: smithi124 2023-11-17T06:29:41.051 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:29:41.073 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:30:24.919027', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFo20Kgt23O5rahxUwivLiq68daAB6WpnHUJgmNBmmRw/jF8ATU9lXGgShMVjQHzRoYfbrxxvFWwB8+SC5Q2oU='} 2023-11-17T06:29:41.077 DEBUG:teuthology.nuke:shortname: smithi139 2023-11-17T06:29:41.077 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:29:41.096 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461291', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:30:24.920299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFINbw8d/znyf6utqejc7iAFy0LQy9tVp39tRHn3Ns+/8HJPbebfqXmGX9TwkRGKXaMmDOfyry/9K3XDIxMxVCU='} 2023-11-17T06:29:41.129 INFO:teuthology.orchestra.console.smithi124:Power off 2023-11-17T06:29:41.129 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T06:29:41.154 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-11-17T06:29:41.154 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:41.171 INFO:teuthology.orchestra.console.smithi139:Power off 2023-11-17T06:29:41.171 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T06:29:41.181 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-17T06:29:41.194 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2023-11-17T06:29:41.194 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:41.216 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-11-17T06:29:45.183 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:45.218 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:45.294 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-17T06:29:45.327 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-11-17T06:29:49.299 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:49.328 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:29:49.409 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-11-17T06:29:49.438 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2023-11-17T06:29:49.510 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-11-17T06:29:49.538 INFO:teuthology.orchestra.console.smithi139:Power off completed 2023-11-17T06:29:49.644 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: 3122.706847190857 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2b54b5389a074e0da9fccca01d01e3f3 status: fail success: false 2023-11-17T06:29:49.645 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T06:29:49.769 INFO:teuthology.run:FAIL